chore: full stack stability and migration fixes, plus react UI progress
This commit is contained in:
@@ -23,6 +23,12 @@ import {
|
||||
TrendingUp as ScalingIcon,
|
||||
Favorite as HealthIcon,
|
||||
Settings as SettingsIcon,
|
||||
People as UsersIcon,
|
||||
Folder as StorageIcon,
|
||||
TableChart as DatabaseIcon,
|
||||
Functions as FunctionsIcon,
|
||||
Bolt as RealtimeIcon,
|
||||
Article as LogsIcon,
|
||||
} from '@mui/icons-material'
|
||||
import { useNavigate, useLocation } from 'react-router-dom'
|
||||
|
||||
@@ -30,6 +36,12 @@ const drawerWidth = 240
|
||||
|
||||
const menuItems = [
|
||||
{ text: 'Dashboard', icon: <DashboardIcon />, path: '/' },
|
||||
{ text: 'Users', icon: <UsersIcon />, path: '/auth' },
|
||||
{ text: 'Storage', icon: <StorageIcon />, path: '/storage' },
|
||||
{ text: 'Database', icon: <DatabaseIcon />, path: '/database' },
|
||||
{ text: 'Functions', icon: <FunctionsIcon />, path: '/functions' },
|
||||
{ text: 'Realtime', icon: <RealtimeIcon />, path: '/realtime' },
|
||||
{ text: 'Logs', icon: <LogsIcon />, path: '/logs' },
|
||||
{ text: 'Servers', icon: <ServerIcon />, path: '/servers' },
|
||||
{ text: 'Templates', icon: <TemplateIcon />, path: '/templates' },
|
||||
{ text: 'Providers', icon: <ProviderIcon />, path: '/providers' },
|
||||
|
||||
Reference in New Issue
Block a user