socket log in admin panel

This commit is contained in:
legop3
2026-01-13 20:35:45 -05:00
parent cab4dc716d
commit 899e647a9d
5 changed files with 159 additions and 10 deletions
+2
View File
@@ -6,6 +6,7 @@ import KeymapSettings from './KeymapSettings.jsx';
import GamepadMappingSettings from './GamepadMappingSettings.jsx';
import Tabs, { Tab, TabList, TabPanel, TabPanels } from './Tabs.jsx';
import SessionSnapshot from './SessionSnapshot.jsx';
import SocketLogPanel from './SocketLogPanel.jsx';
import { useHudMapSetting } from '../hooks/useHudMapSetting.js';
const manualTabs = [
@@ -110,6 +111,7 @@ export default function SettingsPanel() {
<AuthPanel />
<AdminPanel />
<SessionSnapshot />
<SocketLogPanel />
</div>
</TabPanel>
</TabPanels>