mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-09 23:45:21 +02:00
Move category dropdown menu content into a turbo frame (#782)
* Move category dropdown menu content into a turbo frame * Fix lint * Review fixes * Cleanup * Review fixes * Final cleanup * Revert schema change
This commit is contained in:
parent
32748b0632
commit
ac27a1c87f
7 changed files with 86 additions and 51 deletions
|
@ -16,10 +16,15 @@ en:
|
|||
category will be uncategorized. Instead of leaving them uncategorized,
|
||||
you can also assign a new category below.
|
||||
replacement_category_prompt: Select category
|
||||
dropdown:
|
||||
dropdowns:
|
||||
row:
|
||||
delete: Delete category
|
||||
edit: Edit category
|
||||
show:
|
||||
add_new: Add new
|
||||
clear: Clear
|
||||
no_categories: No categories found
|
||||
search_placeholder: Search
|
||||
edit:
|
||||
edit: Edit category
|
||||
form:
|
||||
|
@ -29,8 +34,7 @@ en:
|
|||
categories: Categories
|
||||
new: New
|
||||
menu:
|
||||
add_new: Add new
|
||||
clear: Clear
|
||||
loading: Loading...
|
||||
new:
|
||||
new_category: New category
|
||||
row:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue