Commit Graph

16 Commits

Author SHA1 Message Date
Your Name
255a1486e8 add Calendar, Timesheet, and MiniTimer views
Calendar shows weekly time-block layout with hour rows, entry positioning,
current time indicator, and week navigation. Timesheet provides a weekly
grid with project/task rows, day columns, totals, and add-row functionality.
MiniTimer is a minimal always-on-top timer display for the floating window.
2026-02-18 10:39:08 +02:00
Your Name
35bfdfab5f add AppTagInput multi-select tag component 2026-02-18 10:35:18 +02:00
Your Name
5fcc87da81 dynamic currency symbols and integrated datetime picker
- Replace all hardcoded prefix="$" with :prefix="getCurrencySymbol()"
  in Settings, Projects, and Invoices views
- Replace hardcoded ($) labels with dynamic currency symbol
- Extend AppDatePicker with showTime prop + hour/minute v-models
  for integrated date+time selection
- Simplify Entries.vue to use single AppDatePicker with showTime
  instead of separate hour/minute inputs
2026-02-17 23:53:45 +02:00
Your Name
d1c7ce406a replace all hardcoded en-US and $ formatting with locale-aware helpers 2026-02-17 23:39:31 +02:00
Your Name
61729baa29 add AppNumberInput component with press-and-hold repeat 2026-02-17 23:33:13 +02:00
Your Name
d37a827cb2 add searchable prop to AppSelect for filtering long option lists 2026-02-17 23:33:11 +02:00
Your Name
197d1708e1 add Clients view with card grid, dialogs, and billing details 2026-02-17 22:57:08 +02:00
Your Name
18d4d0edf9 add Client billing fields to store, /clients route, and reorder NavRail 2026-02-17 22:54:31 +02:00
Your Name
f35b332a79 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
dc03b9459b add AppDatePicker custom calendar component 2026-02-17 22:24:47 +02:00
Your Name
689d053dbb add AppSelect custom dropdown component 2026-02-17 22:22:43 +02:00
Your Name
8643eb23f2 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
3e514322ff bump border-radius globally - rounded to rounded-lg, rounded-lg to rounded-xl 2026-02-17 21:56:48 +02:00
Your Name
5072f96948 window dragging - use startDragging() API instead of data attribute 2026-02-17 21:36:30 +02:00
Your Name
27ed4b458e amber wordmark and NavRail active indicator 2026-02-17 21:25:08 +02:00
Your Name
98c266fd9e add toast notification system 2026-02-17 21:25:02 +02:00