From d7fb6776bd09edbf07c2a898e40f5d8f1386c96f Mon Sep 17 00:00:00 2001 From: Igor Date: Wed, 13 May 2026 08:03:37 +0700 Subject: [PATCH 1/8] Add plugin catalog example chips --- src/components/content/DirectoryHub.vue | 219 ++++++++++++++++++++---- tests.md | 30 ++++ 2 files changed, 211 insertions(+), 38 deletions(-) diff --git a/src/components/content/DirectoryHub.vue b/src/components/content/DirectoryHub.vue index beff5537a..02cb0ff26 100644 --- a/src/components/content/DirectoryHub.vue +++ b/src/components/content/DirectoryHub.vue @@ -101,9 +101,8 @@

{{ plugin.description }}

-
- {{ plugin.category }} - {{ capability }} +
+ {{ example }}
@@ -449,6 +448,13 @@