mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 20:44:32 -05:00
- Fix React.* namespace references to use named imports (UIEvent, ReactNode) - Remove unused imports (useTranslation, TableNavigator) - Fix exhaustive-deps warning in useCallback - Add ReactTableTransactionsTable.test.tsx with 20 tests covering: - Data rendering correctness - Keyboard navigation (Enter/Tab/Shift+Enter/Shift+Tab/Escape) - Text field save behavior on navigation - Dropdown autocomplete (open, filter, keyboard select, click select) - New transaction creation (single, split, ctrl+enter, ctrl+click) - Escape to close new transaction form - Transaction selection - Split transactions (create, update, error handling) - Zero amount display in correct column - React Table-specific column visibility tests - Payee dropdown display tests Co-authored-by: Matiss Janis Aboltins <MatissJanis@users.noreply.github.com>