From aac8a12091f83363853a6ef390acc0f5bef83887 Mon Sep 17 00:00:00 2001 From: Shinigami Date: Mon, 28 Nov 2022 21:46:04 +0100 Subject: [PATCH] feat: un/follow tags (#188) --- components/tag/TagActionButton.vue | 36 ++++++++++++++++++++++++++++++ package.json | 2 +- pages/tags/[tag].vue | 26 ++++++++++++++++----- pnpm-lock.yaml | 8 +++---- 4 files changed, 61 insertions(+), 11 deletions(-) create mode 100644 components/tag/TagActionButton.vue 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 @@