feat(web): skill explorer + landing popup glass fix (#1100)#1103
Merged
Conversation
…and version selection (#1100) Replace the single typeahead input (public-only search) with a full skill explorer panel: scope tabs (All / System / Public / My Skills / Shared), debounced search, expandable skill cards showing description + visibility badge, and inline version rows with add buttons. Keeps existing chip display, validation, and raw name@version entry.
…ount (#1100) Move bg-black/40 and backdrop-blur-2xl onto a static non-animated wrapper div so the glass surface renders immediately. Only the inner content fades in via a quick 0.15s opacity transition — no more brief fully-transparent frame on popup open.
82df207 to
26e3b82
Compare
Remove the query.includes('@') guard so that versionless refs typed
into the search bar still trigger validation and produce the proper
error message (restores test coverage).
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.
Changes
Skillset member picker — Skill Explorer
name@version+ Enter still worksLanding announcement popups — glass flash fix
bg-black/40 backdrop-blur-2xlonto a static non-animated wrapper so the glass surface renders instantly on mount. Only inner content fades in.Commits
feat(web): skill explorer for skillset member picker with scope tabs and version selectionfix(web): eliminate transparent flash on landing announcement popup mountchore: bump changeset to minorCloses #1100