localsend / website

https://localsend.org
Apache License 2.0
73 stars 63 forks source link

UI Enhancements for Color Mode Management #104

Closed Michael-Obele closed 1 month ago

Michael-Obele commented 1 month ago

Summary

This Pull Request improves the UI with a focus on color mode management, as noted in [Auto Dark/Light mode #91].

Changes Made

  1. Color Mode Component

    • Added a Vue component for color mode management.
    • Improved code readability.
  2. Dark Mode Support

    • Enhanced styling for dark mode.
    • Improved accessibility.
  3. Code Cleanup

    • Streamlined the codebase for color mode selection.
  4. Refactor Color Mode Selection

    • Changed color mode selection to a button for toggling modes.
    • Added @vueuse/components as a new dependency.

Screenshots

Light Mode View Light Mode Home Light Mode Download

Dark Mode View Dark Mode Home Dark Mode Download

Impact

These changes enhance color mode support and improve the overall user experience.

Tienisto commented 1 month ago

Thanks for the PR!