Commit Graph

91 Commits

Author SHA1 Message Date
MayaTheShy
5bfaf46a8b feat: Implement WebBridge communication improvements with command retention, acknowledgment, and reduced polling frequency 2026-02-19 23:28:12 -05:00
MayaTheShy
4bda9c536b feat: Implement command acknowledgment and improve command polling reliability for turtles 2026-02-19 23:27:23 -05:00
MayaTheShy
6e50a109dc feat: Ensure database.js is copied in Dockerfile for server setup 2026-02-19 23:08:10 -05:00
MayaTheShy
61f817ba18 feat: Complete Mining Area Visualization with 3D rendering, management panel, and CRUD operations 2026-02-19 23:02:52 -05:00
MayaTheShy
90b1e9fdec feat: Add MiningAreasPanel component for managing mining areas with create, update, and delete functionalities 2026-02-19 23:02:17 -05:00
MayaTheShy
8bcee0b16c feat: Add PathRecorder component for recording and managing turtle paths with UI and functionality 2026-02-19 22:58:14 -05:00
MayaTheShy
7b3ae34cfa feat: Add comprehensive feature documentation and overview of key files in README.md 2026-02-19 22:57:00 -05:00
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
73d098ca33 feat: Add TaskPanel CSS for styling task management interface 2026-02-19 22:53:22 -05:00
MayaTheShy
a419374cb2 feat: Add TaskPanel component for managing tasks with create, update, and delete functionalities 2026-02-19 22:52:54 -05:00
MayaTheShy
f402f3665c feat: Add GroupsPanel CSS for styling group management interface 2026-02-19 22:52:49 -05:00
MayaTheShy
6600ba9ea4 feat: Add GroupsPanel component for managing turtle groups and commands 2026-02-19 22:51:35 -05:00
MayaTheShy
a9bf76bd57 feat: Implement StatsPanel component for displaying mining statistics and top miners 2026-02-19 22:51:22 -05:00
MayaTheShy
05d331efe2 feat: Add StatsPanel component with responsive design and styling 2026-02-19 22:51:13 -05:00
MayaTheShy
7ca59e7197 feat: Expand README with project statistics, API endpoints, and voice command details 2026-02-19 22:48:14 -05:00
MayaTheShy
42a626807b feat: Add mining statistics and turtle groups management endpoints 2026-02-19 22:47:35 -05:00
MayaTheShy
c7315aa3de feat: Add mining statistics, turtle groups, and session tracking to database schema 2026-02-19 22:47:30 -05:00
MayaTheShy
c5e980f5ec feat: Update README to reflect advanced features and improved descriptions 2026-02-19 22:47:25 -05:00
MayaTheShy
57ef89f52c feat: Add Voice Control component with speech recognition and command processing 2026-02-19 22:47:18 -05:00
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
a3fe5c7471 feat: Implement database integration for turtle homes, world blocks, paths, tasks, and mining areas 2026-02-19 22:40:16 -05:00
MayaTheShy
a68db21f9c feat: Add better-sqlite3 dependency for enhanced database functionality 2026-02-19 22:40:06 -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
fb53056e85 feat: Implement database schema and CRUD operations for turtle homes, configurations, world blocks, paths, tasks, and mining areas 2026-02-19 22:39:53 -05:00
MayaTheShy
23259a5410 feat: Enhance exploration logic to prioritize unvisited directions and improve movement efficiency 2026-02-19 22:36:15 -05:00
MayaTheShy
aa0884f1d8 feat: Add GPS host script with fixed coordinates for initialization 2026-02-19 22:20:31 -05:00
MayaTheShy
ac4311a2cd refactor: Remove unused exploreStep function to clean up code 2026-02-19 21:31:18 -05:00
MayaTheShy
7003620ef7 feat: Improve exploration logic with enhanced stuck detection and direction prioritization 2026-02-19 21:30:35 -05:00
MayaTheShy
d43887ed41 feat: Initialize state for intelligent navigation in exploration and mining modes 2026-02-19 21:27:25 -05:00
MayaTheShy
3170ca3491 feat: Enhance exploration algorithm with intelligent navigation and stuck detection 2026-02-19 21:27:05 -05:00
MayaTheShy
399d2b693a feat: Enhance exploration algorithm with intelligent navigation and stuck detection 2026-02-19 21:26:23 -05:00
MayaTheShy
0c69b555df feat: Enhance home position management with auto-setting functionality when GPS is available 2026-02-19 21:21:09 -05:00
MayaTheShy
0d2fe5b8b1 feat: Implement non-blocking return home functionality with improved navigation 2026-02-16 03:10:47 -05:00
MayaTheShy
1435a7ac55 feat: Refactor home position sync and set functions for non-blocking operations 2026-02-16 03:07:20 -05:00
MayaTheShy
4bdbc006f8 feat: Implement wireless home position sync and set functionality for turtles 2026-02-16 02:41:33 -05:00
MayaTheShy
9048d197a8 feat: Implement home position management for turtles with update and retrieval endpoints 2026-02-16 02:38:34 -05:00
MayaTheShy
bd758e4c7b feat: Implement home position syncing with server and add distance checks for safe operations 2026-02-16 02:38:25 -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
3b3ed33b33 feat: Add Live GPS Tracker for Pocket Computer with real-time location display 2026-02-16 01:59:59 -05:00