move websocket globally and modify mainn page

This commit is contained in:
Adrian Zuercher
2025-05-06 05:33:54 +02:00
parent 488ce84ae9
commit a059d282ed
9 changed files with 176 additions and 101 deletions

View File

@@ -1,4 +1,4 @@
type Set = {
export type Set = {
path: string;
value: number | undefined;
};