feat: debounce creator + general improvements

This commit is contained in:
SethBurkart123
2025-03-28 00:14:29 +11:00
parent 5413286f56
commit ad2ad4d456
5 changed files with 22 additions and 5 deletions
+2 -2
View File
@@ -21,7 +21,7 @@
handleImageVariableChange,
handleCoverImageUpload
} from '../utils/themeImageHandlers';
import { CloseThemeCreator } from '@/seqta/ui/ThemeCreator'
import { CloseThemeCreator } from '@/plugins/built-in/themes/ThemeCreator'
import { themeUpdates } from '../hooks/ThemeUpdates'
import { ThemeManager } from '@/plugins/built-in/themes/theme-manager'
@@ -121,7 +121,7 @@
$effect(() => {
if (themeLoaded) {
void themeManager.updatePreview(theme);
void themeManager.updatePreviewDebounced(theme);
}
});