From 62f3dd25924435b06d731d032b02a6d6ae34fa0c Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 5 Aug 2025 09:58:07 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Remove=20agent=20count=20display?= =?UTF-8?q?=20from=20marketplace=20stats?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Clean up marketplace stats section by removing agent count - Now only shows search results and category filters when relevant - Provides cleaner, less cluttered user interface 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- agents/templates/agents/marketplace.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/agents/templates/agents/marketplace.html b/agents/templates/agents/marketplace.html index 1361da7..b9d7e03 100644 --- a/agents/templates/agents/marketplace.html +++ b/agents/templates/agents/marketplace.html @@ -52,12 +52,11 @@
{% if search_query %} - Search results for "{{ search_query }}" • + Search results for "{{ search_query }}" + {% if selected_category %} • {{ selected_category|capfirst }} category{% endif %} + {% elif selected_category %} + {{ selected_category|capfirst }} category {% endif %} - {% if selected_category %} - {{ selected_category|capfirst }} category • - {% endif %} - {{ agents.count }} agent{{ agents.count|pluralize }} available