mirror of
https://github.com/thecyberlearn/quantum-ai-v3.git
synced 2026-08-18 10:12:58 +00:00
🎨 Remove agent count display from marketplace stats
- 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 <noreply@anthropic.com>
This commit is contained in:
parent
54d64f5927
commit
62f3dd2592
@ -52,12 +52,11 @@
|
|||||||
<!-- Stats -->
|
<!-- Stats -->
|
||||||
<div class="marketplace-stats">
|
<div class="marketplace-stats">
|
||||||
{% if search_query %}
|
{% 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 %}
|
{% endif %}
|
||||||
{% if selected_category %}
|
|
||||||
{{ selected_category|capfirst }} category •
|
|
||||||
{% endif %}
|
|
||||||
{{ agents.count }} agent{{ agents.count|pluralize }} available
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Agents Grid -->
|
<!-- Agents Grid -->
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user