In the last days I made some changes to the default Alarms & Timers app and I'd like to make a few more changes to improve the user experience. My ideas are scattered among issue comments, pull request comments, personal branches, etc. so I'd like to take stock of the situation and involve the community in the discussion.
This is the UI now:
I'd like to add a way to see when an alarm is ON at glance, eg.:
In this configuration:
The first alarm has been configured to fire every day
The second alarm will fire once (flag repeat is false)
The third alarm will fire monday to friday
The fourth alarm will fire saturday and sunday
This way you can see at glance the days an alarm in configured. No days = no repeat (Moreover the repeat icon is no more needed)
I thought about using labels as "weekends"/"workdays" but there could be some issue with translations (eg. "workdays" in italian is "giorni lavorativi", too long)
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hello!
In the last days I made some changes to the default Alarms & Timers app and I'd like to make a few more changes to improve the user experience. My ideas are scattered among issue comments, pull request comments, personal branches, etc. so I'd like to take stock of the situation and involve the community in the discussion.
This is the UI now:
I'd like to add a way to see when an alarm is ON at glance, eg.:
In this configuration:
This way you can see at glance the days an alarm in configured. No days = no repeat (Moreover the repeat icon is no more needed)
I thought about using labels as "weekends"/"workdays" but there could be some issue with translations (eg. "workdays" in italian is "giorni lavorativi", too long)
Moreover I'd like to clean up the interface, eg.:
What do you think? Suggestions?