fix(hub): drop per-concept success toasts on Hub import - #89
Merged
Merged
Conversation
Importing a blueprint also imports its related concepts, and each import
pushed an "Imported "<name>"" info toast. With a blueprint's dozen-plus
related concepts, the stack of toasts covered the template-parameter form
that opens right after.
The success toast added nothing: the import modal already marks each
concept as imported ("Imported" / "All N concepts imported!"), and Radical
Forge's Hub cards switch to "Imported". Removed it from both import paths
(HubImportModal and importConcept); failure toasts stay.
Co-Authored-By: Claude Opus 5.5 <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
Importing a blueprint also imports its related concepts. Each of those imports pushed an info toast
Imported "<name>". The E-commerce blueprint has 18 related concepts, so the toasts piled up over the template-parameter form that opens right after.These toasts told the user nothing new:
This PR removes the success toast from both import paths (
HubImportModalandimportConcept). Failure toasts, such as "Failed to load …", are unchanged.Type of change
Checklist
npm testpasses (408/408)npm run typecheckpasses with no errorsTest plan
npm run dev:webwith headless Chromium, imported the E-commerce blueprint and its related concepts via?hub=bp-ecommerce-platform:🤖 Generated with Claude Code