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

Add pomodoro settings #40

Merged
merged 20 commits into from
Jan 22, 2024
Merged

Add pomodoro settings #40

merged 20 commits into from
Jan 22, 2024

Conversation

blue2wo
Copy link
Contributor

@blue2wo blue2wo commented Jan 16, 2024

Goal

Create a settings menu that will allow the user to edit several GUI options for the pomodoro timer.

  • Set a custom time for 'pomodoro focus', 'short break', and 'long break' - Will be added in another PR
  • Set preference for fonts - Kumbh Sans, Roboto Slab, Space Mono
  • Set preference for color - Pink, aqua, purple

The implementation will store the settings local in settings component and then use dispatch all the settings data in one object using Redux.

Related issue: #23

How to test

After making changes in the settings menu and clicking apply:

  • Check the visual appearance of the pomodoro timer and the start/pause button reflects the colour value in the redux store.
  • Check the visual appearance of the pomodoro timer font reflects the font value in the redux store

Screenshots

@blue2wo blue2wo requested a review from Evomatic January 22, 2024 06:52
Copy link
Contributor

@Evomatic Evomatic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🧑‍💻

@blue2wo blue2wo marked this pull request as ready for review January 22, 2024 06:57
@blue2wo blue2wo merged commit c428ee3 into main Jan 22, 2024
@blue2wo blue2wo deleted the add-pomodoro-settings branch January 22, 2024 06:57
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