-
Notifications
You must be signed in to change notification settings - Fork 41
Closed
Labels
domain:uiplatform:frontendpriority:medium 👍Regular priority issueRegular priority issuetype:enhancement 😃New feature or requestNew feature or request
Milestone
Description
Description:
Refactor the application to move the dark/light mode setting to the /settings
page, and create a dedicated section for theme settings. Remove the dark/light theme toggle from the top bar.
Objectives:
-
Add Theme Section in Settings Page:
- Navigate to the
/settings
page (e.g. https://tanam-testing.firebaseapp.com/settings). - Create a new section called "Theme" within the settings page.
- Navigate to the
-
Dark/Light Theme Toggle:
- Move the current "dark/light theme" toggle to the newly created "Theme" section on the settings page.
-
Remove Top Bar Toggle:
- Remove the dark/light theme toggle from the top bar to avoid redundancy and improve user interface consistency.
Acceptance Criteria:
- A new "Theme" section is created on the
/settings
page. - The dark/light theme toggle is successfully moved to the "Theme" section.
- The dark/light theme toggle is removed from the top bar.
- Users can still switch between dark and light modes from the new location in the settings page.
Notes:
- Ensure the user interface remains intuitive and user-friendly after the changes.
- Test the functionality to confirm that the theme setting works correctly from the new location.
- Update any relevant documentation to reflect these changes.
Metadata
Metadata
Assignees
Labels
domain:uiplatform:frontendpriority:medium 👍Regular priority issueRegular priority issuetype:enhancement 😃New feature or requestNew feature or request
Type
Projects
Status
Done