{$t('board.edit_board')}: {data.board.name}
{#if errorMessage}

{errorMessage}

{/if}

{$t('board.try_inline_edit') ?? 'Try the new inline edit mode!'}

{$t('board.inline_edit_description') ?? 'Edit your board directly with live preview. Press Ctrl+E on the board page.'}

{$t('board.open_inline_edit') ?? 'Open Inline Edit'}

{$t('board.edit_board')} ({$t('board.advanced') ?? 'Advanced'})

{$t('board.back_to_board')}

{$t('board.properties')}

{$t('board.theme_settings') ?? 'Theme Settings'}

{data.board.themeHue ?? 220}
{data.board.themeSaturation ?? 70}%
{#each ['mesh', 'particles', 'aurora', 'wallpaper', 'none'] as bg (bg)} {/each}
{#each ['compact', 'medium', 'large'] as size (size)} {/each}

{$t('board.wallpaper') ?? 'Wallpaper'}

{#if data.board.wallpaperUrl}
Board wallpaper
{/if}

{$t('board.wallpaper_hint') ?? 'PNG, JPG, or WebP. Max 5MB.'}

{#if wallpaperUploading}

{$t('common.uploading') ?? 'Uploading...'}

{/if}

{$t('board.parallax_hint') ?? 'Adds subtle depth movement to the wallpaper background'}

{$t('board.custom_css') ?? 'Custom CSS'}

{ boardCustomCss = css; }} label={$t('board.custom_css_label') ?? 'Board-scoped CSS'} />

{$t('board.guest_access_title')}

{#if data.canManagePermissions}

{$t('board.permissions_title')}

{$t('board.permissions_description')}

{/if}

{$t('section.sections')}

{#if showAddSection}
{ return async ({ update }) => { await update(); showAddSection = false; }; }} >
{/if}