Commit Graph

8 Commits

Author SHA1 Message Date
Your Name
6049536284 fix: 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
9dbd6992e0 fix: add viewport margin to all modal dialogs 2026-02-17 23:41:59 +02:00
Your Name
9a894bbc40 feat: replace all hardcoded en-US and $ formatting with locale-aware helpers 2026-02-17 23:39:31 +02:00
Your Name
d0961c93fd fix: apply default hourly rate from settings when creating new projects 2026-02-17 23:35:24 +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
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
e92c445782 feat: redesign Projects — amber button, color presets, rich empty state 2026-02-17 21:27:49 +02:00