Skip to content

Fix: Implement Functionality for Theme Toggle Button (Light/Dark Mode) #161

Description

@DHRUVI5674

Description:
The theme toggle button is currently visible in the UI but does not perform any action when clicked. Users are unable to switch between light and dark themes, resulting in a non-functional interface element and an incomplete user experience.

Current UI:

  • Theme toggle button is displayed.
  • Clicking the toggle has no effect.
  • Application theme remains unchanged.
  • No visual feedback is provided when interacting with the toggle.

Suggested Improvement:

  • Implement light and dark theme switching functionality.
  • Update UI styles dynamically based on the selected theme.
  • Persist the user's theme preference using local storage or a similar mechanism.
  • Provide clear visual feedback indicating the currently active theme.
  • Ensure all pages and components respond correctly to theme changes.

Expected Result:
Users should be able to switch between light and dark themes using the toggle button, with the selected preference applied consistently across the application and retained between sessions.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions