feat: move sensor details to sheet, implement placement on floor plan

This commit is contained in:
2026-05-14 17:22:26 +02:00
parent 90c946d710
commit 52605f1390
12 changed files with 655 additions and 218 deletions
-5
View File
@@ -7,16 +7,11 @@
* { margin: 0; padding: 0; box-sizing: border-box; }
body { overflow: hidden; background: #f5f5f5; }
#canvas-container { position: fixed; inset: 0; }
#overlay { position: fixed; inset: 0; pointer-events: none; }
</style>
</head>
<body>
<div id="canvas-container"></div>
<div id="overlay"></div>
<script src="./vendor/konva.min.js"></script>
<script src="./vendor/preact.min.umd.js"></script>
<script src="./vendor/hooks.umd.js"></script>
<script src="./vendor/htm.umd.js"></script>
<script src="./app.js"></script>
</body>
</html>