Merged
Conversation
- Create and use shared page_header macro for consistent info headers - Apply new header styling to: - Dashboard, Projects, Clients, Invoices (removed filter dropdown), Reports, Timer (manual) - System Info, Admin Users (list + form) - Profile, Edit Profile - Tasks (list, my tasks, overdue) - Analytics (desktop + mobile) - About, Help - Add shared header/badge utilities in base.css for consistent spacing and badges - Align summary cards and table/button styles with admin dashboard - Footer: add “Buy me a coffee” link (https://buymeacoffee.com/DryTrix)
feat(ui): unify page headers across app; add Buy Me a Coffee link
Make user dropdown fully dark; fix hover/divider; remove white overlay Mobile dropdown respects dark vars; improve navbar-collapse bg/z-index Improve action button grouping/contrast across pages Add dark-mode variants for badges, lists, pagination, utilities Refresh Log Time page: card header, mini-cards for Start/End, unified labels Group Save/Clear actions; Back remains secondary Per-user theme preference: model column + migration (003) + POST /auth/profile/theme Base loads user theme (fallback to local/system); remove admin theme selector
feat(ui): dark mode fixes and Log Time UX aligned with invoices
…avbar - Backend: - Accept `overdue` query param in `tasks.list_tasks` and `tasks.my_tasks` - Filter tasks where `due_date < today` and status in ['todo','in_progress','review'] - Use local date via `now_in_app_timezone().date()` to respect app timezone - UI: - Add “Show overdue only” checkbox to `tasks/list.html` and `tasks/my_tasks.html` - Preserve checkbox state via template context - Styles: - Enforce opaque white backgrounds for light-mode navbar and mobile navbar - Disable backdrop blur to prevent bleed-through - Normalize light-mode dropdown menu colors/borders for readability - Add light-theme fallback for `--bs-body-bg` - Tweak mobile navbar dropdown borders/shadows Files: - app/routes/tasks.py - app/templates/tasks/list.html - app/templates/tasks/my_tasks.html - app/static/base.css - app/static/mobile.css Testing: - Tasks and My Tasks: check “Show overdue only” → only overdue, non-completed/non-cancelled tasks appear - Light mode: navbar and dropdowns show solid white backgrounds with clear borders/hover states - Mobile: collapsed navbar menu is full-width, opaque, readable
feat(tasks): add overdue filter; fix(ui): solid light-mode dropdown/n…
- 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
fix(ui): unify Recent Time Entries actions and enable self-delete
- Enable changing status from done back to todo/in_progress/review via edit form and status endpoints - Clear completed_at when reopening; set/preserve started_at appropriately for in_progress - Use localized timestamps via now_in_app_timezone() for updates [[memory:7499916]] - Add “Reopen Task” quick action in task view for done tasks - Update flash messages; no linter issues Files: - app/routes/tasks.py - app/templates/tasks/view.html
feat(tasks): allow reopening completed tasks and improve status handling
Update Github actions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.