thehale / BinaryClock

A nerdy way to tell time on Android/iOS 🕓
https://binaryclock.jhale.dev
Mozilla Public License 2.0
3 stars 1 forks source link

Make it easier to access the settings #14

Open thehale opened 10 months ago

thehale commented 10 months ago

Currently, accessing the settings requires a "long press" on the main clock screen. This was a deliberate design choice so that the clock itself looks clean (i.e. free of distracting buttons/clutter).

However, after watching several users, it's clear that finding the settings is unintuitive -- even with the pop-up explainer.

We want to make the settings easier to find so people can take better advantage of the customization options for the clock. Some options include:

After implementing this feature, the Toast should be removable in favor of the "intuitive" settings access.