1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-25 08:09:38 +02:00
Maybe/app
Claude Ayitey 9563ac6334
Dashboard empty view (#707)
* Added i18n for the Dashboard page.

* Add a check for blank. Empty returned an error since @accounts was nil.

* Remove subtitle when accounts are empty..

* Increased the padding-right value for the buttons. The sapce occupied by the icon made the button elements unbalanced.

* Add refactor as suggested by Zach (https://github.com/maybe-finance/maybe/pull/707#discussion_r1588506443)

* Extract empty state into a partial.

* Render new partial if no accounts exist.

* Moved translation text to shared directory.

* Fix padding-right on New account button.

* Lint fix

* i18n tasks

* Get tests passing with :test queue adapter

---------

Co-authored-by: Zach Gollwitzer <zach.gollwitzer@gmail.com>
2024-05-03 08:11:31 -04:00
..
assets Update self host settings page styles (#677) 2024-04-25 14:55:39 -04:00
channels/application_cable Initial commit 2024-02-02 09:05:04 -06:00
controllers Dashboard empty view (#707) 2024-05-03 08:11:31 -04:00
helpers Implement transaction category management (#688) 2024-05-02 09:24:31 -04:00
javascript Implement transaction category management (#688) 2024-05-02 09:24:31 -04:00
jobs Add ability to delete Maybe account (#698) 2024-04-30 11:40:31 -04:00
mailers Test environment stability improvements (#703) 2024-05-02 13:18:18 -04:00
models Implement transaction category management (#688) 2024-05-02 09:24:31 -04:00
views Dashboard empty view (#707) 2024-05-03 08:11:31 -04:00