mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
chore(web): switch to eslint-plugin-svelte package (#2467)
This commit is contained in:
@@ -91,12 +91,11 @@
|
||||
</JobTileButton>
|
||||
{/if}
|
||||
{#if queueStatus.isPaused}
|
||||
{@const size = waitingCount > 0 ? '24' : '48'}
|
||||
<JobTileButton
|
||||
color="light-gray"
|
||||
on:click={() => dispatch('command', { command: JobCommand.Resume, force: false })}
|
||||
>
|
||||
{@const size = waitingCount > 0 ? '24' : '48'}
|
||||
|
||||
<!-- size property is not reactive, so have to use width and height -->
|
||||
<FastForward width={size} height={size} /> RESUME
|
||||
</JobTileButton>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
<button
|
||||
{title}
|
||||
style:backgroundColor
|
||||
style:background-color={backgroundColor}
|
||||
style:--immich-icon-button-hover-color={hoverColor}
|
||||
class="dark:text-immich-dark-fg rounded-full p-3 flex place-items-center place-content-center transition-all
|
||||
{isOpacity
|
||||
|
||||
@@ -91,6 +91,6 @@
|
||||
</div>
|
||||
|
||||
<p class="whitespace-pre-wrap text-sm pl-[28px] pr-[16px]" data-testid="message">
|
||||
{@html notificationInfo.message}
|
||||
{notificationInfo.message}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user