You've already forked immich
mirror of
https://github.com/immich-app/immich.git
synced 2025-06-30 05:29:30 +02:00
feat(web,server)!: configure machine learning via the UI (#3768)
This commit is contained in:
@ -32,9 +32,9 @@
|
||||
<input class="disabled::cursor-not-allowed h-0 w-0 opacity-0" type="checkbox" bind:checked on:click {disabled} />
|
||||
|
||||
{#if disabled}
|
||||
<span class="slider-disable" />
|
||||
<span class="slider-disable cursor-not-allowed" />
|
||||
{:else}
|
||||
<span class="slider" />
|
||||
<span class="slider cursor-pointer" />
|
||||
{/if}
|
||||
</label>
|
||||
</div>
|
||||
@ -43,7 +43,6 @@
|
||||
.slider,
|
||||
.slider-disable {
|
||||
position: absolute;
|
||||
cursor: pointer;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
|
Reference in New Issue
Block a user