Updated a lot of stuff, trying out radix ui
This commit is contained in:
parent
9778e7dc71
commit
2862060439
24 changed files with 525 additions and 437 deletions
|
|
@ -19,6 +19,7 @@ const message = z.object({
|
|||
tint: z.string().length(7).startsWith("#").optional(),
|
||||
avatar: z.boolean().optional(),
|
||||
display: z.boolean().optional(),
|
||||
message_state: z.enum(["read", "received", "sent", "sending", "awaiting"]),
|
||||
});
|
||||
|
||||
export const failedUser = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue