1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-24 15:49:39 +02:00
Maybe/app
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
..
assets Add accounts management list (#522) 2024-03-07 10:55:51 -05:00
channels/application_cable Initial commit 2024-02-02 09:05:04 -06:00
controllers Implement basic transaction pagination (#531) 2024-03-08 15:11:58 -05:00
helpers Implement basic transaction pagination (#531) 2024-03-08 15:11:58 -05:00
javascript Dashboard View and Calculations (#521) 2024-03-06 09:56:59 -05:00
jobs Use Synth for exchange rates (#514) 2024-03-04 10:26:20 -06:00
mailers Initial commit 2024-02-02 09:05:04 -06:00
models Add multi currency demo accounts (#530) 2024-03-07 17:46:36 -05:00
views Implement basic transaction pagination (#531) 2024-03-08 15:11:58 -05:00