-
-
-
+
+
(searchQuery = (e.target as HTMLInputElement).value)}
aria-label={t(T.searchable_text_search_aria)}
/>
{#if searchQuery}
{/if}
-
{#if allTags.length > 0}
-
-
- (selectedTag = "all")}
- />
- {#each allTags as tag}
- (selectedTag = tag)}
- />
- {/each}
-
+
+
+ {#each allTags as tag}
+
+ {/each}
{/if}
@@ -310,9 +288,7 @@
{@const itemKey = fragment.title || String(i)}
{@const isOpen = openTitles.has(itemKey)}
{#if fragment.tags.length > 0}
-
-
-
+
+ {#each fragment.tags as tag}
+ {tag}
+ {/each}
+
{/if}
{#if isOpen}
@@ -368,20 +342,14 @@
{@html highlightInHtml(fragment.textHtml, searchQuery.trim())}
diff --git a/src/lib/iconify-mdi-subset.generated.json b/src/lib/iconify-mdi-subset.generated.json
index 6870a61..c26d2d5 100644
--- a/src/lib/iconify-mdi-subset.generated.json
+++ b/src/lib/iconify-mdi-subset.generated.json
@@ -75,6 +75,12 @@
"printer-outline": {
"body": "
"
},
+ "qrcode": {
+ "body": "
"
+ },
+ "download": {
+ "body": "
"
+ },
"loading": {
"body": "
"
},
@@ -84,18 +90,12 @@
"map-outline": {
"body": "
"
},
- "download": {
- "body": "
"
- },
"sort-alphabetical-ascending": {
"body": "
"
},
"account-group-outline": {
"body": "
"
},
- "qrcode": {
- "body": "
"
- },
"map-marker-outline": {
"body": "
"
},
@@ -135,9 +135,6 @@
"youtube": {
"body": "
"
},
- "help-circle-outline": {
- "body": "
"
- },
"check": {
"body": "
"
},