Commit Graph

45 Commits

Author SHA1 Message Date
Your Name fe0b20f247 feat: replace native number inputs with AppNumberInput across all views 2026-02-17 23:36:02 +02:00
Your Name 8112fe8fd6 feat: add locale and currency settings with searchable dropdowns 2026-02-17 23:35:27 +02:00
Your Name a13dff96c8 fix: apply default hourly rate from settings when creating new projects 2026-02-17 23:35:24 +02:00
Your Name 7d43f02e59 feat: add AppNumberInput component with press-and-hold repeat 2026-02-17 23:33:13 +02:00
Your Name 06d646c8de feat: add searchable prop to AppSelect for filtering long option lists 2026-02-17 23:33:11 +02:00
Your Name 7fed47e54f feat: add comprehensive locale utility with 140+ locales and 120+ currencies 2026-02-17 23:31:04 +02:00
Your Name 21f762edd9 docs: add UI improvements batch implementation plan 2026-02-17 23:22:40 +02:00
Your Name 93bc6713b4 docs: add UI improvements batch design (locale, datetime picker, number input, etc.) 2026-02-17 23:17:00 +02:00
Your Name e3f7e2f470 feat: add Clients view with card grid, dialogs, and billing details 2026-02-17 22:57:08 +02:00
Your Name c949a08981 feat: add Client billing fields to store, /clients route, and reorder NavRail 2026-02-17 22:54:31 +02:00
Your Name 5ab96769ac feat: add client billing fields to database and Rust backend 2026-02-17 22:52:51 +02:00
Your Name 29a0510192 docs: add Clients view and NavRail reorg implementation plan 2026-02-17 22:48:22 +02:00
Your Name 0901673c28 docs: add Clients view and NavRail reorg design 2026-02-17 22:44:50 +02:00
Your Name 3dbe4b4ac8 fix: make custom dropdowns and date pickers respect UI zoom setting
Teleported panels read zoom from #app and apply it to their own style,
with position coordinates divided by the zoom factor so they align
correctly with the zoomed trigger elements.
2026-02-17 22:35:42 +02:00
Your Name 40f87c9e04 feat: replace all native selects and date inputs with custom components 2026-02-17 22:27:51 +02:00
Your Name b9aace912b feat: add AppDatePicker custom calendar component 2026-02-17 22:24:47 +02:00
Your Name 8cdd30b9e4 feat: add AppSelect custom dropdown component 2026-02-17 22:22:43 +02:00
Your Name c8a6fd294e docs: add custom dropdowns and date pickers implementation plan 2026-02-17 22:17:42 +02:00
Your Name ea9f374568 docs: add custom dropdowns and date pickers design 2026-02-17 22:15:10 +02:00
Your Name a300d85f6f feat: upgrade typography - Plus Jakarta Sans headings, JetBrains Mono data, 14px base
Heading font: Plus Jakarta Sans (500/600/700) for all h1-h3, stat values, dialog titles, timer display, and wordmark.
Body font: Inter (400/500/600/700) unchanged but base bumped from 13px to 14px.
Mono font: JetBrains Mono replaces IBM Plex Mono for code and tabular data.
2026-02-17 22:06:48 +02:00
Your Name 3c8868c899 style: bump border-radius globally - rounded to rounded-lg, rounded-lg to rounded-xl 2026-02-17 21:56:48 +02:00
Your Name a8bec56d96 feat: redesign Settings with left sidebar tabs per Apple HIG
Four tabs (General, Timer, Billing, Data) with icon + label sidebar,
amber active indicator, auto-save on change, progressive disclosure
for timer settings, and danger zone isolated within Data tab.
2026-02-17 21:49:48 +02:00
Your Name 71d3d9ba8b docs: add Settings sidebar tabs design 2026-02-17 21:48:28 +02:00
Your Name f9b87cc41c refactor: reorganize Settings per Apple HIG - auto-save, progressive disclosure, danger zone 2026-02-17 21:43:04 +02:00
Your Name 59bfc9fa5a fix: window dragging - use startDragging() API instead of data attribute 2026-02-17 21:36:30 +02:00
Your Name eab5e94452 feat: persist window position and size between runs 2026-02-17 21:33:32 +02:00
Your Name fc43d2bc29 feat: portable storage - data directory next to exe 2026-02-17 21:33:26 +02:00
Your Name 8264082719 feat: zoom initialization and toast container in App.vue 2026-02-17 21:32:15 +02:00
Your Name 28088b9566 feat: redesign Settings - amber save, UI zoom, toasts 2026-02-17 21:31:54 +02:00
Your Name 644f9ee3ce feat: redesign Invoices - amber tabs and totals, rich empty state 2026-02-17 21:31:05 +02:00
Your Name f70ba8bc31 feat: redesign Reports - amber actions and stats, toast notifications 2026-02-17 21:29:53 +02:00
Your Name 6082e75734 feat: redesign Entries - filter container, amber actions, rich empty state 2026-02-17 21:28:42 +02:00
Your Name 919fb5f499 feat: redesign Projects - amber button, color presets, rich empty state 2026-02-17 21:27:49 +02:00
Your Name d1fd1c9ea8 feat: redesign Timer - amber Start, colon pulse, toast 2026-02-17 21:26:33 +02:00
Your Name 30eeb15ece feat: redesign Dashboard - greeting, amber stats, rich empty state 2026-02-17 21:25:52 +02:00
Your Name 9f79309ada feat: amber wordmark and NavRail active indicator 2026-02-17 21:25:08 +02:00
Your Name 520846511b feat: add toast notification system 2026-02-17 21:25:02 +02:00
Your Name 552e8c0607 feat: overhaul design tokens - charcoal palette + amber accent 2026-02-17 21:24:15 +02:00
Your Name da1b2f3f8c docs: add UI polish implementation plan (14 tasks) 2026-02-17 21:21:16 +02:00
Your Name 90d557487f docs: add UI polish & UX upgrade design doc
Covers amber accent system, charcoal background lift, button hierarchy,
toast notifications, rich empty states, UI zoom, portable storage,
and window state persistence.
2026-02-17 21:15:41 +02:00
Your Name d2fc871427 fix: syntax error in Invoices.vue 2026-02-17 18:44:02 +02:00
Your Name 6b83f795d4 feat: add Dashboard view 2026-02-17 18:30:01 +02:00
Your Name ce6c9c23b9 feat: initialize Tauri backend with SQLite database 2026-02-17 18:03:12 +02:00
Your Name 051de9604b feat: initialize Tauri v2 + Vue 3 project 2026-02-17 17:46:39 +02:00
Your Name e3070461c7 Initial commit 2026-02-17 17:37:20 +02:00