You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create the /marketplace page with list of all available tools.
create list of all available tools
create installation button for available tool
create list of installed tools
create uninstall button for installed tool
Update Marketplace UI using Card horizontal component from the CodeX UI package
Story
As a User I want to view all available tools
Tools properties:
title
description
isDefault option
screenshot or video of an example of using the tool
CDN link with URL
isInstalled property
Every tool should have "Install" button
When a user clicks on the "Install" button, the selected tool should be added to the user's collection of installed tools. After that, property isInstalled should change to "true" and button itself should change to "Uninstall" button, allowing user to remove the tool from their collection if needed.
The text was updated successfully, but these errors were encountered:
Task
/marketplace
page with list of all available tools.Story
When a user clicks on the "Install" button, the selected tool should be added to the user's collection of installed tools. After that, property isInstalled should change to "true" and button itself should change to "Uninstall" button, allowing user to remove the tool from their collection if needed.
The text was updated successfully, but these errors were encountered: