MayaTheShy
dd58093c40
feat: Enhance mobile responsiveness and touch device optimizations in App.css
2026-02-19 22:41:04 -05:00
MayaTheShy
38b7846607
feat: Refactor inventory display to use a grid layout with improved styling and responsiveness
2026-02-19 22:40:23 -05:00
MayaTheShy
a74802afee
feat: Refactor inventory display to use a grid layout with item icons and improved tooltips
2026-02-19 22:40:00 -05:00
MayaTheShy
e87ee43822
feat: Enhance turtle management by broadcasting removal notifications and cleaning up stale turtles
2026-02-16 02:31:05 -05:00
MayaTheShy
e76477f38d
feat: Update empty state colors for improved visibility and aesthetics
2026-02-16 02:14:36 -05:00
MayaTheShy
c492529c1d
feat: Update Control Panel styles for improved aesthetics and contrast
2026-02-16 02:14:23 -05:00
MayaTheShy
0296253149
feat: Update detail section colors and status item styles for improved contrast and aesthetics
2026-02-16 02:13:56 -05:00
MayaTheShy
9abd0f1f45
feat: Update turtle details and section styles for improved visibility and aesthetics
2026-02-16 02:13:51 -05:00
MayaTheShy
3589813dc6
feat: Update Control Panel color scheme for improved contrast and aesthetics
2026-02-16 02:13:30 -05:00
MayaTheShy
bd96333d22
feat: Revamp Control Panel styling for improved aesthetics and usability
2026-02-16 02:11:21 -05:00
MayaTheShy
81bfdd75d5
feat: Update layout of app-content containers for improved responsiveness
2026-02-16 02:11:18 -05:00
MayaTheShy
b036218fff
feat: Adjust typography and spacing in turtle details and inventory sections for improved readability and layout
2026-02-16 02:06:03 -05:00
MayaTheShy
6534af4516
feat: Refine Control Panel styling with adjusted padding, margins, and button sizes for improved layout and usability
2026-02-16 02:05:24 -05:00
MayaTheShy
e0495eeb9c
feat: Revamp Control Panel styling with enhanced layout, improved responsiveness, and updated visual elements
2026-02-16 02:02:31 -05:00
MayaTheShy
ac841dc1c5
feat: Implement Minecraft texture loading and enhance WorldBlocks rendering with textures
2026-02-16 01:54:53 -05:00
MayaTheShy
81e0dc4959
feat: Enhance block appearance handling with detailed color and texture info, and improve block rendering performance
2026-02-16 01:52:10 -05:00
MayaTheShy
cf0b66e2fe
feat: Enhance control panel with additional command buttons and improved movement controls
2026-02-16 01:48:50 -05:00
MayaTheShy
bffacbf8c8
feat: Refine command button styles and enhance layout for improved usability and responsiveness
2026-02-16 01:48:46 -05:00
MayaTheShy
5ec385c1f2
feat: Enhance turtle model and visualization with block surroundings and world block management
2026-02-16 01:35:52 -05:00
MayaTheShy
9a02a8d27f
fix: Improve logging for command sending and REST API fallback in turtle store
2026-02-16 01:27:54 -05:00
MayaTheShy
9f9abb45ec
fix: Update WebSocket and API URLs to use environment variables for better configuration
2026-02-16 00:29:19 -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