Commit Graph

75 Commits

Author SHA1 Message Date
Your Name
d33159594d feat: add Clients view with card grid, dialogs, and billing details 2026-02-17 22:57:08 +02:00
Your Name
8ee45cdefc feat: add Client billing fields to store, /clients route, and reorder NavRail 2026-02-17 22:54:31 +02:00
Your Name
5fd1d8cb77 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
b646dcd801 feat: replace all native selects and date inputs with custom components 2026-02-17 22:27:51 +02:00
Your Name
5fea155332 feat: add AppDatePicker custom calendar component 2026-02-17 22:24:47 +02:00
Your Name
19f0813d2a feat: add AppSelect custom dropdown component 2026-02-17 22:22:43 +02:00
Your Name
64f04db2f2 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
f9542b6b7e style: bump border-radius globally — rounded to rounded-lg, rounded-lg to rounded-xl 2026-02-17 21:56:48 +02:00
Your Name
f3d9a938ac 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
83a812d5b0 refactor: reorganize Settings per Apple HIG — auto-save, progressive disclosure, danger zone 2026-02-17 21:43:04 +02:00
Your Name
9eda8aaa99 fix: window dragging — use startDragging() API instead of data attribute 2026-02-17 21:36:30 +02:00
Your Name
c218dc1db5 feat: zoom initialization and toast container in App.vue 2026-02-17 21:32:15 +02:00
Your Name
740b9f0e4b feat: redesign Settings — amber save, UI zoom, toasts 2026-02-17 21:31:54 +02:00
Your Name
ed6e10efd3 feat: redesign Invoices — amber tabs and totals, rich empty state 2026-02-17 21:31:05 +02:00
Your Name
90bb035b72 feat: redesign Reports — amber actions and stats, toast notifications 2026-02-17 21:29:53 +02:00
Your Name
a9a7b0aceb feat: redesign Entries — filter container, amber actions, rich empty state 2026-02-17 21:28:42 +02:00
Your Name
e92c445782 feat: redesign Projects — amber button, color presets, rich empty state 2026-02-17 21:27:49 +02:00
Your Name
b3f852a460 feat: redesign Timer — amber Start, colon pulse, toast 2026-02-17 21:26:33 +02:00
Your Name
db9bacf310 feat: redesign Dashboard — greeting, amber stats, rich empty state 2026-02-17 21:25:52 +02:00
Your Name
27152985f7 feat: amber wordmark and NavRail active indicator 2026-02-17 21:25:08 +02:00
Your Name
fba9fab4d6 feat: add toast notification system 2026-02-17 21:25:02 +02:00
Your Name
bb9f329fec feat: overhaul design tokens — charcoal palette + amber accent 2026-02-17 21:24:15 +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
051de9604b feat: initialize Tauri v2 + Vue 3 project 2026-02-17 17:46:39 +02:00