Commit Graph

13 Commits

Author SHA1 Message Date
Your Name
ee82abe63e feat: tooltips, two-column timer, font selector, tray behavior, icons, readme
- Custom tooltip directive (WCAG AAA) on every button in the app
- Two-column timer layout with sticky hero and recent entries sidebar
- Timer font selector with 16 monospace Google Fonts and live preview
- UI font selector with 15+ Google Fonts
- Close-to-tray and minimize-to-tray settings
- New app icons (no-glow variants), platform icon set
- Mini timer pop-out window
- Favorites strip with drag-reorder and inline actions
- Comprehensive README with feature documentation
- Remove tracked files that belong in gitignore
2026-02-21 01:15:57 +02:00
Your Name
b7b1789380 feat: auto-backup UI and window close hook 2026-02-20 15:41:38 +02:00
Your Name
f337f8c28f feat: global shortcut for quick entry dialog 2026-02-20 15:20:27 +02:00
Your Name
eb58794555 feat: smart timer safety net - save dialog on stop without project 2026-02-20 14:58:02 +02:00
Your Name
4faac61901 fix: independent try/catch per onboarding detection call 2026-02-20 14:47:26 +02:00
Your Name
6179c8fee8 feat: persistent notifications toggle in settings 2026-02-20 14:40:50 +02:00
Your Name
47eb1af7ab fix: mini timer renders via window label instead of hash routing
The mini timer window was blank because hash-based routing
(createWebHashHistory) doesn't work with Tauri's WebviewUrl path.
Now App.vue detects the mini timer by checking getCurrentWindow().label
=== 'mini-timer' and renders the MiniTimer component directly,
bypassing the router entirely.
2026-02-18 15:26:44 +02:00
Your Name
a3a6ab2fdf feat: add transitions and micro-interactions across all views
- Page transitions with slide-up/fade on route changes (App.vue)
- NavRail sliding active indicator with spring-like easing
- List enter/leave/move animations on Entries, Projects, Clients, Timer
- Modal enter/leave transitions with scale+fade on all dialogs
- Dropdown transitions with overshoot on all select/picker components
- Button feedback (scale on hover/active), card hover lift effects
- Timer pulse on start, glow on stop, floating empty state icons
- Content fade-in on Dashboard, Reports, Calendar, Timesheet
- Tag chip enter/leave animations in AppTagInput
- Progress bar smooth width transitions
- Implementation plan document
2026-02-18 11:33:58 +02:00
Your Name
5ac890aad4 feat: add global keyboard shortcuts for timer toggle and show app
Register CmdOrCtrl+Shift+T (toggle timer) and CmdOrCtrl+Shift+Z
(show app) via tauri-plugin-global-shortcut. Shortcut keys are
configurable in Settings Timer tab. Shortcuts re-register on change.
2026-02-18 10:46:18 +02:00
Your Name
0fe491c15f feat: add theme customization with accent colors and light mode 2026-02-18 10:34:59 +02:00
Your Name
c218dc1db5 feat: zoom initialization and toast container in App.vue 2026-02-17 21:32:15 +02:00
Your Name
fba9fab4d6 feat: add toast notification system 2026-02-17 21:25:02 +02:00
Your Name
051de9604b feat: initialize Tauri v2 + Vue 3 project 2026-02-17 17:46:39 +02:00