v3.75.0: Bulk Install Modes in Marketplace - #73
Closed
xavier-arosemena wants to merge 2 commits into
Closed
Conversation
Instead of installing modes one-by-one in the marketplace, users can now select multiple modes with checkboxes and install them all at once. Key changes: - Add checkbox selection to mode cards (MarketplaceItemCard) - Add selection action bar with 'Install N Modes' + 'Clear' (MarketplaceListView) - Create BulkInstallModal with scope selection, progress bar, result summary - Add installMarketplaceItems backend handler + MarketplaceManager method - Add new WebviewMessage types: installMarketplaceItems, marketplaceBulkInstallResult - Add i18n keys for bulk install (en backend + en frontend) - Fix MarketplaceView pre-existing timing test failures Closes: #28 Co-authored-by: hanneke-de-vries <dhanneke204@gmail.com>
Co-authored-by: hanneke-de-vries <dhanneke204@gmail.com>
xavier-arosemena
force-pushed
the
28-Enabling-modes-in-bulk
branch
from
July 28, 2026 10:17
ce853e0 to
d871876
Compare
xavier-arosemena
had a problem deploying
to
marketplace-production
July 28, 2026 10:17 — with
GitHub Actions
Failure
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
Add the ability to select multiple modes in the marketplace with checkboxes and install them all at once with a single click, instead of installing them one-by-one.
Changes
Frontend
Backend
installMarketplaceItems()with sequential install + per-item trackinginstallMarketplaceItemsmessage handlerinstallMarketplaceItems,marketplaceBulkInstallResultto message unionsQuality
Closes: #28