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
Currently, the dark mode toggle may cause confusion as users might expect the icon to represent the current mode instead of the mode they are switching to. By showing a light icon when in dark mode, it will clearly indicate that clicking the button will switch to light mode, improving the user experience and reducing ambiguity.
What does the proposed API look like?
A toggle button that shows a light icon (e.g., sun) when dark mode is active, indicating that clicking it will switch to light mode.
How should this be implemented in your opinion?
The button's icon should change dynamically based on the current mode:
In dark mode: show a light icon to suggest the user can switch to light mode.
In light mode: show a dark icon to suggest the user can switch to dark mode.
Are you willing to work on this yourself?
Yes, I am willing to work on this feature.
The text was updated successfully, but these errors were encountered:
Feature request
What problem does this feature solve?
Currently, the dark mode toggle may cause confusion as users might expect the icon to represent the current mode instead of the mode they are switching to. By showing a light icon when in dark mode, it will clearly indicate that clicking the button will switch to light mode, improving the user experience and reducing ambiguity.
What does the proposed API look like?
A toggle button that shows a light icon (e.g., sun) when dark mode is active, indicating that clicking it will switch to light mode.
How should this be implemented in your opinion?
The button's icon should change dynamically based on the current mode:
Are you willing to work on this yourself?
Yes, I am willing to work on this feature.
The text was updated successfully, but these errors were encountered: