Skip to content

feat(tray): preserve progress arc while paused#420

Merged
Splode merged 2 commits intoSplode:mainfrom
SeanTong11:feat/tray-paused-progress
May 4, 2026
Merged

feat(tray): preserve progress arc while paused#420
Splode merged 2 commits intoSplode:mainfrom
SeanTong11:feat/tray-paused-progress

Conversation

@SeanTong11
Copy link
Copy Markdown

@SeanTong11 SeanTong11 commented May 4, 2026

Summary

Why

Previously, pausing the timer replaced the tray progress arc with only the pause indicator. This made the tray icon lose useful progress context while paused.

With this change, the tray icon continues to show the current timer progress and overlays the pause bars, so users can still see both the paused state and session progress.

Test plan

  • cargo test --manifest-path src-tauri/Cargo.toml tray::tests::render_paused

@Splode
Copy link
Copy Markdown
Owner

Splode commented May 4, 2026

LGTM. Thanks for another great contribution!

@Splode Splode merged commit 643452b into Splode:main May 4, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Preserve tray icon progress indicator while paused

2 participants