Updated a lot of stuff, trying out radix ui

This commit is contained in:
Alois 2026-04-01 21:22:13 +02:00
commit 2862060439
24 changed files with 525 additions and 437 deletions

View file

@ -196,7 +196,8 @@ const DATA_TYPES = [
"timeout",
"has_admin",
"last_message_at",
"height"
"height",
"sent_by_self"
] as const;
const COMMUNICATION_TYPE_BY_NAME = createIndexMap(COMMUNICATION_TYPES);
@ -296,6 +297,7 @@ registerDataKinds("bool", [
"accepted",
"has_admin",
"screen_share",
"sent_by_self",
]);
registerDataKinds({ array: "string" }, ["user_states"]);