-
Notifications
You must be signed in to change notification settings - Fork 3
[FEATURE] Add dark mode toggle #2
Copy link
Copy link
Open
Labels
cssCSS and styling related changesCSS and styling related changesdifficulty: easySuitable for beginner contributorsSuitable for beginner contributorsenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededhtmlHTML structure related changesHTML structure related changesjavascriptJavaScript related changesJavaScript related changesui/uxUser interface or experience improvementsUser interface or experience improvements
Milestone
Description
Metadata
Metadata
Assignees
Labels
cssCSS and styling related changesCSS and styling related changesdifficulty: easySuitable for beginner contributorsSuitable for beginner contributorsenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededhtmlHTML structure related changesHTML structure related changesjavascriptJavaScript related changesJavaScript related changesui/uxUser interface or experience improvementsUser interface or experience improvements
Feature Description
Add a dark mode option to the Dynamic Family Tree application.
Users should be able to switch between the current light theme and a dark theme based on their preference.
Problem
Currently, the application only supports a light theme.
Some users may prefer a darker interface for better readability in low-light environments.
Proposed Solution
Implement a dark mode toggle button in the navigation bar.
The feature should:
Expected Behavior
After clicking the dark mode toggle:
Acceptance Criteria
Additional Information
This issue is suitable for beginner contributors.
Suggested technologies:
No external libraries should be added.