Private
Public Access
1
0

Remove background picker from board settings

Background customization is available in the Branding section.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Catherine Renelle
2026-02-28 10:15:41 -05:00
parent 55c9a60a0e
commit 8f79de1df6
@@ -3,7 +3,6 @@
import { trapFocus } from '$lib/utils/focus-trap.js'; import { trapFocus } from '$lib/utils/focus-trap.js';
import { api } from '$lib/utils/api.js'; import { api } from '$lib/utils/api.js';
import { toast } from '$lib/stores/toasts.svelte.js'; import { toast } from '$lib/stores/toasts.svelte.js';
import BoardBackgroundPicker from './BoardBackgroundPicker.svelte';
type Props = { type Props = {
board: any; board: any;
@@ -138,12 +137,6 @@
</div> </div>
{/if} {/if}
<!-- Background -->
<div>
<span class="block text-sm font-medium text-gray-700 dark:text-gray-300 mb-1">Background</span>
<BoardBackgroundPicker boardId={board.id} currentBackground={board.background} />
</div>
<!-- Save --> <!-- Save -->
<button <button
onclick={save} onclick={save}