Simpl-Resultat/src/components/import
Le-King-Fu 49e0bd2c94 feat: implement CSV import wizard with folder-based source detection
Full import pipeline: Rust backend (6 Tauri commands for folder scanning,
file reading, encoding detection, hashing, folder picker), TypeScript
services (DB, import sources, transactions, auto-categorization, user
preferences), utility parsers (French amounts, multi-format dates),
12 React components forming a 7-step wizard (source list, config,
column mapping, preview, duplicate detection, import, report), and
i18n support (FR/EN, ~60 keys each).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-08 03:38:46 +00:00
..
ColumnMappingEditor.tsx feat: implement CSV import wizard with folder-based source detection 2026-02-08 03:38:46 +00:00
DuplicateCheckPanel.tsx feat: implement CSV import wizard with folder-based source detection 2026-02-08 03:38:46 +00:00
FilePreviewTable.tsx feat: implement CSV import wizard with folder-based source detection 2026-02-08 03:38:46 +00:00
ImportConfirmation.tsx feat: implement CSV import wizard with folder-based source detection 2026-02-08 03:38:46 +00:00
ImportFolderConfig.tsx feat: implement CSV import wizard with folder-based source detection 2026-02-08 03:38:46 +00:00
ImportProgress.tsx feat: implement CSV import wizard with folder-based source detection 2026-02-08 03:38:46 +00:00
ImportReportPanel.tsx feat: implement CSV import wizard with folder-based source detection 2026-02-08 03:38:46 +00:00
SourceCard.tsx feat: implement CSV import wizard with folder-based source detection 2026-02-08 03:38:46 +00:00
SourceConfigPanel.tsx feat: implement CSV import wizard with folder-based source detection 2026-02-08 03:38:46 +00:00
SourceList.tsx feat: implement CSV import wizard with folder-based source detection 2026-02-08 03:38:46 +00:00
WizardNavigation.tsx feat: implement CSV import wizard with folder-based source detection 2026-02-08 03:38:46 +00:00