v3: added content slugs, fixed real-time updates in client, added @mentions across the app, added new file selector and drop zone

This commit is contained in:
khannurien
2026-03-22 16:06:26 +00:00
parent 39a0cc397e
commit 34e908d1bc
42 changed files with 2170 additions and 628 deletions

View File

@@ -22,7 +22,7 @@ export interface PlaylistEvent {
}
export interface CommentEvent {
type: "created" | "deleted";
type: "created" | "deleted" | "updated";
dumpId: string;
comment?: Comment;
commentId?: string;