mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-01 10:53:25 +08:00
feat: add quick template functionality to NodePalette and enhance node creation experience
This commit is contained in:
@@ -364,6 +364,18 @@ if (typeof window !== 'undefined') {
|
||||
);
|
||||
}
|
||||
});
|
||||
|
||||
// Apply initial theme immediately (before localStorage rehydration)
|
||||
// This ensures gradient attributes are set from the start
|
||||
const state = useAppStore.getState();
|
||||
applyThemeToDocument(
|
||||
state.resolvedTheme,
|
||||
state.colorScheme,
|
||||
state.customHue,
|
||||
state.gradientLevel,
|
||||
state.enableHoverGlow,
|
||||
state.enableBackgroundAnimation
|
||||
);
|
||||
}
|
||||
|
||||
// Selectors for common access patterns
|
||||
|
||||
Reference in New Issue
Block a user