Simpl-Resultat/src
Le-King-Fu ca531262f7 feat: add auto-categorize button and fix keyword word-boundary matching
Replace substring matching (.includes) with \b word-boundary regex so
keywords like "Pay" no longer match "Payment". Add an auto-categorize
button on the transactions page that re-runs keyword matching on
uncategorized transactions and displays the result count.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-09 00:02:51 +00:00
..
components feat: implement dashboard with KPI cards, category pie chart, and recent transactions 2026-02-08 23:49:16 +00:00
hooks feat: add auto-categorize button and fix keyword word-boundary matching 2026-02-09 00:02:51 +00:00
i18n feat: add auto-categorize button and fix keyword word-boundary matching 2026-02-09 00:02:51 +00:00
pages feat: add auto-categorize button and fix keyword word-boundary matching 2026-02-09 00:02:51 +00:00
services feat: add auto-categorize button and fix keyword word-boundary matching 2026-02-09 00:02:51 +00:00
shared feat: implement dashboard with KPI cards, category pie chart, and recent transactions 2026-02-08 23:49:16 +00:00
utils fix: reload column headers on config change and add YYYYMMDD date format 2026-02-08 04:08:33 +00:00
App.tsx Initial project scaffold: Tauri v2 + React + TypeScript + TailwindCSS v4 2026-02-07 11:05:11 +00:00
main.tsx Initial project scaffold: Tauri v2 + React + TypeScript + TailwindCSS v4 2026-02-07 11:05:11 +00:00
styles.css Initial project scaffold: Tauri v2 + React + TypeScript + TailwindCSS v4 2026-02-07 11:05:11 +00:00
vite-env.d.ts Initial project scaffold: Tauri v2 + React + TypeScript + TailwindCSS v4 2026-02-07 11:05:11 +00:00