fix(ui): v0-strict sidebar dropdown + chat-view hero (functional preserved)#66
Merged
Conversation
…erved) #65 follow-up — keep all functional extensions (SIN_MODELS, Project selector, Sparkles Enhance, Suggestion chips for repo tasks) but render the layout/typography/icons 100% v0-faithful. UserMenu (components/auth/user-menu.tsx): - Dropdown is now ALWAYS shown — even for unauthenticated users - Trigger displays '?' avatar + 'Anmelden' (was: a separate Anmelden button that bypassed the dropdown entirely, #65 regression) - Dropdown header shows 'Nicht angemeldet' + 'Melde dich an, um Chats zu speichern' when no session - Footer item toggles between 'Sign Out' and 'Anmelden' based on auth - All 7 v0 links (Profile, Account Settings, Pricing, Documentation, Feedback, Community Forum, Refer a Friend) + Preferences section with Theme (System/Light/Dark 3-segment), Language, Chat Position ChatView (components/chat/chat-view.tsx): - Restored Starburst icon + 'What do you want to create?' hero (lost in earlier refactor) - Added 'Press Enter to send' hint with kbd element - Width switches from max-w-3xl (with messages) to full (empty state) - Preserved all AI SDK 6 wiring (useChat, sendMessage, parts, etc.)
1d817ed to
ef502f4
Compare
CEO Audit — Not applicableThis repository is a Node.js / TypeScript project. Recommended checks for this repo:
|
Delqhi
added a commit
that referenced
this pull request
Jun 13, 2026
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.
Summary
#65 follow-up — restore the layout/typography/icons 100% v0-strict but keep all functional extensions (SIN_MODELS, Project selector, Sparkles Enhance, repo-task Suggestion chips).
What was wrong
Anmeldenbutton was rendered when no session — bypassing the v0 dropdown entirely. The legendary Theme switch + Profile/Pricing/Documentation/etc. were invisible until login.What do you want to create?hero with the Starburst icon was lost in an earlier refactor; users only saw the loading state.Files (2)
?avatar +Anmelden(or user initial + name when logged in)Nicht angemeldet+Melde dich an, um Chats zu speichern(or user info)Anmelden(when logged out) orSign Out(when logged in)What do you want to create?h1Press Enter to sendhint with<kbd>elementVerification (headless Chromium)
pnpm tsc --noEmit→ 0 errors. Docker image rebuilt and pushed live. URL:https://sincode-webui.delqhi.com