Open
Conversation
Introduces a floating help widget (bottom-left) that surfaces personalized tips, new features, and next actions. Users can browse items with prev/next navigation, click CTAs to complete them, and minimize to a compact "?" button with a popover showing pending/completed items. Uses mock data for demo. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Use opaque bg-background-popover for expanded card readability. Glass effect (92% opacity + backdrop-blur) kept on ? button and popover. Bump z-index to z-max to stay above sidebar. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Move HelpWidget from floating fixed position into the sidebar, pinned below the scroll area. Collapsed sidebar shows icon trigger, expanded shows inline preview card. Detail card and popover pop out to the right. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Override SidebarScrollWrapper h-full with flex-1 min-h-0 so the help widget pinned below it gets layout space. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add relative positioning to detail card container so the absolute accent bar clips within the rounded overflow-hidden box. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
?button with pending count badge. Opens a popover listing all items split into "Suggested for you" (pending) and "Completed" sectionsTest plan
?button appears with pending count?to open popover, verify pending/completed sections🤖 Generated with Claude Code
Preview domain
https://feat-help-guide-widget.preview.app.daily.dev