mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 17:40:46 -04:00
adjust some styling. move the session snapshot to admin settings
This commit is contained in:
@@ -5,6 +5,7 @@ import AdminPanel from './AdminPanel.jsx';
|
||||
import KeymapSettings from './KeymapSettings.jsx';
|
||||
import GamepadMappingSettings from './GamepadMappingSettings.jsx';
|
||||
import Tabs, { Tab, TabList, TabPanel, TabPanels } from './Tabs.jsx';
|
||||
import SessionSnapshot from './SessionSnapshot.jsx';
|
||||
|
||||
const manualTabs = [
|
||||
{ key: 'start', label: 'Start OI' },
|
||||
@@ -88,6 +89,7 @@ export default function SettingsPanel() {
|
||||
</section>
|
||||
<AuthPanel />
|
||||
<AdminPanel />
|
||||
<SessionSnapshot />
|
||||
</div>
|
||||
</TabPanel>
|
||||
</TabPanels>
|
||||
|
||||
Reference in New Issue
Block a user