feat: move top screen components to own folder, and implement calendar

This commit is contained in:
2025-11-10 14:24:20 +01:00
parent c465679b47
commit 009b19e404
6 changed files with 105 additions and 41 deletions

View File

@@ -31,7 +31,7 @@ useRender((ctx) => {
const LINE_HEIGHT = 12;
ctx.fillStyle = "red";
ctx.fillRect(props.x - 2, props.y, 140, LINE_COUNT * LINE_HEIGHT + 3);
ctx.fillRect(props.x - 2, props.y, 120, LINE_COUNT * LINE_HEIGHT + 3);
let textY = props.y;
@@ -59,5 +59,3 @@ useRender((ctx) => {
);
});
</script>
<template></template>