From 8f79de1df620c7b80001cf8ab373948ba357d870 Mon Sep 17 00:00:00 2001 From: Catherine Renelle <32781029+catrenelle@users.noreply.github.com> Date: Sat, 28 Feb 2026 10:15:41 -0500 Subject: [PATCH] Remove background picker from board settings Background customization is available in the Branding section. Co-Authored-By: Claude Opus 4.6 --- src/lib/components/BoardSettingsModal.svelte | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/lib/components/BoardSettingsModal.svelte b/src/lib/components/BoardSettingsModal.svelte index 4d33827..3b8cb5e 100644 --- a/src/lib/components/BoardSettingsModal.svelte +++ b/src/lib/components/BoardSettingsModal.svelte @@ -3,7 +3,6 @@ import { trapFocus } from '$lib/utils/focus-trap.js'; import { api } from '$lib/utils/api.js'; import { toast } from '$lib/stores/toasts.svelte.js'; - import BoardBackgroundPicker from './BoardBackgroundPicker.svelte'; type Props = { board: any; @@ -138,12 +137,6 @@ {/if} - -
- Background - -
-