My Score {#if isInitializing}

加载中...

{:else if !isAuthenticated}

My Score

Sign in to your account

{#if error}
{error}
{/if}
{:else}
{#each categories as category} {/each}
{#if loading}
{:else}
{#each mediaList as media} {/each}
Showing {(currentPage - 1) * pageSize + 1} to {Math.min(currentPage * pageSize, totalItems)} of {totalItems} items
{/if}
{/if} showCreateModal = false} submitMedia={handleCreate} mode="add" itemType={currentCategory} media={null} /> editingMedia = null} submitMedia={handleEdit} mode="edit" itemType="" media={editingMedia} /> deletingMedia = null} />