feat(settings,docs): vault subpath becomes the chats folder, panel screenshots in the readme

This commit is contained in:
hh
2026-09-05 04:56:03 +02:00
parent 223560c8da
commit 43d1e1a4a3
10 changed files with 43 additions and 26 deletions
+1 -1
View File
@@ -54,11 +54,11 @@ async function main(): Promise<void> {
mount(App, {
props: {
app: app as never,
chatsFolder: () => "💬 чаты",
client: scene === "offline" ? null : client,
component: new Component() as never,
onOpenSettings: () => console.log("settings"),
state,
vaultSubpath: () => "💬 чаты",
},
target: document.getElementById("app") as HTMLElement,
});