With the SharePoint Framework Toolkit extension, you can create and manage your SharePoint Framework solutions on your tenant. All actions you need to perform during the development flow are at your fingertips.
add a tenant app catalog if it is not already present on tenant - in this case we should show a button in the full view if there is no tenant app catalog and when clicked prompt for confirmation and site name and create it. I would rather not add an option to remove tenant app catalog
add a site level app catalog - as a '+' icons next to the 'Site App Catalogs' node that when clicked would prompt for the site Url to which the app catalog should be created
add a remove site level app catalog button next to every site level app catalog. When clicked should prompt for confirmation.
The idea is to add a '+' icon in the site app catalogs list that will show a prompt to specify the site to which the app catalog should be added and a trash icon next to every app catalog that will prompt for confirmation to remove an app catalog
🎯 Aim of the feature
The idea is to allow to:
Under the hood w should use:
📷 Images (if possible) with expected result
The idea is to add a '+' icon in the site app catalogs list that will show a prompt to specify the site to which the app catalog should be added and a trash icon next to every app catalog that will prompt for confirmation to remove an app catalog
🤔 Additional remarks or comments
No response