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:
parent
0e79b729fe
commit
bfcbd45c57
3 changed files with 10 additions and 4 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue