Commit Graph

58 Commits

Author SHA1 Message Date
14fe694fa9 install @vueuse/motion and create spring presets 2026-02-18 11:19:52 +02:00
f5a2bf1bb8 add daily/weekly goals, streaks, and time rounding 2026-02-18 10:51:56 +02:00
a602f6c407 add budget progress indicators to Projects and Dashboard 2026-02-18 10:51:47 +02:00
b231df4819 integrate tags in Timer and Entries views 2026-02-18 10:51:39 +02:00
4fc8b0e51b add data import from CSV and JSON 2026-02-18 10:46:33 +02:00
8c92a71949 enhance floating mini timer with controls and pop-out button 2026-02-18 10:46:25 +02:00
d9c32d5650 add global keyboard shortcuts for timer toggle and show app 2026-02-18 10:46:18 +02:00
ddb3fb3b08 add profitability tab and favorites strip 2026-02-18 10:46:10 +02:00
bd1b2c36d1 add Calendar, Timesheet, and MiniTimer views 2026-02-18 10:39:08 +02:00
9dc7efa92e add AppTagInput multi-select tag component 2026-02-18 10:35:18 +02:00
ff52246b13 add markdown rendering for entry descriptions 2026-02-18 10:35:12 +02:00
65220a3d34 add duplicate, copy previous day/week, and repeat entry 2026-02-18 10:35:06 +02:00
aa394fef40 add theme customization with accent colors and light mode 2026-02-18 10:34:59 +02:00
f3e0076fa2 add global-shortcut plugin and mini timer window commands 2026-02-18 02:06:07 +02:00
a2b892756a add goals, profitability, timesheet, and import commands 2026-02-18 02:04:10 +02:00
307386b2cc add favorites table, CRUD commands, and Pinia store 2026-02-18 02:02:57 +02:00
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