Added enter animation, added loading and error state to conversations and communities, updated other small stuff
This commit is contained in:
parent
396defef64
commit
ed53c17597
10 changed files with 116 additions and 53 deletions
|
|
@ -22,7 +22,7 @@ const message = z.object({
|
|||
});
|
||||
|
||||
export const failedUser = {
|
||||
display: "Failed to load user",
|
||||
display: "Failed",
|
||||
iota_id: 0,
|
||||
omikron_connections: [],
|
||||
online_status: "user_borked",
|
||||
|
|
|
|||
Loading…
Reference in a new issue