whisper-money/resources/js/components/transactions
Víctor Falcón b92c4ed149
fix(banking): correct backfill-ibans endpoint, handle expired sessions, and update labels (#223)
## Summary

- Corrects the `/accounts/{id}` endpoint to `/accounts/{id}/details` in
`EnableBankingProvider`.
- Gracefully handles 404 responses (expired/revoked sessions) during
IBAN backfill, skipping them without counting as failures.
- Updates the \"Re-evaluate All Expenses\" UI label to \"Update
categories automatically\" (EN) / \"Actualizar categorías
automáticamente\" (ES).
2026-03-12 12:23:32 +00:00
..
bulk-actions-bar.tsx feat(transactions): re-add select all matching filters to bulk actions bar (#169) 2026-03-01 10:27:43 +00:00
bulk-category-select.tsx feat: Spanish localization (#74) 2026-02-08 11:58:08 +01:00
bulk-label-select.tsx feat: Spanish localization (#74) 2026-02-08 11:58:08 +01:00
categorizer-card.tsx feat: (Onboarding) add categorization intro screen with benefit cards (#201) 2026-03-05 11:47:12 +01:00
categorizer-command.tsx feat: (Onboarding) add categorization intro screen with benefit cards (#201) 2026-03-05 11:47:12 +01:00
category-cell.tsx Remove plaintext-transactions feature flag & E2E references (#116) 2026-02-13 11:10:21 +01:00
category-select.tsx feat(shared): Add CategoryCombobox component 2025-11-14 16:05:53 +01:00
edit-transaction-dialog.tsx feat(i18n): localize Spanish translations and currency formatting (#160) 2026-02-28 18:46:18 +00:00
encrypted-transaction-description.tsx feat: Plaintext transactions behind feature flag (#105) 2026-02-10 14:31:24 +01:00
import-step-account.tsx feat: Integrate EnableBanking as open banking provider (#106) 2026-02-12 09:09:28 +01:00
import-step-mapping.tsx feat(i18n): localize Spanish translations and currency formatting (#160) 2026-02-28 18:46:18 +00:00
import-step-preview.tsx feat(landing): open-banking feature section with conditional grid layout (#209) 2026-03-07 13:41:25 +00:00
import-step-upload.tsx feat: Spanish localization (#74) 2026-02-08 11:58:08 +01:00
import-transactions-button.tsx feat: Spanish localization (#74) 2026-02-08 11:58:08 +01:00
import-transactions-drawer.tsx feat(landing): open-banking feature section with conditional grid layout (#209) 2026-03-07 13:41:25 +00:00
transaction-actions-menu.tsx fix(banking): correct backfill-ibans endpoint, handle expired sessions, and update labels (#223) 2026-03-12 12:23:32 +00:00
transaction-columns.tsx fix(transactions): cap description column width to prevent horizontal overflow (#216) 2026-03-09 15:14:55 +00:00
transaction-filters.tsx fix(transactions): move clear button inline with filters row on all screen sizes (#192) 2026-03-03 14:06:51 +00:00
transaction-list.tsx chore(frontend): add orphan component detection and remove dead components (#181) 2026-03-02 12:43:27 +01:00