docs(examples-chat): smoke checklist refresh — color scheme, collapsed sidenav, pin reorder, tool call minimal#289
Merged
Conversation
…d sidenav, pin reorder, tool call minimal Covers recent demo polish that landed after the last refresh: - New `Color scheme (Light / Dark)` section (palette toggle, persistence, A2UI theme sync rules, FOUC guard) - New `Sidenav collapsed mode` section (chevron/Cmd+B, ~56px width, vertical icon stack, initial avatars, right-click context menu) - Per-row thread actions: pinned-row grip handle, Move up / Move down, `metadata.pinnedOrder` persistence - Sidenav topbar refactor (icon-only Create + chevron, search row below, `position: fixed` at >= 1024px) - Tool calls: muted name + status pill, host margin-bottom for breathing room - Inline checkpoint markers: action pill anchors adjacent to the dot (regression guard)
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
Refreshes
examples/chat/smoke/CHECKLIST.mdto cover demo polish that landed after the last checklist refresh (#271). Six gaps filled:Control palette. Covers palette APPEARANCE segmented control,<html data-color-scheme>+data-ngaf-chat-themeflips, A2UI theme dropdown auto-sync rules (default-* presets sync, material-* overrides),localStoragepersistence, FOUC-guard inline<head>script.Responsive sidenav. Chevron + Cmd+B toggle, ~56px collapsed width, vertically stacked topbar icons, circular initial avatars (surrogate-pair-safe), native[title]tooltip on hover, right-click context menu (collapsed AND expanded) suppressing the OS menu viapreventDefault().Move up/Move downkebab items with disabled-edge states,metadata.pinnedOrderpersistence.position: fixeddesktop confirmation..tcc__nameand monochrome.tcc__pill(no saturated green/red),<chat-tool-calls>hostmargin-bottom >= 16px.Test plan
examples/chat/smoke/CHECKLIST.md— section ordering matches the placement spec (Color scheme between Control palette and Keyboard & accessibility; Sidenav collapsed mode between Responsive sidenav and Projects)