mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 03:29:16 +01:00
feat: ✨ Add actions dropdown on user view
This commit is contained in:
parent
8ee6aa83b3
commit
54221ce42f
13 changed files with 228 additions and 38 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import type { createToaster } from "@ark-ui/vue";
|
||||
import type { Attachment, Status } from "@lysand-org/client/types";
|
||||
import type { Account, Attachment, Status } from "@lysand-org/client/types";
|
||||
import mitt from "mitt";
|
||||
import type { Identity } from "./Identities";
|
||||
|
||||
|
|
@ -24,6 +24,8 @@ type ApplicationEvents = {
|
|||
"composer:send": Status;
|
||||
"composer:send-edit": Status;
|
||||
"composer:close": undefined;
|
||||
"account:report": Account;
|
||||
"account:update": Account;
|
||||
"notification:new": NotificationEvent;
|
||||
"attachment:view": Attachment;
|
||||
"identity:change": Identity;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue