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

Dark Mode for web #76

Closed
peterklingelhofer opened this issue Apr 24, 2022 · 0 comments · Fixed by #162
Closed

Dark Mode for web #76

peterklingelhofer opened this issue Apr 24, 2022 · 0 comments · Fixed by #162
Assignees
Labels
enhancement New feature or request

Comments

@peterklingelhofer
Copy link
Member

Description

This will be an iteration on #48. #48 provides an initial dark mode toggle for the electron app. However, since we're eventually aiming to integrate this locally in the stream-app and potentially, if all goes well, host this online, we will need this to be functional for web users as well, so it will work with yarn start.

Potential solution

There's a global state using useContext and useReducer, check it out in contexts/globalState.tsx.

@peterklingelhofer peterklingelhofer added the enhancement New feature or request label Apr 24, 2022
@peterklingelhofer peterklingelhofer self-assigned this Apr 24, 2022
@peterklingelhofer peterklingelhofer changed the title Dark Mode for Web Dark Mode for web Apr 24, 2022
@simonv3 simonv3 added this to the 0.4.0 milestone Apr 27, 2022
@simonv3 simonv3 modified the milestones: 0.4.0, 0.5.0 May 16, 2022
@simonv3 simonv3 removed this from the 0.5.0 milestone Jun 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants