From e84639a167fa0da20fe3facd4672d35836ad9160 Mon Sep 17 00:00:00 2001 From: Ed Asriyan Date: Sat, 19 Oct 2024 21:32:07 -0700 Subject: [PATCH] Add jurisdictionl-cookies-like bullshit --- src/components/controls/index.svelte | 7 ++- .../jurisdictional-bullshit-banner.svelte | 44 +++++++++++++++++++ src/components/room.svelte | 3 ++ src/i18n/_.ts | 3 ++ src/i18n/fr.ts | 3 ++ src/i18n/ru.ts | 3 ++ src/stores/local-store.ts | 21 +++++++++ static/privacy-policy.txt | 38 ++++++++++++++++ static/terms-and-conditions.txt | 31 +++++++++++++ 9 files changed, 152 insertions(+), 1 deletion(-) create mode 100644 src/components/jurisdictional-bullshit-banner.svelte create mode 100644 src/stores/local-store.ts create mode 100644 static/privacy-policy.txt create mode 100644 static/terms-and-conditions.txt diff --git a/src/components/controls/index.svelte b/src/components/controls/index.svelte index 30f1686..cdcfdca 100644 --- a/src/components/controls/index.svelte +++ b/src/components/controls/index.svelte @@ -121,7 +121,7 @@ {/if} -