diff --git a/README.md b/README.md index 2366854..60c47b1 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,15 @@ family_budget/ ## Tech stack -| Layer | Choice | Rationale | -|---------- |------------------------|--------------------------------------------------------| -| Backend | Express + TypeScript | Simple, well-known, sufficient for a small local app | -| Frontend | React + Vite + TS | Fast dev experience, modern tooling | -| Database | PostgreSQL | Deployed on Synology NAS | -| Migrations | Knex | Lightweight, SQL-close, supports seeds | -| Shared | Pure TypeScript types | Zero-runtime, imported by both backend and frontend | + +| Layer | Choice | Rationale | +| ---------- | --------------------- | ---------------------------------------------------- | +| Backend | Express + TypeScript | Simple, well-known, sufficient for a small local app | +| Frontend | React + Vite + TS | Fast dev experience, modern tooling | +| Database | PostgreSQL | Deployed on Synology NAS | +| Migrations | Knex | Lightweight, SQL-close, supports seeds | +| Shared | Pure TypeScript types | Zero-runtime, imported by both backend and frontend | + ## Prerequisites @@ -39,4 +41,4 @@ npm install npm run build -w shared ``` -See `backend/README.md` and `frontend/README.md` for per-package instructions. +See `backend/README.md` and `frontend/README.md` for per-package instructions. \ No newline at end of file diff --git a/frontend/src/components/ClearHistoryModal.tsx b/frontend/src/components/ClearHistoryModal.tsx index 19ef61e..39512f2 100644 --- a/frontend/src/components/ClearHistoryModal.tsx +++ b/frontend/src/components/ClearHistoryModal.tsx @@ -31,7 +31,12 @@ export function ClearHistoryModal({ onClose, onDone }: Props) { }; return ( -