Widget Type
{#if selectedWidgetType === 'app'}
{$t('widget.select_app')}
{:else if selectedWidgetType === 'bookmark'}
URL
Label
Icon (optional)
Description (optional)
{:else if selectedWidgetType === 'note'}
Format
Content
{:else if selectedWidgetType === 'embed'}
URL
Height (px)
{:else if selectedWidgetType === 'status'}
Label (optional)
Select Apps
{#each apps as app (app.id)}
toggleStatusApp(app.id)} class="h-4 w-4 rounded border-input accent-primary" /> {app.name}
{/each}
{#if statusAppIds.length > 0}
{statusAppIds.length} app(s) selected
{/if}
{/if}
{$t('common.add')}