v0.10.302 #2

Merged
didirus merged 289 commits from feature-clean into beta 2025-07-08 15:00:09 +00:00
Showing only changes of commit 9168d349fc - Show all commits

View File

@@ -1,5 +1,8 @@
<template>
<div v-if="showAllOptions || options.length > 1" class="flex flex-wrap gap-1 items-center">
<div
v-if="(showAllOptions && options.length > 0) || options.length > 1"
class="flex flex-wrap gap-1 items-center"
>
<FilterIcon class="text-secondary h-5 w-5 mr-1" />
<button
v-for="filter in options"