fix: show schedule panel before sources in theme settings

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
master
oabrivard 2 months ago
parent f0b60f3f13
commit 48cad8144b

@ -204,12 +204,12 @@ const ThemeManager: Component = () => {
onSaved={handleThemeSaved}
/>
{/* ── Sources card ── */}
<ThemeSourceList themeId={theme().id} />
{/* ── Schedule card ── */}
<SettingsSchedule themeId={selectedThemeId()!} />
{/* ── Sources card ── */}
<ThemeSourceList themeId={theme().id} />
{/* ── Delete theme ── */}
<div class="mt-8">
<Button

Loading…
Cancel
Save