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 light/dark mode toggle #65

Merged
merged 4 commits into from
Oct 29, 2024
Merged

Add light/dark mode toggle #65

merged 4 commits into from
Oct 29, 2024

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    4df2781 View commit details
    Browse the repository at this point in the history
  2. followed button semantics

    ssrahul96 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    0cedcff View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. feat(index.html): add support for dark and light color scheme using t…

    …he meta tag 'color-scheme'
    
    feat(App.vue): refactor dark mode implementation to use a reusable hook 'useDarkModePreference'
    feat(style.css): add transition effect for background-color and color properties to improve user experience when switching between dark and light mode
    feat(useDarkModePreference.ts): create a reusable hook to handle dark mode preference and system preference changes
    lyqht committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    dc12a05 View commit details
    Browse the repository at this point in the history
  2. chore(README.md): update feature description for light/dark mode togg…

    …le to be more accurate and descriptive
    lyqht committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    22cbbd8 View commit details
    Browse the repository at this point in the history