feat: add stacked public notes

This commit is contained in:
Julien Calixte
2026-02-15 00:00:12 +01:00
parent 77c1f41b6d
commit d1b0d51ec9
8 changed files with 289 additions and 78 deletions

View File

@@ -1,7 +1,7 @@
import { createEventBus } from "retrobus"
interface EventBusParams {
path: string
atUri: string
currentNoteRkey?: string
}