feat(settings): menu navigation (unanimated)

This commit is contained in:
2025-11-25 00:58:29 +01:00
parent 32fc9a3547
commit 44a84452d0
26 changed files with 258 additions and 2 deletions

View File

@@ -52,6 +52,8 @@ function drawLine(
}
useRender((ctx) => {
ctx.translate(0, -16);
ctx.drawImage(clockImage!, 13, 45);
const now = new Date();