lupinia / awi

Full Lupinia/Awi website, built with Django
https://www.lupinia.net/
2 stars 1 forks source link

Add timer to new tab page #98

Closed lupinia closed 1 year ago

lupinia commented 1 year ago

One of the things I use the new tab page for is displaying it as an interstitial/background during meetings, particularly during breaks. In that context, it's helpful to be able to run a timer to show how long it will be until we resume, and it'd be nice to have that built into the page.

The ideal interface for this would be a small timer button at the bottom of the main clock, which pops out a little timer underneath it. I don't love the idea of dealing with a form, but having little +/- buttons could work. It can default to 5 minutes, with a start/stop button on the side. Javascript is not usually my happy place, but in this case, it would make sense for this to be entirely a front-end scripted widget.

Related to #99

lupinia commented 1 year ago

This is up and running! Yay! It works exactly as I hoped, and I can't think of anything else needed for implementation, so this was an easy one :)