Added section in settings to direct users to data preference tab in invidious

This commit is contained in:
WardPearce
2024-03-31 14:04:11 +13:00
parent ab0301aa8f
commit f6273e12fa
2 changed files with 19 additions and 0 deletions
+3
View File
@@ -1,5 +1,8 @@
<script src="ts">
import { page } from '$app/stores';
import { activePage } from '../store';
activePage.set(null);
</script>
<div class="space"></div>
+16
View File
@@ -320,6 +320,22 @@
</div>
</div>
<div class="settings">
<h6>Data preferences</h6>
<p style="width: 240px;">
Looking to import/export subscriptions, change password or delete account?
<a
href={`${import.meta.env.VITE_DEFAULT_INVIDIOUS_INSTANCE}/preferences`}
target="_blank"
rel="noopener noreferrer"
class="link"
>
Go here
</a>
and scroll to the bottom of the page.
</p>
</div>
<div class="settings">
<h6>Player</h6>
<div class="field no-margin">