whisper-money/resources
Víctor Falcón 016d65ddb2 feat(transactions): show a 'Last visit' divider above new transactions
Between visits, mark which transactions arrived since the user last
opened the list. The newest loaded created_at is remembered in
localStorage; the value is frozen at mount to position the divider and
rewritten afterwards so the line is gone on the next visit.

firstSeenTransactionIndex() locates the boundary (first already-seen row)
and the divider renders before it, gated to the default newest-first
sort. No divider on first visit, when nothing is new, or on other sorts.
2026-06-29 17:22:03 +02:00
..
css fix(ui): make input borders visible in dark mode (#571) 2026-06-20 17:30:19 +00:00
js feat(transactions): show a 'Last visit' divider above new transactions 2026-06-29 17:22:03 +02:00
views feat(email): follow up after post-onboarding AI consent (#596) 2026-06-26 17:56:06 +00:00