essamabd03 / MusicMatchApp

0 stars 0 forks source link

US7: Light vs. Dark mode #46

Open owenc740 opened 5 months ago

owenc740 commented 5 months ago

AS A user, INSTEAD OF using the current light mode interface, I WANT TO toggle between light and dark mode settings SO THAT I can customize my app experience based on my preference and reduce eye strain during nighttime usage.

SCENARIO: User toggles between light and dark mode GIVEN the app is running and accessible to the user, WHEN the user accesses the settings menu, AND selects the "Display Preferences" option, AND toggles the switch between light and dark mode, THEN the interface color scheme changes accordingly within 1 second, AND the selected mode persists across app sessions.

SCENARIO: User accesses the app during nighttime GIVEN the app is running and accessible to the user, AND the device clock indicates nighttime (based on user's time zone), WHEN the user opens the app, THEN the app automatically switches to dark mode within 0.5 seconds, AND the user is notified of this change via a brief tooltip or pop-up message.