Simpl-Resultat/src/hooks
Le-King-Fu b190df4eae
Some checks failed
Release / build (ubuntu-22.04) (push) Has been cancelled
Release / build (windows-latest) (push) Has been cancelled
feat: show transaction splits on Adjustments page + fix CSV auto-detect
Add a "Répartitions" section below manual adjustments listing all
split transactions. Clicking a split opens the existing modal to
view, edit, or delete it.

Fix CSV auto-detect failing on files with preamble lines (e.g.
Mastercard CSVs with metadata header). Three fixes:
- Delimiter detection uses mode of column counts instead of first-line
- Detect and skip preamble rows before header/data detection
- Exclude date-like columns from amount candidates and prefer columns
  with decimal values when picking the amount column

Bumps version to 0.3.4.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 01:41:08 +00:00
..
useAdjustments.ts feat: add Budget and Adjustments pages with full functionality 2026-02-12 00:58:43 +00:00
useBudget.ts feat: add parent category subtotals and sign convention to budget page 2026-02-15 17:44:32 +00:00
useCategories.ts feat: add drag-and-drop reorder for categories and fix duplicate sort_order 2026-02-16 23:25:45 +00:00
useDashboard.ts feat: implement dashboard with KPI cards, category pie chart, and recent transactions 2026-02-08 23:49:16 +00:00
useDataExport.ts feat: add data export/import with optional AES-256-GCM encryption (#3) 2026-02-15 11:40:28 +00:00
useDataImport.ts feat: make settings data imports visible in Import History 2026-02-15 13:38:51 +00:00
useImportHistory.ts feat: 12-month budget grid, import UX improvements, confirmation dialogs (v0.2.4) 2026-02-14 12:59:11 +00:00
useImportWizard.ts feat: show transaction splits on Adjustments page + fix CSV auto-detect 2026-02-17 01:41:08 +00:00
useReports.ts feat: add Budget vs Actual report tab with monthly and YTD comparison 2026-02-15 18:01:10 +00:00
useTheme.ts feat: add dark mode with famille-website-inspired warm gray palette 2026-02-13 12:28:11 +00:00
useTransactions.ts feat: add transaction split adjustments across multiple categories 2026-02-16 23:51:36 +00:00
useUpdater.ts feat: add Settings page with in-app updater support 2026-02-11 11:47:25 +00:00