1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-02 20:15:22 +02:00

More composable forms (#989)

* Make forms more composable, opt-in to form builder

* Remove unused method

* Simpler money input controls

* Add in new form styling to imports

* Lint fixes

* Small tweak of multi select styles
This commit is contained in:
Zach Gollwitzer 2024-07-16 14:08:24 -04:00 committed by GitHub
parent 47523f64c2
commit e51806b98b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
50 changed files with 268 additions and 488 deletions

View file

@ -37,9 +37,6 @@ en:
other_accounts: Other accounts
new:
balance: Current balance
currency:
all_others: All Others
popular: Popular
institution: Financial institution
name:
label: Account name

View file

@ -9,6 +9,7 @@ en:
email: Email address
email_placeholder: you@example.com
forgot_password: Forgot your password?
password: Password
reset_password: Reset it
submit: Log in
title: Sign in to your account

View file

@ -6,6 +6,8 @@ en:
body_html: "<p>You will not be able to undo this decision</p>"
cancel: Cancel
title: Are you sure?
money_field:
money-label: Amount
no_account_empty_state:
new_account: New account
no_account_subtitle: Since no accounts have been added, there's no data to display.