whisper-money/resources/js/components/transactions
Víctor Falcón 439ec86722
chore: Simplify IndexedDB sync by moving to Inertia shared props (#63)
This PR simplifies the IndexedDB synchronization mechanism by removing
individual sync controllers and services, and instead using Inertia.js
shared props to provide data globally across the application.

## Benefits

1. **Simplified Architecture**: Removed complex sync logic for
static/semi-static data (accounts, categories, banks, labels, automation
rules)
2. **Better Performance**: Data is now shared via Inertia props,
eliminating unnecessary API calls and IndexedDB operations
3. **Reduced Complexity**: Significantly reduced codebase size (~2000
lines removed)
4. **Better UX**: Data is immediately available on page load without
waiting for sync operations
5. **Maintainability**: Fewer moving parts means easier to maintain and
debug

## Migration Notes

- Transaction syncing still uses IndexedDB for offline support
- All other data (accounts, categories, banks, labels, automation rules)
is now fetched via Inertia shared props
- Components automatically receive updated data on navigation without
manual sync operations
2026-01-19 19:15:26 +01:00
..
bulk-actions-bar.tsx Bulk actions/select all (#33) 2025-12-15 17:59:58 +01:00
bulk-category-select.tsx Migrate ID's to UUIDv7 2025-11-15 21:25:33 +01:00
bulk-label-select.tsx Bulk actions/select all (#33) 2025-12-15 17:59:58 +01:00
category-cell.tsx Refactor: Transaction Table Layout and Styling Improvements (#26) 2025-12-14 12:56:05 +01:00
category-select.tsx feat(shared): Add CategoryCombobox component 2025-11-14 16:05:53 +01:00
date-header.tsx Refactor: Transaction Table Layout and Styling Improvements (#26) 2025-12-14 12:56:05 +01:00
edit-transaction-dialog.tsx chore: Simplify IndexedDB sync by moving to Inertia shared props (#63) 2026-01-19 19:15:26 +01:00
encrypted-transaction-description.tsx chore: update privacy mode to update transactions descriptions 2025-12-30 11:03:58 +01:00
import-step-account.tsx chore: Simplify IndexedDB sync by moving to Inertia shared props (#63) 2026-01-19 19:15:26 +01:00
import-step-mapping.tsx Fix CI: Update bun.lock and fix linting errors 2025-12-01 15:16:06 +01:00
import-step-preview.tsx Preview account transactions (#48) 2026-01-04 16:17:15 +01:00
import-step-upload.tsx Add some toast notifications 2025-11-11 11:39:28 +00:00
import-transactions-button.tsx chore: Simplify IndexedDB sync by moving to Inertia shared props (#63) 2026-01-19 19:15:26 +01:00
import-transactions-drawer.tsx chore: Simplify IndexedDB sync by moving to Inertia shared props (#63) 2026-01-19 19:15:26 +01:00
transaction-actions-menu.tsx Refactor transaction UI components for better responsive layout and consistency 2025-12-10 13:28:45 +01:00
transaction-columns.tsx transactions: increase date column size 2026-01-02 14:56:05 +01:00
transaction-filters.tsx chore: Simplify IndexedDB sync by moving to Inertia shared props (#63) 2026-01-19 19:15:26 +01:00
transaction-list.tsx chore: Simplify IndexedDB sync by moving to Inertia shared props (#63) 2026-01-19 19:15:26 +01:00