feat(settings): add new settings page
This commit is contained in:
parent
5cbc512322
commit
cab1aa705c
7 changed files with 715 additions and 582 deletions
|
|
@ -1,8 +1,7 @@
|
|||
'use client';
|
||||
import { useTheme } from 'next-themes';
|
||||
import { SunIcon, MoonIcon, MonitorIcon } from 'lucide-react';
|
||||
import { useCallback, useEffect, useState } from 'react';
|
||||
import { Select } from '../SettingsDialog';
|
||||
import Select from '../ui/Select';
|
||||
|
||||
type Theme = 'dark' | 'light' | 'system';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue