Skip to content

feat(web): skill explorer + landing popup glass fix (#1100)#1103

Merged
chronoai-shining merged 5 commits into
developfrom
worktree-skillset
Jun 12, 2026
Merged

feat(web): skill explorer + landing popup glass fix (#1100)#1103
chronoai-shining merged 5 commits into
developfrom
worktree-skillset

Conversation

@chronoai-shining

Copy link
Copy Markdown
Collaborator

Changes

Skillset member picker — Skill Explorer

  • Scope tabs (All / System / Public / My Skills / Shared) — browse all skills visible to the user
  • Search input — filter within scope, raw name@version + Enter still works
  • Expandable skill cards — click to see published versions inline with Add button
  • Shows visibility badges (system / public / private), latest + deprecated tags

Landing announcement popups — glass flash fix

  • Move bg-black/40 backdrop-blur-2xl onto a static non-animated wrapper so the glass surface renders instantly on mount. Only inner content fades in.

Commits

Commit Scope
feat(web): skill explorer for skillset member picker with scope tabs and version selection Member picker
fix(web): eliminate transparent flash on landing announcement popup mount Landing popups
chore: bump changeset to minor Changeset

Closes #1100

…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.
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).
@chronoai-shining chronoai-shining merged commit e4e0f15 into develop Jun 12, 2026
17 checks passed
@chronoai-shining chronoai-shining deleted the worktree-skillset branch June 12, 2026 10:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature] Skillset detail graph: fixed popup + node drag + independent pane scroll

1 participant