{#if isUploading}
{ notificationController.show({ message: 'Upload success, refresh the page to see new upload assets', type: NotificationType.Info }); }} class="absolute right-6 bottom-6 z-[10000]" > {#if showDetail}
UPLOADING {$uploadAssetsStore.length}
(showDetail = false)} class="w-[20px] h-[20px] bg-gray-50 rounded-full flex place-items-center place-content-center transition-colors hover:bg-gray-100" >
{#each $uploadAssetsStore as uploadAsset} {#key uploadAsset.id}
{/key} {/each}
{:else}
(showDetail = true)} class="absolute -top-4 -left-4 text-xs rounded-full w-10 h-10 p-5 flex place-items-center place-content-center bg-immich-primary text-gray-200" > {$uploadAssetsStore.length}
(showDetail = true)} class="bg-gray-300 p-5 rounded-full w-16 h-16 flex place-items-center place-content-center text-sm shadow-lg" >
{/if}
{/if}