refactor: remove legacy theme handling and streamline plugin initialization

This commit is contained in:
SethBurkart123
2025-03-28 00:19:40 +11:00
parent ad2ad4d456
commit dc4499e8a2
17 changed files with 2 additions and 498 deletions
@@ -1,7 +1,7 @@
<script lang="ts">
import type { CustomTheme, ThemeList } from '@/types/CustomThemes'
import { onDestroy, onMount } from 'svelte'
import { OpenThemeCreator } from '@/seqta/ui/ThemeCreator'
import { OpenThemeCreator } from '@/plugins/built-in/themes/ThemeCreator'
import { OpenStorePage } from '@/seqta/ui/renderStore'
import { themeUpdates } from '@/interface/hooks/ThemeUpdates'
import { closeExtensionPopup } from '@/seqta/utils/Closers/closeExtensionPopup'