Skip to content

fix(dashboard): filter already-added toolsets from plugin add-server dialog#2904

Merged
bradcypert merged 1 commit into
mainfrom
bradcypert/age-2085
May 18, 2026
Merged

fix(dashboard): filter already-added toolsets from plugin add-server dialog#2904
bradcypert merged 1 commit into
mainfrom
bradcypert/age-2085

Conversation

@bradcypert
Copy link
Copy Markdown
Contributor

Summary

  • The plugin "Add Server" dialog (PluginDetail.tsx) listed every toolset in the project, even ones already attached to the plugin, allowing duplicate entries.
  • Filtered the <select> to availableToolsets (toolsets minus plugin.servers[*].toolsetId) and disabled the submit button when none remain.
  • Added a distinct empty-state message for "all toolsets already added" vs. "no toolsets exist in this project."

…dialog

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@bradcypert bradcypert requested review from a team as code owners May 18, 2026 16:24
Copy link
Copy Markdown

@claude claude Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Claude Code Review

This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.

Tip: disable this comment in your organization's Code Review settings.

@linear-code
Copy link
Copy Markdown

linear-code Bot commented May 18, 2026

AGE-2085

@vercel
Copy link
Copy Markdown

vercel Bot commented May 18, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
gram-docs-redirect Ready Ready Preview, Comment May 18, 2026 4:24pm

Request Review

@bradcypert bradcypert added this pull request to the merge queue May 18, 2026
Merged via the queue into main with commit 7a82597 May 18, 2026
31 checks passed
@bradcypert bradcypert deleted the bradcypert/age-2085 branch May 18, 2026 17:00
@github-actions github-actions Bot locked and limited conversation to collaborators May 18, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants