You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The "Change Mode" feature is not functioning as expected. When attempting to switch between dark and light mode, no visual changes occur, and the mode does not persist after reloading the page.
To Reproduce
Steps to reproduce the behavior:
Go to the application’s main page.
Click on the "Change Mode" button to toggle between dark and light mode.
Observe that there is no change in the appearance of the mode.
Reload the page to see if the selected mode persists.
The mode reverts to default, and the change does not persist.
Expected behavior
Clicking the "Change Mode" button should toggle between dark and light mode. The selected mode should persist across page reloads.
Screenshots
[Insert screenshots or screen recordings if applicable]
Desktop (please complete the following information):
OS: Windows 10
Browser: Chrome
Version: 95
Smartphone (please complete the following information):
Device: Poco m4 pro
Browser: Chrome
Additional context
The issue might be related to improper state management or failure to apply the correct classes for dark/light mode. The feature was previously working, and the problem might have arisen after a recent update or change in state management.
The text was updated successfully, but these errors were encountered:
Here's a properly structured bug report template:
Describe the bug
The "Change Mode" feature is not functioning as expected. When attempting to switch between dark and light mode, no visual changes occur, and the mode does not persist after reloading the page.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Clicking the "Change Mode" button should toggle between dark and light mode. The selected mode should persist across page reloads.
Screenshots
[Insert screenshots or screen recordings if applicable]
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
The issue might be related to improper state management or failure to apply the correct classes for dark/light mode. The feature was previously working, and the problem might have arisen after a recent update or change in state management.
The text was updated successfully, but these errors were encountered: