refactor: Move stuff around and rename

- DragAdv is now HippieTaskBar
- Remove previous version
- Move unused stuff
- Replace Clock with TimeDisplay
This commit is contained in:
sthag 2025-11-02 10:20:51 +01:00
parent 77178886cd
commit 13b1924360
4 changed files with 34 additions and 167 deletions

View file

@ -31,7 +31,8 @@ tags:
{%- block script %}
{{ block.super -}}
<script>
let clock = new Clock('time');
const timeElement = document.getElementById('time');
const timeDisplay = new TimeDisplay(timeElement);
ongoing();