Theme Management
Manage your site's appearance by selecting a theme.
fileInput.click()} disabled={uploading} >
Upload Theme
{#each themes as theme}
{theme.title}
By {theme.author} | v{theme.version || '1.0.0'}
{theme.description}
{#if currentActive === theme.slug}
Active
{:else}
activateTheme(theme.slug)} disabled={processing !== null} > Activate
{/if}
{/each}