1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-24 23:59:40 +02:00
Maybe/app/views
Jean Moreau 9c9459211f
Implement basic transaction pagination (#531)
* install pagy

* add pagy to controller, display default pagy UI

* display hardcoded custom UI to confirm styling

* implement custom UI with pagy methods

* move pagination into partial

* use lucide icons

* only display pagination if 2 or more pages are available

* add mobile pagination placeholder

* use link_to and display greyed out buttons when no prev or next needed

* sort transactions by date so grouping works appropriately with pagination

* add space between mobile view buttons

* remove debugging
2024-03-08 15:11:58 -05:00
..
accounts Add accounts management list (#522) 2024-03-07 10:55:51 -05:00
layouts Scaffold out basic transactions model and UI (#478) 2024-02-23 21:34:33 -05:00
pages Dashboard View and Calculations (#521) 2024-03-06 09:56:59 -05:00
password_mailer Start I18n Internationalization setup (#276) 2024-02-06 11:58:17 -06:00
password_resets Add Tailwind color palette (#452) 2024-02-12 17:20:50 -05:00
passwords Start I18n Internationalization setup (#276) 2024-02-06 11:58:17 -06:00
pwa Initial commit 2024-02-02 09:05:04 -06:00
registrations Apply default form styling (#272) 2024-02-09 09:29:31 -06:00
sessions Apply default form styling (#272) 2024-02-09 09:29:31 -06:00
settings Multi-currency support (#425) 2024-02-10 16:18:56 -06:00
shared Dashboard View and Calculations (#521) 2024-03-06 09:56:59 -05:00
transactions Implement basic transaction pagination (#531) 2024-03-08 15:11:58 -05:00
valuations Add accounts management list (#522) 2024-03-07 10:55:51 -05:00