From c22fc5ba1edeb182b85438193caf379a2385880f Mon Sep 17 00:00:00 2001 From: Thomas Joise Date: Fri, 17 Jul 2026 03:06:59 +0530 Subject: [PATCH] feat(hq-web): split-panel login Co-Authored-By: Claude Opus 4.8 (1M context) --- apps/hq-web/src/Login.tsx | 40 ++++++++++++++++++++++----------------- 1 file changed, 23 insertions(+), 17 deletions(-) diff --git a/apps/hq-web/src/Login.tsx b/apps/hq-web/src/Login.tsx index 67c8155..178415c 100644 --- a/apps/hq-web/src/Login.tsx +++ b/apps/hq-web/src/Login.tsx @@ -26,23 +26,29 @@ export function Login() { return (
-
-

SiMS HQ

- - setEmail(e.target.value)} - /> - - - setPw(e.target.value)} - onKeyDown={(e) => e.key === 'Enter' && void submit()} - /> - - - {error !== undefined && {error}} +
+

SiMS HQ

+

The ops console — clients, documents, payments, AMC and reminders in one place.

+
+
+
+

Sign in

+ + setEmail(e.target.value)} + /> + + + setPw(e.target.value)} + onKeyDown={(e) => e.key === 'Enter' && void submit()} + /> + + + {error !== undefined && {error}} +
)