π Description
The dark/light mode toggle button in the navbar is currently not functioning properly. The website remains stuck in dark mode even after clicking the toggle button.
β Current Behavior
- Clicking the theme toggle button does not switch the website to light mode.
- The UI stays permanently in dark mode.
β
Expected Behavior
- Clicking the toggle button should switch between:
- π Dark Mode
- βοΈ Light Mode
- Theme changes should reflect across the entire website.
π‘ Possible Cause
The theme state may not be updating correctly, or the light theme classes/styles are not being applied properly.
π Suggested Fix
- Verify theme state management logic
- Ensure light mode CSS variables/classes are implemented
- Check if localStorage/theme persistence is updating correctly
- Confirm the toggle button updates the DOM/theme provider properly
π― Acceptance Criteria
βοΈ Theme toggle switches between dark and light mode
βοΈ UI updates instantly after clicking
βοΈ Theme persists after page refresh
βοΈ No layout/UI breaking issues in either mode
π Additional Notes
This is an important usability issue since users currently cannot access light mode.
π Description
The dark/light mode toggle button in the navbar is currently not functioning properly. The website remains stuck in dark mode even after clicking the toggle button.
β Current Behavior
β Expected Behavior
π‘ Possible Cause
The theme state may not be updating correctly, or the light theme classes/styles are not being applied properly.
π Suggested Fix
π― Acceptance Criteria
βοΈ Theme toggle switches between dark and light mode
βοΈ UI updates instantly after clicking
βοΈ Theme persists after page refresh
βοΈ No layout/UI breaking issues in either mode
π Additional Notes
This is an important usability issue since users currently cannot access light mode.