fcFn / DI_Hackathon_1

Hackathon #1 for DI
Other
0 stars 0 forks source link

Design and Implement Settings Screen #10

Closed fcFn closed 3 weeks ago

fcFn commented 1 month ago
  1. Create a settings screen accessible from the main interface.
  2. Provide options to enable/disable notifications, sound, and animations.
  3. Ensure the settings are saved and applied correctly.
fcFn commented 3 weeks ago

This is out of scope for now so I'm closing it. Also those settings are mostly available via the browser: the user can disallow playing sound or showing notifications. For the animations, we should read the "prefers-reduced-motion" from the browser and not show animations to users that have that set.