mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 11:44:40 +00:00
hide features i dont want to make right now
This commit is contained in:
@@ -23,7 +23,6 @@ const ThemeSelector: ForwardRefExoticComponent<Omit<ThemeSelectorProps, "ref"> &
|
|||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
useImperativeHandle(ref, () => ({
|
useImperativeHandle(ref, () => ({
|
||||||
disableTheme: async () => {
|
disableTheme: async () => {
|
||||||
await disableTheme();
|
await disableTheme();
|
||||||
|
|||||||
@@ -226,7 +226,7 @@ function ThemeCreator() {
|
|||||||
|
|
||||||
<Divider />
|
<Divider />
|
||||||
|
|
||||||
<div className='flex items-center justify-between'>
|
{/* <div className='flex items-center justify-between'>
|
||||||
<div>
|
<div>
|
||||||
<div className='pr-2 text-sm font-semibold'>Custom Theme Colour</div>
|
<div className='pr-2 text-sm font-semibold'>Custom Theme Colour</div>
|
||||||
<div className='pr-2 text-[11px]'>Allow users to change the theme colour</div>
|
<div className='pr-2 text-[11px]'>Allow users to change the theme colour</div>
|
||||||
@@ -242,7 +242,7 @@ function ThemeCreator() {
|
|||||||
<Switch state={theme.allowBackgrounds} onChange={value => setTheme({ ...theme, allowBackgrounds: value })} />
|
<Switch state={theme.allowBackgrounds} onChange={value => setTheme({ ...theme, allowBackgrounds: value })} />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<Divider />
|
<Divider /> */}
|
||||||
|
|
||||||
<Accordion defaultOpened title='Default Theme Colour'>
|
<Accordion defaultOpened title='Default Theme Colour'>
|
||||||
<div className='p-2 mt-2 bg-white rounded-lg w-fit dark:bg-zinc-900'>
|
<div className='p-2 mt-2 bg-white rounded-lg w-fit dark:bg-zinc-900'>
|
||||||
|
|||||||
Reference in New Issue
Block a user