make search-result expandable

This commit is contained in:
qbism 2023-05-22 23:35:55 -04:00
parent b37cbc498c
commit 923863e262
2 changed files with 2 additions and 1 deletions

View file

@ -61,11 +61,12 @@
> >
<h4>{{ $t('search.no_results') }}</h4> <h4>{{ $t('search.no_results') }}</h4>
</div> </div>
<!-- qb: why can't search results be expandable? -->
<Status <Status
v-for="status in visibleStatuses" v-for="status in visibleStatuses"
:key="status.id" :key="status.id"
:collapsable="false" :collapsable="false"
:expandable="false" :expandable="true"
:compact="false" :compact="false"
class="search-result" class="search-result"
:statusoid="status" :statusoid="status"

Binary file not shown.