diff options
| author | karpathy <andrej.karpathy@gmail.com> | 2025-11-22 15:24:47 -0800 |
|---|---|---|
| committer | karpathy <andrej.karpathy@gmail.com> | 2025-11-22 15:24:47 -0800 |
| commit | 87b4a178ec24cfaeca06ee433a592055fcf0068b (patch) | |
| tree | bed1b3a1d9ae99cd1c20dd07ab3ccc46a0be0101 /frontend/src/components/ChatInterface.css | |
| parent | 827bfd3d3ecc34ac5f6a21003c785460d1b02d2b (diff) | |
a bit more progressive update and single turn
Diffstat (limited to 'frontend/src/components/ChatInterface.css')
| -rw-r--r-- | frontend/src/components/ChatInterface.css | 14 |
1 files changed, 14 insertions, 0 deletions
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; |
