Compare commits

..

No commits in common. "a310c8afc92f378bf88ee2b273c3edd89662d17a" and "2f76d1d0d59c82c092c4cb8c82ceafa896ae9405" have entirely different histories.

View File

@ -22,7 +22,6 @@ import { useRosbridge } from './hooks/useRosbridge.js';
// Social panels // Social panels
import { StatusPanel } from './components/StatusPanel.jsx'; import { StatusPanel } from './components/StatusPanel.jsx';
import { StatusHeader } from './components/StatusHeader.jsx';
import { FaceGallery } from './components/FaceGallery.jsx'; import { FaceGallery } from './components/FaceGallery.jsx';
import { ConversationLog } from './components/ConversationLog.jsx'; import { ConversationLog } from './components/ConversationLog.jsx';
import { ConversationHistory } from './components/ConversationHistory.jsx'; import { ConversationHistory } from './components/ConversationHistory.jsx';
@ -35,7 +34,6 @@ import PoseViewer from './components/PoseViewer.jsx';
import { BatteryPanel } from './components/BatteryPanel.jsx'; import { BatteryPanel } from './components/BatteryPanel.jsx';
import { BatteryChart } from './components/BatteryChart.jsx'; import { BatteryChart } from './components/BatteryChart.jsx';
import { MotorPanel } from './components/MotorPanel.jsx'; import { MotorPanel } from './components/MotorPanel.jsx';
import { MotorCurrentGraph } from './components/MotorCurrentGraph.jsx';
import { MapViewer } from './components/MapViewer.jsx'; import { MapViewer } from './components/MapViewer.jsx';
import { ControlMode } from './components/ControlMode.jsx'; import { ControlMode } from './components/ControlMode.jsx';
import { SystemHealth } from './components/SystemHealth.jsx'; import { SystemHealth } from './components/SystemHealth.jsx';
@ -55,9 +53,6 @@ import { CameraViewer } from './components/CameraViewer.jsx';
// Event log (issue #192) // Event log (issue #192)
import { EventLog } from './components/EventLog.jsx'; import { EventLog } from './components/EventLog.jsx';
// Log viewer (issue #275)
import { LogViewer } from './components/LogViewer.jsx';
// Joystick teleop (issue #212) // Joystick teleop (issue #212)
import JoystickTeleop from './components/JoystickTeleop.jsx'; import JoystickTeleop from './components/JoystickTeleop.jsx';