From 87b4a178ec24cfaeca06ee433a592055fcf0068b Mon Sep 17 00:00:00 2001 From: karpathy Date: Sat, 22 Nov 2025 15:24:47 -0800 Subject: a bit more progressive update and single turn --- frontend/src/components/ChatInterface.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'frontend/src/components/ChatInterface.css') diff --git a/frontend/src/components/ChatInterface.css b/frontend/src/components/ChatInterface.css index 531d2a3..0d01300 100644 --- a/frontend/src/components/ChatInterface.css +++ b/frontend/src/components/ChatInterface.css @@ -71,6 +71,20 @@ font-size: 14px; } +.stage-loading { + display: flex; + align-items: center; + gap: 12px; + padding: 16px; + margin: 12px 0; + background: #f9fafb; + border-radius: 8px; + border: 1px solid #e0e0e0; + color: #666; + font-size: 14px; + font-style: italic; +} + .spinner { width: 20px; height: 20px; -- cgit v1.2.3