## Summary Add a new quick categorization page that allows users to categorize transactions without categories one by one, in a game-like interface. https://github.com/user-attachments/assets/14fd7386-e87e-4a75-ae94-e487e3a48112 ## Features - **Quick Categorization Page**: A clean, focused interface for categorizing transactions - White screen with centered transaction card - Categories sorted by usage frequency (stored in localStorage) - Smooth animations when categorizing (card exits, success feedback, next card enters) - Progress indicator showing remaining transactions - **Keyboard Shortcuts**: - `Ctrl+R`: Open automation rules dialog - `Ctrl+N`: Skip current transaction - `Escape`: Go back to transactions page - Arrow keys + Enter: Navigate and select categories - **Automation Rules Integration**: - Rules button in header to manage automation rules - When closing the rules dialog, all remaining transactions are checked against rules - Matching transactions are automatically categorized - **UI/UX**: - Command component for category search and selection - Encrypted text component for account names - Responsive amount display with positive/negative styling - Skip button moved to header for cleaner card design ## Access New "Categorize" button added to the transactions page toolbar (left of "Add Transaction" button) showing the count of uncategorized transactions. |
||
|---|---|---|
| .. | ||
| Auth | ||
| Console | ||
| Settings | ||
| Sync | ||
| AccountBalanceControllerTest.php | ||
| AccountBalanceSyncControllerTest.php | ||
| AccountControllerTest.php | ||
| AutomationRuleTest.php | ||
| DashboardAnalyticsTest.php | ||
| DashboardTest.php | ||
| EncryptionTest.php | ||
| ExampleTest.php | ||
| InertiaSharedDataTest.php | ||
| SitemapTest.php | ||
| SubscriptionTest.php | ||
| TransactionTest.php | ||
| UserLeadTest.php | ||