mirror of
https://github.com/DRYTRIX/TimeTracker.git
synced 2026-05-23 06:40:53 -05:00
560bb0aec8
- Tasks list: add form_id to Project/Assigned To multi-select so Apply triggers AJAX filter refresh - Tasks export: support project_ids and assigned_to_ids (multi-select) using same parse_ids logic as list view - Page header: overflow-visible and z-20 so Kanban filter dropdowns appear above the board - Kanban toolbar: align Add task/Manage Columns with dropdowns (items-end) and consistent button styling fix(calendar): entry click opens modal near item, time entries link to /timer/edit/ (#475) - Open popup modal with basic details and 'Go to all details' for all entry types (time entry, event, task) in both timer and custom calendar - Position modal near the clicked item instead of centered - Ensure time entries (registered time) always navigate to /timer/edit/: infer type from item_type, type, and props so wrong item_type does not send users to /calendar/event/ (404) - Make time entries clickable in custom calendar day view (remove pointer-events: none) - Timer calendar: show correct detail URL and modal title per type; hide Delete/Duplicate for non-time-entry types Co-authored-by: Cursor <cursoragent@cursor.com>