Added section in settings to direct users to data preference tab in invidious
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
<script src="ts">
|
||||
import { page } from '$app/stores';
|
||||
import { activePage } from '../store';
|
||||
|
||||
activePage.set(null);
|
||||
</script>
|
||||
|
||||
<div class="space"></div>
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user