feat(ui): Gantt timeline - #36
Merged
Merged
Conversation
…trip New /gantt page plotting tasks as duration bars (createdAt -> dueDate), reminders as diamond milestones, and a daily activity-load strip, all on one shared date axis with weekly ticks and a today line. Range selector (3 weeks / 45 days / 3 months), per-mark hover tooltips, and an icon+label legend. Colors follow the dataviz method and were validated with the palette script for light and dark surfaces (Task violet + Reminder teal, all six checks pass, CVD-safe), exposed as theme-aware CSS tokens. Fully dependency-free (SVG/CSS via divs); fed by existing task/reminder/stats APIs with no backend change.
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.
A dependency-free Gantt timeline at
/gantt(new sidebar link).remindAt; handled ones muted).Color followed the dataviz method and was validated with the palette script for both light and dark surfaces — Task violet (
#7c3aed/#8b5cf6) + Reminder teal (#0d9488), all six checks passing (CVD-safe) — exposed as theme-aware--mtm-gantt-*tokens.Fed by existing
listTasks/listReminders/getActivityStats— no backend change. Build + tests green locally.