feat: move dashboard to apps/ so we can share ws proto
This commit is contained in:
@@ -260,7 +260,7 @@ export function ChatView({
|
||||
<div className="min-w-0 flex-1">
|
||||
{title && (
|
||||
<SessionActionsMenu
|
||||
align="end"
|
||||
align="start"
|
||||
onDelete={selectedSessionId ? onDeleteSelectedSession : undefined}
|
||||
onPin={selectedSessionId ? onToggleSelectedPin : undefined}
|
||||
pinned={selectedIsPinned}
|
||||
|
||||
Reference in New Issue
Block a user