feat(journal): add JournalContext to allow closing panel on mobile

This commit is contained in:
2026-07-08 00:11:16 +08:00
parent 57ffb35f2b
commit 3d957706e9
4 changed files with 68 additions and 39 deletions
+2
View File
@@ -44,3 +44,5 @@ export { ComposePanel } from "./ComposePanel";
export { JournalInput } from "./JournalInput";
export { DynamicForm } from "./DynamicForm";
export { useJournalCompletions, invalidateCompletions } from "./completions";
export { JournalContext, useJournalContext } from "./JournalContext";
export type { JournalContextValue } from "./JournalContext";