feat(transactions): all time filter, show more fix, search empty state#38
Merged
feat(transactions): all time filter, show more fix, search empty state#38
Conversation
- Add "All Time" option to the date picker popup; hides prev/next arrows when active and shows "All Time" as the period label - Fix Show More/Less recalculation: switch from slicing by 5 dates to a 20-transaction limit so filter/search changes correctly recompute what is visible vs. hidden behind Show All - Add "Search in All Time" quick button when search returns 0 results and the current timeframe is not already All Time Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
All Time is now a standalone toggle button sitting next to the date nav — one click to enable, one click to return to the current month. Removed the All Time option from inside the DateRangePicker popup since it no longer needs to live there. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Replaces the standalone All Time nav button with a preset row inside the DateRangePicker popup: Last 30d / Last 3m / This year / All time. Presets apply instantly on click. Custom date inputs remain below for manual entry. Active preset is highlighted. Arrows hide when All Time is active. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
DISPLAY_LIMIT). Switching category/search filters now correctly recomputes which transactions are visible vs. behind "Show All" — no more stale hidden items.Test plan
🤖 Generated with Claude Code