Simpl-Resultat/src-tauri
Le-King-Fu 474c7b947a
Some checks failed
Release / build (windows-latest) (push) Has been cancelled
fix: CSV import bugs and dashboard category filtering
- Fix column display for Desjardins-style quoted CSVs (apply preprocessQuotedCSV in header loading)
- Fix column mapping disappearing on back-navigation (generate synthetic headers when hasHeader is false)
- Fix auto-detect picking account number as amount (exclude constant-value columns, treat 0 as empty in debit/credit detection)
- Use category type instead of amount sign for dashboard pie chart and recent transactions

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 00:09:10 +00:00
..
capabilities feat: add Settings page with in-app updater support 2026-02-11 11:47:25 +00:00
icons Initial project scaffold: Tauri v2 + React + TypeScript + TailwindCSS v4 2026-02-07 11:05:11 +00:00
src feat: add Settings page with in-app updater support 2026-02-11 11:47:25 +00:00
.gitignore Initial project scaffold: Tauri v2 + React + TypeScript + TailwindCSS v4 2026-02-07 11:05:11 +00:00
build.rs Initial project scaffold: Tauri v2 + React + TypeScript + TailwindCSS v4 2026-02-07 11:05:11 +00:00
Cargo.lock feat: implement CSV import wizard with folder-based source detection 2026-02-08 03:38:46 +00:00
Cargo.toml feat: add Settings page with in-app updater support 2026-02-11 11:47:25 +00:00
tauri.conf.json fix: CSV import bugs and dashboard category filtering 2026-02-12 00:09:10 +00:00