MayaTheShy
  • Joined on 2025-08-30
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-21 17:51:14 -04:00
fe6ac23329 Harden components: add ErrorBoundary, null-safe rendering
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-21 17:48:38 -04:00
0ce63bacd7 Normalize inventory and alerts data structure in updateStateFromBridge function
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-21 17:35:56 -04:00
a16039e920 Update HEALTHCHECK command in Dockerfile to use wget for improved reliability
db0151a616 Update healthcheck command in Docker Compose to use wget for improved reliability
Compare 2 commits »
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-21 17:31:02 -04:00
bd5b1db5a0 Refactor server configuration to use environment variables for PORT and HOST; normalize itemList structure in inventory state update
23d237fa20 Add null check to formatCount function for default zero return
Compare 2 commits »
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-21 17:15:06 -04:00
2853ca98a0 Update server configuration and Docker setup for improved deployment
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-21 16:57:45 -04:00
cc64b568a0 Remove LICENSE file for @babel/code-frame package
ba72ce40cd Implement feature X to enhance user experience and optimize performance
7935bd6938 Add .dockerignore file to exclude node_modules, dist, and .env
c1399fb44e Add StorageOverview component for inventory management display
1f3b961fa0 Add .gitignore file to exclude node_modules, dist, bin, and .env
Compare 28 commits »
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-21 16:43:47 -04:00
31ac11038e Add main application component with inventory management panels and connection status
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-21 16:43:42 -04:00
cf83e9ef35 Add item utility functions for Minecraft icons and formatting
7e95cf64c6 Add inventory store with WebSocket and REST API integration
a06b5f5ce2 Add main entry point for React client application
9ade5b138f Add Vite configuration for React client application
cf7f443e42 Add package.json for client application with dependencies and scripts
Compare 11 commits »
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-16 22:25:43 -04:00
5bad9a1e71 Increase smelt and compost reserves for improved resource management and add trash items for composting
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-16 22:09:07 -04:00
1abd6b4165 Add error handling for network order and craft message transmissions
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-16 20:51:16 -04:00
32eaa2db3d Enhance autoSmelt function for balanced distribution of smeltable items across empty furnaces
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-16 19:21:47 -04:00
9e1852a219 Optimize smelting process by pre-building furnace compatibility sets and using sorted candidate lists for improved efficiency
594d8c954c Implement lazy rebuild for itemList and enhance peripheral caching for improved performance
Compare 2 commits »
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-16 18:41:17 -04:00
10edbe8fff Enhance autoSmelt function by adding cache adjustments for item movements
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-16 18:34:34 -04:00
4faf8469e3 Update defrag interval to 10 minutes for improved performance
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-16 18:33:25 -04:00
e8b2732692 Update client barrel auto-sort to trigger only when items are present
e6debef4fd Update smeltable items to restrict certain ores to regular furnace only
Compare 2 commits »
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-16 00:46:58 -04:00
7699276c22 Remove bamboo from compostable items list
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-16 00:40:46 -04:00
08f6f12764 Improve error handling in craftItem function with pcall for safer execution
59ce10b986 Enhance crafting error handling and logging in craftItem function
Compare 2 commits »
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-16 00:37:34 -04:00
473570f398 Refactor crafting logic to enable auto-crafting by the turtle and improve item retrieval process
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-16 00:25:17 -04:00
efa79e56cb Add barrel sorting functionality with optional barrel name override
d9bb529c21 Add client barrel auto-sort functionality to inventoryClient
Compare 2 commits »
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-16 00:17:50 -04:00
fa6c682fd2 Add support for custom dropper/barrel names in inventoryClient
11c9599863 Refactor crafting logic to improve turtle inventory management and enhance error handling
Compare 2 commits »