feat: add job activity chart with dark theme support#15
Merged
Conversation
- Add line chart showing jobs created, completed, and failed over time - Support multiple time ranges: 15m, 30m, 1h, 3h, 6h, 12h, 1d, 3d, 1w - Collapsible chart section with summary totals visible when collapsed - Pure SVG rendering with vanilla JavaScript (no external dependencies) - Add dark theme toggle with localStorage persistence - Respect system preference (prefers-color-scheme) - Wider layout (95% width, max 1800px) for better screen utilization - Hide empty chart series, show "No data" message when all series empty - Add ROADMAP.md for tracking planned features
- Add job activity chart with 9 time range options - Add dark theme support with system preference detection - Wider layout for better screen utilization - Update README with new features and screenshots - Update CHANGELOG with 0.6.0 release notes
097ce0a to
53bf026
Compare
vishaltps
added a commit
that referenced
this pull request
Jan 20, 2026
* feat: add job activity chart with dark theme support - Add line chart showing jobs created, completed, and failed over time - Support multiple time ranges: 15m, 30m, 1h, 3h, 6h, 12h, 1d, 3d, 1w - Collapsible chart section with summary totals visible when collapsed - Pure SVG rendering with vanilla JavaScript (no external dependencies) - Add dark theme toggle with localStorage persistence - Respect system preference (prefers-color-scheme) - Wider layout (95% width, max 1800px) for better screen utilization - Hide empty chart series, show "No data" message when all series empty - Add ROADMAP.md for tracking planned features * Release version 0.6.0 - Add job activity chart with 9 time range options - Add dark theme support with system preference detection - Wider layout for better screen utilization - Update README with new features and screenshots - Update CHANGELOG with 0.6.0 release notes
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.
Summary
Features
prefers-color-schemeTest plan