From 25d4a80b737cadbcc2a0937db4d598afd95e1ba7 Mon Sep 17 00:00:00 2001 From: Jason Staack Date: Mon, 16 Mar 2026 18:42:07 -0500 Subject: [PATCH] feat(ui): polish command palette and login page for Deep Space Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend/src/components/command-palette/CommandPalette.tsx | 2 +- frontend/src/routes/login.tsx | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/command-palette/CommandPalette.tsx b/frontend/src/components/command-palette/CommandPalette.tsx index 9f1ae3f..7cec592 100644 --- a/frontend/src/components/command-palette/CommandPalette.tsx +++ b/frontend/src/components/command-palette/CommandPalette.tsx @@ -216,7 +216,7 @@ export function CommandPalette() { overlayClassName="fixed inset-0 z-50 bg-background/80 backdrop-blur-sm" contentClassName="fixed left-1/2 top-[20%] -translate-x-1/2 z-50 w-full max-w-lg" > -
+
{/* Login card */} -
+
void handleSubmit(e)} className="space-y-4">
@@ -215,6 +215,7 @@ function LoginPage() {