Simpl-Resultat/src/components/import
Le-King-Fu 273a17c0ac fix: handle duplicate file hash on re-import and improve alert colors
- importedFileService now upserts: if file hash already exists for a
  source (e.g. from a previous failed import), it updates the existing
  record instead of hitting the UNIQUE constraint.
- Replaced Tailwind amber/red/emerald colors with the app's CSS
  variables (--negative, --positive, --accent) for proper contrast
  on the cream background theme.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-08 22:27:49 +00:00
..
ColumnMappingEditor.tsx feat: implement CSV import wizard with folder-based source detection 2026-02-08 03:38:46 +00:00
DuplicateCheckPanel.tsx fix: handle duplicate file hash on re-import and improve alert colors 2026-02-08 22:27:49 +00:00
FilePreviewTable.tsx fix: handle duplicate file hash on re-import and improve alert colors 2026-02-08 22:27:49 +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 fix: handle duplicate file hash on re-import and improve alert colors 2026-02-08 22:27:49 +00:00
SourceCard.tsx feat: implement CSV import wizard with folder-based source detection 2026-02-08 03:38:46 +00:00
SourceConfigPanel.tsx fix: reload column headers on config change and add YYYYMMDD date format 2026-02-08 04:08:33 +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