add services with statsu server state and remove stage lights

This commit is contained in:
Adrian Zuercher
2025-09-07 14:24:38 +02:00
parent a648be3bcb
commit 9585fb1b7a
35 changed files with 2387 additions and 328 deletions

View File

@@ -86,8 +86,8 @@ const props = defineProps({
default: '',
},
width: {
type: String,
default: '300px',
type: Number,
default: 300,
},
});