fix(web): Improve UI/UX for shared link form (#4685)

* chore(web): Improve shared link form

* add verification for password

* improve ux
This commit is contained in:
Alex 2023-10-29 13:50:43 -05:00 committed by GitHub
parent daad02504f
commit a6f39bc74f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 35 additions and 7 deletions

View file

@ -141,6 +141,14 @@
EXIF
</div>
{/if}
{#if link.password}
<div
class="flex w-[100px] place-content-center place-items-center rounded-full bg-immich-primary px-2 py-1 text-xs text-white dark:bg-immich-dark-primary dark:text-immich-dark-gray"
>
Password
</div>
{/if}
</div>
</div>