mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-03 04:25:21 +02:00
New Add Account UI
* Add Lucide gem (#364) * feat: add cursor pointer in the log-in and create account pages, also make full with (it's cutted right now) the fileds in the settings edit page * feat: skip system test with an explanation instead of comment them * fix typo in the skip * feat: add lucide gem * Add reusable modal (#362) * Remove unused form * Add reusable modal * Prelim styling * Add instructions --------- Co-authored-by: Josh Pigford <josh@joshpigford.com> * Add keyboard navigation to new account selector (#375) * New account menu (#372) * New account menu * Styling tweaks --------- Signed-off-by: Josh Pigford <josh@joshpigford.com> * Entry method links (#376) * Initial add account form (#378) * Initial add account form * Unused --------- Signed-off-by: Josh Pigford <josh@joshpigford.com> Co-authored-by: Pedro López Mareque <Pedro.lopez.mareque@gmail.com> Co-authored-by: Rob Zolkos <rob@zolkos.com> Co-authored-by: Josh Brown <josh@joossh.com>
This commit is contained in:
parent
e79636f372
commit
4761619870
18 changed files with 208 additions and 57 deletions
|
@ -5,3 +5,4 @@ pin "@hotwired/turbo-rails", to: "turbo.min.js", preload: true
|
|||
pin "@hotwired/stimulus", to: "stimulus.min.js"
|
||||
pin "@hotwired/stimulus-loading", to: "stimulus-loading.js"
|
||||
pin_all_from "app/javascript/controllers", under: "controllers"
|
||||
pin "@github/hotkey", to: "@github--hotkey.js" # @3.1.0
|
||||
|
|
|
@ -13,7 +13,7 @@ en:
|
|||
account: Account
|
||||
account/credit: Credit Card
|
||||
account/depository: Bank Accounts
|
||||
account/investiment: Investments
|
||||
account/investment: Investments
|
||||
account/loan: Loan
|
||||
account/other_asset: Other Asset
|
||||
account/other_liability: Other Liability
|
||||
|
|
|
@ -6,6 +6,4 @@ en:
|
|||
index:
|
||||
title: Cash
|
||||
new:
|
||||
account_name_placeholder: Account name
|
||||
enter_type_account: Enter %{type} account
|
||||
title: Add an account
|
||||
|
|
|
@ -22,6 +22,9 @@ module.exports = {
|
|||
},
|
||||
dropShadow: {
|
||||
'form': '0px 4px 10px rgba(52, 54, 60, 0.08)',
|
||||
},
|
||||
boxShadow: {
|
||||
'xs': '0px 1px 2px 0px #1018280D'
|
||||
}
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue