mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-28 19:51:11 +00:00
surface marketplace browse tab and polish plugin detail UX
Make marketplace discovery easier to find from the main Plugins screen and tighten the plugin detail layout so metadata and actions stay readable across breakpoints. - add a Browse tab to the main plugin list by reusing the existing marketplace component and matching its store icon - refresh marketplace data after detail/install actions when that tab is active - keep title, installed state, metadata, and tags grouped together while letting detail actions wrap in their own column - add the repository "Give a star" link and move screenshots below the description
This commit is contained in:
parent
71b5f7cfe9
commit
976937fae9
4 changed files with 221 additions and 157 deletions
|
|
@ -569,8 +569,11 @@ const model = {
|
|||
this.selectedPlugin = null;
|
||||
},
|
||||
|
||||
/** Called from x-destroy when the installer modal is torn down; refreshes the plugin list store */
|
||||
/** Refresh related list views after installer/detail actions. */
|
||||
refreshPluginList() {
|
||||
if (pluginListStore.activeTab === "marketplace") {
|
||||
void this.fetchIndex();
|
||||
}
|
||||
pluginListStore.refresh();
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue