fix(frontend): update FromResponse tests and fix disabled categories rendering

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
ashisgreat22 2026-03-22 13:40:16 +01:00
parent 0e79b729fe
commit bfcbd45c57
3 changed files with 10 additions and 4 deletions

View file

@ -11,6 +11,13 @@
<span>{{.}}</span>
</a>
{{end}}
<!-- Disabled categories with no links -->
{{range .DisabledCategories}}
<span class="sidebar-nav-item disabled">
<span class="sidebar-nav-item-icon">{{index $.CategoryIcons .}}</span>
<span>{{.}}</span>
</span>
{{end}}
</nav>
<div class="sidebar-filters">