Add Pomodoro timer to dashboard#1457
Open
Mentigen wants to merge 1 commit into
Open
Conversation
Contributor
|
this fits more likely to be a plugin imo #1384 |
Author
|
Thanks for the pointer to #1384! I agree that a plugin system would be the ideal home for niche features like this. However, #1384 is still a feature request with no implementation yet - the dashboard tabs injection point listed there doesn't exist in code. There's no plugin mechanism to use right now. In the meantime, this PR follows the exact same pattern as existing dashboard tabs, so the integration is minimal and self-contained. If the plugin system lands in the future, the Pomodoro module could be extracted into a standalone plugin without touching core. Happy to hear the maintainers' view on whether to hold off or proceed! |
Adds a Pomodoro timer as a new tab in the dashboard: circular progress ring with drag-to-seek, work/short break/long break phases, play/pause/skip/reset controls, idle mode tracking, configurable settings, and persistent cycle counters.
0fed169 to
752d4cb
Compare
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
Adds a Pomodoro timer as a new tab in the dashboard.
Test plan