mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 11:39:16 +01:00
feat: ✨ Add error page when an account is not found
This commit is contained in:
parent
46193938fe
commit
3db36ae618
4 changed files with 92 additions and 8 deletions
|
|
@ -31,6 +31,11 @@ type ApplicationEvents = {
|
|||
"notification:new": NotificationEvent;
|
||||
"attachment:view": Attachment;
|
||||
"identity:change": Identity;
|
||||
error: {
|
||||
code: string;
|
||||
title: string;
|
||||
message: string;
|
||||
} | null;
|
||||
};
|
||||
|
||||
const emitter = mitt<ApplicationEvents>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue