From a973dd04ec2c71c8c49c2aa2e01cb8f459699fdf Mon Sep 17 00:00:00 2001 From: RockinChaos Date: Sat, 24 Aug 2024 20:41:39 -0700 Subject: [PATCH] chore: merge --- common/components/Profiles.svelte | 13 +++--- common/views/Player/Player.svelte | 4 -- common/views/ViewAnime/AudioLabel.svelte | 55 ++++++++++++++++-------- common/views/ViewAnime/Scoring.svelte | 9 +++- 4 files changed, 49 insertions(+), 32 deletions(-) diff --git a/common/components/Profiles.svelte b/common/components/Profiles.svelte index ae559f1..18aa898 100644 --- a/common/components/Profiles.svelte +++ b/common/components/Profiles.svelte @@ -6,6 +6,7 @@ import { clientID } from "@/modules/myanimelist.js" import { click } from '@/modules/click.js' import { toast } from 'svelte-sonner' + import { LogOut, Plus } from 'lucide-svelte' import IPC from "@/modules/ipc" export const profileView = writable(false) @@ -118,8 +119,8 @@ toggleSync(profile)} /> - @@ -140,9 +141,7 @@ {:else if $profiles.length < 5} {#if Helper.isAuthorized()}