From 8226742aab98760db6d679cd43eee2ebc5a2f998 Mon Sep 17 00:00:00 2001 From: DebaucheryLibrarian Date: Thu, 22 Aug 2024 02:16:02 +0200 Subject: [PATCH] Added BTS and VR to tag filter settings. --- components/settings/settings.vue | 30 +++++++++++++++++------------- static | 2 +- 2 files changed, 18 insertions(+), 14 deletions(-) diff --git a/components/settings/settings.vue b/components/settings/settings.vue index 7d51691..21b8759 100644 --- a/components/settings/settings.vue +++ b/components/settings/settings.vue @@ -8,16 +8,17 @@ @@ -37,14 +38,16 @@ const cookies = Cookies.withConverter({ write: (value) => value, }); -const tags = [ - 'anal', - 'anal prolapse', - 'bisexual', - 'gay', - 'pissing', - 'transsexual', -]; +const tags = { + anal: 'anal', + 'anal-prolapse': 'anal prolapse', + pissing: 'pissing', + gay: 'gay', + transsexual: 'transsexual', + bisexual: 'bisexual', + bts: 'behind the scenes', + vr: 'virtual reality', +}; const storedTags = cookies.get('tags'); const checkedTags = ref(new Set(storedTags ? JSON.parse(storedTags) : [])); @@ -65,6 +68,7 @@ function toggleTag(tag, isChecked) { padding: 1rem; width: 30rem; max-width: 100%; + overflow-y: auto; } .tags-item { diff --git a/static b/static index c89bb13..6b06220 160000 --- a/static +++ b/static @@ -1 +1 @@ -Subproject commit c89bb13c5235d509dc628c67875af301cb100c7d +Subproject commit 6b062200fb4080aa9aeb3aa831623c6257f98c45