add and toggle site labels

This commit is contained in:
Fred KISSIE
2026-05-08 22:31:36 +02:00
parent a63c1ec364
commit 2fd519e102
5 changed files with 156 additions and 104 deletions

View File

@@ -392,7 +392,7 @@ export async function listSites(
.select({
labelId: labels.labelId,
name: labels.name,
color: labels.name,
color: labels.color,
siteId: siteLabels.siteId
})
.from(labels)