Skip to content

feat: Add dark mode toggle in Settings #720

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

Closed
wants to merge 3 commits into from
Closed

Conversation

caseyg
Copy link

@caseyg caseyg commented May 4, 2025

  • Removed theme toggle from the main toolbar
  • Added dark mode toggle in Settings > General under Language
  • Set up theme synchronization across windows using Tauri events
  • Fixed border styles and visual elements in dark mode
  • Improved toast notifications in dark mode
  • Modified Tauri window creation to follow system theme preferences

🤖 Generated with Claude Code

There might be a less verbose way to do this than so many inline Tailwind classes, but I wanted to see if it was possible to do it quickly with Claude Code. Looks good (enough!) to me on the frontend.

Also tried to get it to sync with system/user preference but wasn't able to figure out how to get that to work with Tauri quickly, so for now just implemented as a toggle in Settings > General.

caseyg and others added 2 commits May 4, 2025 17:29
- Removed theme toggle from the main toolbar
- Added dark mode toggle in Settings > General under Language
- Set up theme synchronization across windows using Tauri events
- Fixed border styles and visual elements in dark mode
- Improved toast notifications in dark mode
- Modified Tauri window creation to follow system theme preferences

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
@yujonglee
Copy link
Contributor

Screenshot 2025-05-04 at 2 44 09 PM

@ComputelessComputer
Copy link
Collaborator

ComputelessComputer commented May 4, 2025

Cool! I guess If you're done with implementing the details, we could start from that. Thanks @caseyg :)

@yujonglee yujonglee marked this pull request as draft May 4, 2025 21:47
- Add dark mode styling to calendar day headers and navigation controls
- Fix border colors in profile pages and participant components for dark mode
- Enhance text contrast and visibility for participant info in dark mode
- Improve tooltip visibility in dark mode
- Fix Edit/Back button styling in dark mode
@caseyg
Copy link
Author

caseyg commented May 4, 2025

sure thing! feel free to use whatever part of this is helpful 👍

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.

3 participants