mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-28 19:51:11 +00:00
redesign plugin marketplace; simplify API
- Updated the plugin installation API to fetch and augment plugin discussions from GitHub, improving the index response with discussion links. - Refactored the plugin installation UI to include better handling of plugin details, including management buttons for installed plugins. - Improved the layout and styling of the plugin browsing interface, including search and sort functionalities, and added a summary of available plugins.
This commit is contained in:
parent
870351280a
commit
eac0d3bc74
11 changed files with 1733 additions and 578 deletions
|
|
@ -8,7 +8,8 @@
|
|||
<body>
|
||||
<div x-data>
|
||||
<template x-if="$store.pluginInstallStore">
|
||||
<div x-init="$store.pluginInstallStore.resetZip()">
|
||||
<div x-init="$store.pluginInstallStore.resetZip()"
|
||||
x-destroy="$store.pluginInstallStore.refreshPluginList()">
|
||||
|
||||
<div class="pi-upload-section">
|
||||
<label for="plugin-zip-file" class="pi-upload-btn button confirm"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue