From: Marc Foley Date: Fri, 18 Jul 2025 10:58:43 +0000 (+0100) Subject: working FontTagGroups X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae789ff1773f34f41c045229bc5375eaaef3d6ee;p=thirdparty%2Fgoogle%2Ffonts.git working FontTagGroups --- diff --git a/tagger2/Panel.js b/tagger2/Panel.js index a582884b1..e66cb72c2 100644 --- a/tagger2/Panel.js +++ b/tagger2/Panel.js @@ -9,7 +9,7 @@ export default {
- +
` diff --git a/tagger2/TagsByCategories.js b/tagger2/TagsByCategories.js index 2654089bb..1ede09628 100644 --- a/tagger2/TagsByCategories.js +++ b/tagger2/TagsByCategories.js @@ -1,5 +1,5 @@ export default { - props: ['tags', 'categories'], + props: ['tags', 'categories', 'tagGroups'], data() { return { selectedCategories: [...this.categories], @@ -51,6 +51,11 @@ export default {
+
+
+ +
+
` }; diff --git a/tagger2/index.html b/tagger2/index.html index ad1413710..fa96c7948 100644 --- a/tagger2/index.html +++ b/tagger2/index.html @@ -28,7 +28,7 @@