Commit Graph
1 Commits
  • Simplify theme toggle to dark/light only
    - Remove system theme option
    - Refactor ModeToggle component for immediate theme switching
    - Implement local state management for smoother transitions
    - Persist theme preference in localStorage
    - Update icon display logic for better visual feedback
    
    This commit addresses the issue of delayed theme switching and
    simplifies the user experience by offering only dark and light modes.