feat(phase8.1): server groups — table, CRUD handler, collapsible channel sections

This commit is contained in:
2026-06-30 12:50:53 -04:00
parent 6d66d7775f
commit d663638387
7 changed files with 587 additions and 88 deletions
+1
View File
@@ -11,6 +11,7 @@ export interface Channel {
category: string | null;
position: number;
slowmode_seconds?: number;
group_id?: string | null;
}
interface ChannelState {