This website requires JavaScript.
Explore
Help
Register
Sign in
Docker
/
Maybe
Watch
1
Star
0
Fork
You've already forked Maybe
0
mirror of
https://github.com/maybe-finance/maybe.git
synced
2025-07-19 05:09:38 +02:00
Code
Issues
Releases
Activity
Actions
1
ab6fdbbb68
Maybe
/
config
/
initializers
/
pagy.rb
5 lines
98 B
Ruby
Raw
Normal View
History
Unescape
Escape
Transactions cleanup (#817) An overhaul and cleanup of the transactions feature including: - Simplification of transactions search and filtering - Consolidation of account sync logic after transaction change - Split sidebar modal and modal into "drawer" and "modal" concepts - Refactor of transaction partials and folder organization - Cleanup turbo frames and streams for transaction updates, including new Transactions::RowsController for inline updates - Refactored and added several integration and systems tests
2024-05-30 20:55:18 -04:00
require
"
pagy/extras/overflow
"
CSV Imports Overhaul (Transactions, Trades, Accounts, and Mint import support) (#1209) * Remove stale 1.0 import logic and model * Fresh start * Checkpoint before removing nav * First working prototype * Add trade, account, and mint import flows * Basic working version with tests * System tests for each import type * Clean up mappings flow * Clean up PR, refactor stale code, tests * Add back row validations * Row validations * Fix import job test * Fix import navigation * Fix mint import configuration form * Currency preset for new accounts
2024-10-01 10:47:59 -04:00
require
"
pagy/extras/array
"
Transactions cleanup (#817) An overhaul and cleanup of the transactions feature including: - Simplification of transactions search and filtering - Consolidation of account sync logic after transaction change - Split sidebar modal and modal into "drawer" and "modal" concepts - Refactor of transaction partials and folder organization - Cleanup turbo frames and streams for transaction updates, including new Transactions::RowsController for inline updates - Refactored and added several integration and systems tests
2024-05-30 20:55:18 -04:00
Pagy
::
DEFAULT
[
:overflow
]
=
:last_page
Copy permalink