Skip to content

Add Icon Toggle for Play/Pause Button #32

@AkshayAshokCode

Description

@AkshayAshokCode

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 ▶️ and ⏸️ (use proper SVGs or JetBrains' recommended icons)
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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions