feat(apollo-vertex): ai-chat shell — branding, empty state, thinking indicator [1/5]#628
Merged
feat(apollo-vertex): ai-chat shell — branding, empty state, thinking indicator [1/5]#628
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This was referenced Apr 30, 2026
Dependency License Review
License distribution
Excluded packages
|
This was referenced Apr 30, 2026
af862da to
d493904
Compare
frankkluijtmans
requested changes
May 1, 2026
88140de to
b17552c
Compare
… thinking indicator - AiChatThinking: animated sparkle→circle morph with gradient glow pulse - AiChatLoading: replaces bouncing dots with shimmer "Thinking…" + AiChatThinking - AiChatEmptyState: title/description/icon slot for empty state customisation - AutopilotIcon / AutopilotGradientIcon: Autopilot sparkle SVG in flat and gradient variants - AiChatInput: glow on focus, auto-resize, gradient send button; no file/quote yet - AiChat: Autopilot header with dropdown, centred empty-state + suggestion chips, queued-message ref sends messages typed while a response is in flight - AiChatAgentHubMode: adds Autopilot title, branded empty state, and suggestions; data fabric + choices tools retained unchanged - registry.json: registers new files, adds ai-chat-* colour tokens + ai-gradient-strong Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
b17552c to
83cc0ad
Compare
pieman1313
reviewed
May 4, 2026
Contributor
pieman1313
left a comment
There was a problem hiding this comment.
pushed some changes:
- translated hardcoded texts
- renamed
renderHeader->header - extracted a ai-chat-input-glow
- removed oxlint-disable from ai-chat
- replaced imperative onFocusCapture/onBlurCapture DOM mutations
lgtm
pieman1313
reviewed
May 4, 2026
frankkluijtmans
approved these changes
May 4, 2026
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this does
Sets up the structural foundation for the AI Chat component — the outer shell users see before and during a conversation.
AiChatLoading) shown while the AI is working, so users know something is happeningThis PR contains no input, message rendering, or interaction logic — just the chrome around the conversation.
Test plan
isLoadingis true and no assistant text is streaming yeterrorprop is set🤖 Generated with Claude Code