1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-19 13:19:39 +02:00
Maybe/app/controllers
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
..
concerns Add Money and Money Series (#505) 2024-03-01 17:17:34 -05:00
accounts_controller.rb Add accounts management list (#522) 2024-03-07 10:55:51 -05:00
application_controller.rb Implement basic transaction pagination (#531) 2024-03-08 15:11:58 -05:00
pages_controller.rb Dashboard View and Calculations (#521) 2024-03-06 09:56:59 -05:00
password_resets_controller.rb Fix arguments to find_by_token_for (#299) 2024-02-04 19:10:48 -06:00
passwords_controller.rb Opt-in to Current fully (#297) 2024-02-04 17:36:46 -06:00
registrations_controller.rb Add backend support for transaction categories (#524) 2024-03-07 13:15:50 -05:00
sessions_controller.rb Centralize auth messages (#269) 2024-02-03 14:17:49 -06:00
settings_controller.rb Multi-currency support (#425) 2024-02-10 16:18:56 -06:00
transactions_controller.rb Implement basic transaction pagination (#531) 2024-03-08 15:11:58 -05:00
valuations_controller.rb Scaffold out Account Syncing (#474) 2024-02-22 11:35:06 -05:00