mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-02 20:15:22 +02:00
Add accounts management list (#522)
* Add accounts management * Normalize i18n file * Get turbo streams working * Ignore disabled accounts in calculations * Add empty state
This commit is contained in:
parent
0e77bab00b
commit
ad7136cb63
12 changed files with 164 additions and 25 deletions
|
@ -4,10 +4,12 @@ en:
|
|||
create:
|
||||
success: New account created successfully
|
||||
index:
|
||||
title: Cash
|
||||
new_account: New account
|
||||
new:
|
||||
name:
|
||||
label: Account name
|
||||
placeholder: Example account name
|
||||
select_accountable_type: What would you like to add?
|
||||
title: Add an account
|
||||
update:
|
||||
success: Account updated successfully
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue