From c12e4cae740bdfa1ead0dbf96b1b21c1f17bf194 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Mon, 4 Sep 2023 14:11:26 +0200 Subject: [PATCH] Webapp: add explanation to Tags view Add a bit of info on how the tags work to the right-hand column of the Tags view. --- web/app/src/views/TagsView.vue | 52 +++++++++++++++++++++++++++++++++- 1 file changed, 51 insertions(+), 1 deletion(-) diff --git a/web/app/src/views/TagsView.vue b/web/app/src/views/TagsView.vue index 007c09e7..0e815ec9 100644 --- a/web/app/src/views/TagsView.vue +++ b/web/app/src/views/TagsView.vue @@ -1,6 +1,6 @@