Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor/pause button #115

Merged
merged 2 commits into from
Feb 8, 2025
Merged

Refactor/pause button #115

merged 2 commits into from
Feb 8, 2025

Conversation

pgallino
Copy link
Collaborator

@pgallino pgallino commented Feb 7, 2025

Refactored pause button styles and improved state handling

  • Moved pause button styles to a separate pause-button.css file.
  • Redesigned the button with a green default background and a red paused state.
  • Improved visual aesthetics with subtle shadows and rounded corners.
  • Removed inline JavaScript styling by using a .paused class for state changes.
  • Ensured smooth transitions between states.

- Moved pause button styles to a separate `pause-button.css` file.
- Redesigned the button with a green default background and a red paused state.
- Improved visual aesthetics with subtle shadows and rounded corners.
- Removed inline JavaScript styling by using a `.paused` class for state changes.
- Ensured smooth transitions between states.
@MegaRedHand MegaRedHand merged commit 2cf3a99 into main Feb 8, 2025
3 checks passed
@MegaRedHand MegaRedHand deleted the refactor/pause-button branch February 8, 2025 18:52
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.

2 participants