Commit Graph

6 Commits

Author SHA1 Message Date
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