chore(client/ts): port floating buttons

This commit is contained in:
Elian Doran
2025-02-28 17:55:32 +02:00
parent 83d25964c7
commit 2c714afa21
4 changed files with 38 additions and 10 deletions

View File

@@ -355,6 +355,10 @@ type EventMappings = {
};
noteTypeMimeChanged: { noteId: string };
zenModeChanged: { isEnabled: boolean };
relationMapCreateChildNote: { ntxId: string | null | undefined };
relationMapResetPanZoom: { ntxId: string | null | undefined };
relationMapResetZoomIn: { ntxId: string | null | undefined };
relationMapResetZoomOut: { ntxId: string | null | undefined };
};
export type EventListener<T extends EventNames> = {