From: Marc Foley Date: Tue, 8 Jul 2025 15:43:34 +0000 (+0100) Subject: allow multiple categories X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62ca190bf6de847fceab20ceb364ec4d52c62399;p=thirdparty%2Fgoogle%2Ffonts.git allow multiple categories --- diff --git a/tagger2/TagsByCategory.js b/tagger2/TagsByCategory.js deleted file mode 100644 index a5166b2ff..000000000 --- a/tagger2/TagsByCategory.js +++ /dev/null @@ -1,19 +0,0 @@ -export default { - props: ['tags', 'category'], - computed: { - filteredTags() { - // Assumes each tag has a property 'tagName' for category - return this.tags.filter(tag => tag.tagName === this.category); - } - }, - template: ` -
-

Tags for category: {{ category }}

- -
- ` -}; diff --git a/tagger2/index.html b/tagger2/index.html index 455a3d449..e8216b8aa 100644 --- a/tagger2/index.html +++ b/tagger2/index.html @@ -11,16 +11,16 @@
- +