Commit Graph

92 Commits

Author SHA1 Message Date
e99443bd5c add project budgets and rounding override columns 2026-02-18 02:02:13 +02:00
336938b686 add tags table, CRUD commands, and Pinia store 2026-02-18 02:01:04 +02:00
7912c39090 dynamic currency symbols and integrated datetime picker 2026-02-17 23:53:45 +02:00
fa7a29619c add viewport margin to all modal dialogs 2026-02-17 23:41:59 +02:00
c21fe69aab replace native datetime-local with custom date picker + time inputs 2026-02-17 23:41:24 +02:00
50e317aec6 replace all hardcoded en-US and $ formatting with locale-aware helpers 2026-02-17 23:39:31 +02:00
70d927828a replace native number inputs with AppNumberInput across all views 2026-02-17 23:36:02 +02:00
fad3f42fdf add locale and currency settings with searchable dropdowns 2026-02-17 23:35:27 +02:00
b684080ae7 apply default hourly rate from settings when creating new projects 2026-02-17 23:35:24 +02:00
380c8ec602 add AppNumberInput component with press-and-hold repeat 2026-02-17 23:33:13 +02:00
212ac4479f add searchable prop to AppSelect for filtering long option lists 2026-02-17 23:33:11 +02:00
c684d02352 add locale utility with 140+ locales and 120+ currencies 2026-02-17 23:31:04 +02:00
5ad3f91f2e add Clients view with card grid, dialogs, and billing details 2026-02-17 22:57:08 +02:00
5f97dbd04e add Client billing fields to store, /clients route, and reorder NavRail 2026-02-17 22:54:31 +02:00
b2d401e6c8 add client billing fields to database and Rust backend 2026-02-17 22:52:51 +02:00
8b754bcb33 make custom dropdowns and date pickers respect UI zoom setting 2026-02-17 22:35:42 +02:00
72d8f269f6 replace all native selects and date inputs with custom components 2026-02-17 22:27:51 +02:00
8378c10da6 add AppDatePicker custom calendar component 2026-02-17 22:24:47 +02:00
e513a608a2 add AppSelect custom dropdown component 2026-02-17 22:22:43 +02:00
1aec48088b upgrade typography - Plus Jakarta Sans headings, JetBrains Mono data, 14px base 2026-02-17 22:06:48 +02:00
4c696546d8 bump border-radius globally - rounded to rounded-lg, rounded-lg to rounded-xl 2026-02-17 21:56:48 +02:00
a94460b6c6 redesign Settings with left sidebar tabs per Apple HIG 2026-02-17 21:49:48 +02:00
df98c1f3ba reorganize Settings per Apple HIG - auto-save, progressive reveal, danger zone 2026-02-17 21:43:04 +02:00
987b4c7e23 window dragging - use startDragging() API instead of data attribute 2026-02-17 21:36:30 +02:00
23356fcec6 persist window position and size between runs 2026-02-17 21:33:32 +02:00
9759a4e6c8 portable storage - data directory next to exe 2026-02-17 21:33:26 +02:00
5829e067ab zoom initialization and toast container in App.vue 2026-02-17 21:32:15 +02:00
ce58174a5a redesign Settings - amber save, UI zoom, toasts 2026-02-17 21:31:54 +02:00
e6bc92e932 redesign Invoices - amber tabs and totals, rich empty state 2026-02-17 21:31:05 +02:00
b194d94484 redesign Reports - amber actions and stats, toast notifications 2026-02-17 21:29:53 +02:00
7bac89a0bd redesign Entries - filter container, amber actions, rich empty state 2026-02-17 21:28:42 +02:00
d3d0b6a149 redesign Projects - amber button, color presets, rich empty state 2026-02-17 21:27:49 +02:00
60bd3108fa redesign Timer - amber Start, colon pulse, toast 2026-02-17 21:26:33 +02:00
502e23a0d5 redesign Dashboard - greeting, amber stats, rich empty state 2026-02-17 21:25:52 +02:00
a842b61c58 amber wordmark and NavRail active indicator 2026-02-17 21:25:08 +02:00
42a738e738 add toast notification system 2026-02-17 21:25:02 +02:00
1bf685a7fc overhaul design tokens - charcoal palette + amber accent 2026-02-17 21:24:15 +02:00
729e9347ca syntax error in Invoices.vue 2026-02-17 18:44:02 +02:00
b246801b02 add Dashboard view 2026-02-17 18:30:01 +02:00
55f77a03af initialize Tauri backend with SQLite database 2026-02-17 18:03:12 +02:00
77854ebe6a initialize Tauri v2 + Vue 3 project 2026-02-17 17:46:39 +02:00
cbe4d18c0d Initial commit 2026-02-17 17:37:20 +02:00