diff --git a/web/src/editor/EditorRail.tsx b/web/src/editor/EditorRail.tsx index 2aa76b4..a836274 100644 --- a/web/src/editor/EditorRail.tsx +++ b/web/src/editor/EditorRail.tsx @@ -4,9 +4,9 @@ import { cn } from '@/lib/cn' /** * The editor's side rail, and the answer to "four things want one rail". * - * The inspector, history, and (later) the journal and chat panel all want the - * same strip of screen. Rather than each bolting on its own chrome, they are - * tabs in one rail — which keeps the canvas one width instead of a different + * The inspector, history, journal, and (later) the chat panel all want the same + * strip of screen. Rather than each bolting on its own chrome, they are tabs in + * one rail — which keeps the canvas one width instead of a different * width per panel, and means adding the journal or chat is adding a tab. * * Two constraints shaped it: diff --git a/web/src/editor/JournalPanel.tsx b/web/src/editor/JournalPanel.tsx index a9827e9..d37c193 100644 --- a/web/src/editor/JournalPanel.tsx +++ b/web/src/editor/JournalPanel.tsx @@ -4,7 +4,6 @@ import { Button } from '@/components/ui/Button' import { TextArea } from '@/components/ui/TextArea' import { TextField } from '@/components/ui/TextField' import { errorMessage } from '@/lib/api' -import { cn } from '@/lib/cn' import { formatObservedAt, today, @@ -55,7 +54,10 @@ export function JournalPanel({ {objects.length > 0 && (