generated from JetBrains/intellij-platform-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Replace the current “Start” and “Pause” buttons in the Pomodoro tool window with a single toggle button that switches between a Play icon and a Pause icon based on the timer state.
Scope:
Use icons like
Handle the toggle based on PomodoroTimerService.state
Use TimerState.RUNNING, TimerState.PAUSED, and TimerState.IDLE for logic
Add tooltip (e.g., “Start Pomodoro”, “Pause Pomodoro”) for better accessibility
Metadata
Metadata
Assignees
Labels
No labels