mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
chore(web): switch to eslint-plugin-svelte package (#2467)
This commit is contained in:
parent
2fc8a0db92
commit
c7c0ef6abc
7 changed files with 191 additions and 25 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue