feat: Add time to task bar

- Add app.js to windows screen
- Add time display to task bar
- Add new TimeDisplay class to app.js
- Add play and pause buttons as example
- Fix event handlers of task bar according to bubbling and propagation
This commit is contained in:
sthag 2025-10-31 19:47:19 +01:00
parent c259ead9a0
commit bac4b73c08
4 changed files with 103 additions and 11 deletions

View file

@ -37,6 +37,10 @@ $padding_half: calc(#{hippie.$space_half} - 3px) hippie.$space_half;
button {
@extend .button_io;
overflow: hidden;
* {
pointer-events: none;
}
}
nav.small {