whisper-money/resources/js
Víctor Falcón b5fd11efaf
Fix existing transactions collapsible in import preview (#102)
## Summary
- Fixed undefined `formatDate` reference that crashed the component when
existing transactions loaded, preventing the collapsible from ever
appearing
- Imported `Transaction` type from the correct module
(`@/types/transaction` instead of `@/services/transaction-sync`)
- Removed unnecessary `parseInt` on the already-numeric `amount` field
2026-02-08 19:08:17 +01:00
..
components Fix existing transactions collapsible in import preview (#102) 2026-02-08 19:08:17 +01:00
contexts feat: Add PostHog (#70) 2026-01-20 10:47:59 +01:00
hooks feat: Spanish localization (#74) 2026-02-08 11:58:08 +01:00
layouts feat: Spanish localization (#74) 2026-02-08 11:58:08 +01:00
lib chore: Remove MetricsWave tracking integration 2026-02-07 18:53:21 +01:00
pages feat: Spanish localization (#74) 2026-02-08 11:58:08 +01:00
providers feat: Spanish localization (#74) 2026-02-08 11:58:08 +01:00
services fix: Delete transactions on local browser DB after deleting it on the backend 2026-01-27 11:12:05 +01:00
types feat: Spanish localization (#74) 2026-02-08 11:58:08 +01:00
utils feat: Spanish localization (#74) 2026-02-08 11:58:08 +01:00
app.tsx feat: Spanish localization (#74) 2026-02-08 11:58:08 +01:00
ssr.tsx SSR was missing the privacy mode provider (#46) 2025-12-30 08:55:03 +01:00