Commit Graph

4 Commits

Author SHA1 Message Date
MayaTheShy
546e17e6d2 feat: Enhance App component with dynamic panel tabs for control, voice, stats, groups, and tasks 2026-02-19 22:54:48 -05:00
MayaTheShy
dd58093c40 feat: Enhance mobile responsiveness and touch device optimizations in App.css 2026-02-19 22:41:04 -05:00
MayaTheShy
81bfdd75d5 feat: Update layout of app-content containers for improved responsiveness 2026-02-16 02:11:18 -05:00
MayaTheShy
29dfde9f25 feat: Initialize Turtle Control Center with React and WebSocket server
- Added index.html for the main entry point of the client application.
- Created package.json for client dependencies and scripts.
- Implemented App component with view controls and layout.
- Added CSS styles for the application and components.
- Developed ControlPanel component for turtle management and commands.
- Created Map3D component for 3D visualization of turtles.
- Established Zustand store for state management of turtles and WebSocket connection.
- Set up server with Express and WebSocket for handling turtle updates and commands.
- Added REST API endpoints for turtle status updates and command handling.
- Implemented start.sh script for setting up and running the application.
2026-02-15 23:49:46 -05:00