diff --git a/components/tag/TagActionButton.vue b/components/tag/TagActionButton.vue new file mode 100644 index 00000000..ba23f508 --- /dev/null +++ b/components/tag/TagActionButton.vue @@ -0,0 +1,36 @@ + + + diff --git a/package.json b/package.json index e0e7d106..f97cc6f3 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "js-yaml": "^4.1.0", "lint-staged": "^13.0.4", "lru-cache": "^7.14.1", - "masto": "^4.6.10", + "masto": "^4.7.0-rc1", "nuxt": "^3.0.0", "parse5": "^7.1.2", "pinia": "^2.0.26", diff --git a/pages/tags/[tag].vue b/pages/tags/[tag].vue index e228f83e..e58a18de 100644 --- a/pages/tags/[tag].vue +++ b/pages/tags/[tag].vue @@ -1,20 +1,34 @@