forked from AkkomaGang/akkoma-fe
make search-result expandable
This commit is contained in:
parent
b37cbc498c
commit
923863e262
2 changed files with 2 additions and 1 deletions
|
@ -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.
Loading…
Reference in a new issue