mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-21 08:15:36 +02:00
feat: add About page with media manager description and metadata sources attribution and enhance ui
This commit is contained in:
@@ -6,11 +6,9 @@
|
||||
import {env} from "$env/dynamic/public";
|
||||
import {toast} from "svelte-sonner";
|
||||
import * as Dialog from "$lib/components/ui/dialog/index.js";
|
||||
import {getTorrentQualityString} from "$lib/utils";
|
||||
import {Label} from "$lib/components/ui/label/index.js";
|
||||
import * as RadioGroup from "$lib/components/ui/radio-group/index.js";
|
||||
import {Input} from "$lib/components/ui/input/index.js";
|
||||
import {invalidateAll} from "$app/navigation";
|
||||
|
||||
let {users}: { users: User[] } = $props();
|
||||
let sortedUsers = $derived(users.sort((a, b) => a.email.localeCompare(b.email)));
|
||||
|
||||
Reference in New Issue
Block a user