feat(layout): allow to minimize chat (#35)

This commit is contained in:
Dominic Elm
2024-08-14 11:08:52 +02:00
committed by GitHub
parent 8fd9d4477e
commit d5a29c2427
18 changed files with 262 additions and 114 deletions

View File

@@ -3,4 +3,5 @@ import { map } from 'nanostores';
export const chatStore = map({
started: false,
aborted: false,
showChat: true,
});