mirror of
https://github.com/DRYTRIX/TimeTracker.git
synced 2026-05-18 20:29:44 -05:00
689700d260
- Use /api/projects/<id>/tasks instead of /api/tasks?project_id= so task loading matches the working Edit Logged Time flow. - Add credentials: 'same-origin' and response.ok checks for reliable session auth and error handling. - Render JS-embedded i18n strings with |tojson to avoid breakage in non-English locales. Fixes #480 Co-authored-by: Cursor <cursoragent@cursor.com>