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)} /> - dropProfile(profile)}> - logout + dropProfile(profile)}> + @@ -140,9 +141,7 @@ {:else if $profiles.length < 5} { $profileAdd = true }}> - - add - + Add Profile @@ -158,9 +157,7 @@ {/if} - - logout - + Sign Out diff --git a/common/views/Player/Player.svelte b/common/views/Player/Player.svelte index 846d56a..09c51b9 100644 --- a/common/views/Player/Player.svelte +++ b/common/views/Player/Player.svelte @@ -1403,10 +1403,6 @@ align-items: center; height: 100%; } - .bind.material-symbols-outlined { - font-size: 2.2rem !important; - font-weight: unset !important; - } .stats { font-size: 2.3rem !important; padding-top: 1.5rem; diff --git a/common/views/ViewAnime/AudioLabel.svelte b/common/views/ViewAnime/AudioLabel.svelte index 2abfaf7..f26a8b4 100644 --- a/common/views/ViewAnime/AudioLabel.svelte +++ b/common/views/ViewAnime/AudioLabel.svelte @@ -4,6 +4,7 @@ import { malDubs } from '@/modules/animedubs.js' import { writable } from 'svelte/store' import { matchPhrase } from "@/modules/util.js" + import { Mic, MicOff, Captions, GraduationCap } from 'lucide-svelte' /** @type {import('@/modules/al.d.ts').Media} */ export let media = null @@ -34,33 +35,51 @@ {#if !banner && !viewAnime && !example} {#if settings.value.cardAudio} - - {$isDubbed ? 'mic' : $isPartial ? 'mic_off' : 'closed_caption'} - + + {#if $isDubbed} + + {:else if $isPartial} + + {:else} + + {/if} + {#if media.isAdult} - - 18_up_rating - + + + {/if} {/if} {:else if !viewAnime && !example} {$isDubbed ? 'Dub' : $isPartial ? 'Partial Dub' : 'Sub'} {:else if viewAnime} - - {$isDubbed ? 'mic' : $isPartial ? 'mic_off' : 'closed_caption'} - + {#if $isDubbed} + + {:else if $isPartial} + + {:else} + + {/if} {$isDubbed ? 'Dub' : $isPartial ? 'Partial Dub' : 'Sub'} {:else} - 18_up_rating + + + Rated 18+ - closed_caption + + + Sub Only - mic_off + + + Partial Dub - mic + + + Dub {/if} @@ -70,20 +89,20 @@ top: 0.625rem; } .adult { - color: rgba(215, 6, 10); - padding-left: 3.6rem; + color: rgba(215, 6, 10) !important; + padding-left: 4.6rem; text-shadow: black 0 0 1rem; } .dubbed { - color: rgb(255, 214, 0); + color: rgb(255, 214, 0) !important; text-shadow: black 0 0 .5rem; } .subbed { - color: rgb(137, 39, 255); + color: rgb(137, 39, 255) !important; text-shadow: black 0 0 .5rem; } .incomplete { - color: rgb(255, 94, 0); + color: rgb(255, 94, 0) !important; text-shadow: black 0 0 .5rem; } diff --git a/common/views/ViewAnime/Scoring.svelte b/common/views/ViewAnime/Scoring.svelte index bb46077..b4274e2 100644 --- a/common/views/ViewAnime/Scoring.svelte +++ b/common/views/ViewAnime/Scoring.svelte @@ -3,6 +3,7 @@ import { click } from '@/modules/click.js' import { writable } from 'svelte/store' import { toast } from 'svelte-sonner' + import { Bookmark, PencilLine } from 'lucide-svelte' import Helper from '@/modules/helper.js' import Debug from 'debug' @@ -185,8 +186,12 @@ - - { media.mediaListEntry ? 'border_color' : 'bookmark' } + + {#if media.mediaListEntry} + + {:else} + + {/if} {#if Helper.isAuthorized()} {}}>