mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-10 16:05:22 +02:00
Preserve transaction filters and transaction focus across page visits (#1733)
* Preserve transaction filters across page visits * Preserve params when per_page is updated * Autofocus selected transactions * Lint fixes * Fix syntax error * Fix filter clearing * Update e2e tests for new UI * Consolidate focus behavior into concern * Lint fixes
This commit is contained in:
parent
0b17976256
commit
282c05345d
34 changed files with 310 additions and 243 deletions
|
@ -6,16 +6,17 @@ en:
|
|||
transfer:
|
||||
attributes:
|
||||
base:
|
||||
inflow_cannot_be_in_multiple_transfers: Inflow transaction cannot be
|
||||
part of multiple transfers
|
||||
must_be_from_different_accounts: Transfer must have different accounts
|
||||
must_be_from_same_family: Transfer must be from the same family
|
||||
must_be_within_date_range: Transfer transaction dates must be within
|
||||
4 days of each other
|
||||
must_have_opposite_amounts: Transfer transactions must have opposite
|
||||
amounts
|
||||
must_have_single_currency: Transfer must have a single currency
|
||||
must_be_from_same_family: Transfer must be from the same family
|
||||
inflow_cannot_be_in_multiple_transfers: Inflow transaction cannot be part of multiple transfers
|
||||
outflow_cannot_be_in_multiple_transfers: Outflow transaction cannot be part of multiple transfers
|
||||
outflow_cannot_be_in_multiple_transfers: Outflow transaction cannot
|
||||
be part of multiple transfers
|
||||
transfer:
|
||||
name: Transfer to %{to_account}
|
||||
payment_name: Payment to %{to_account}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue