mirror of
https://github.com/DRYTRIX/TimeTracker.git
synced 2026-01-14 07:50:18 -06:00
- Dashboard: switch Actions column to inline `btn-group` with `btn-action` styles (no stacking), preserving delete modal and permission checks. - Tasks view: add Actions column with Edit/Delete, plus delete confirmation modal and JS; regular users can delete their own entries (or admins any). - Timer page: align dynamic recent entries buttons to `btn-action` styles. Server-side permissions already enforce owner-or-admin and block deleting active timers. Files: app/templates/main/dashboard.html, app/templates/tasks/view.html, templates/timer/timer.html