Add a feature flag to show the dark mode UI toggle #4306
Labels
🤖 aspect: dx
Concerns developers' experience with the codebase
🌟 goal: addition
Addition of new feature
🟨 priority: medium
Not blocking but should be addressed soon
🧱 stack: frontend
Related to the Nuxt frontend
Milestone
Description
Create a
dark_mode_ui_toggle
feature flag, which is off by default and switchable in staging. This will be used to conditionally render a new UI toggle for dark mode. You can view the designs here #4155.The flag should have the following state:
This PR is only concerned with adding the flag, it does not need to implement the component.
The text was updated successfully, but these errors were encountered: