MayaTheShy
|
5162a71be4
|
Add support for API key at build time in Dockerfile for Vite
|
2026-03-22 02:15:13 -04:00 |
|
MayaTheShy
|
0d3de9dc48
|
Refactor docker-compose to include API key in environment variables for server and client
|
2026-03-22 02:15:08 -04:00 |
|
MayaTheShy
|
2a68ffcb90
|
Add API key support for server authentication in configuration
|
2026-03-22 02:15:05 -04:00 |
|
MayaTheShy
|
10dc27a2c4
|
Enhance API request handling with authentication headers and API key support
|
2026-03-22 02:14:15 -04:00 |
|
MayaTheShy
|
465efbeb0e
|
Implement API key authentication for secure access to mutating endpoints and WebSocket connections
|
2026-03-22 02:13:24 -04:00 |
|
MayaTheShy
|
24683f23a5
|
Implement idempotency for command handling to skip duplicates and enhance request processing
|
2026-03-22 02:12:50 -04:00 |
|
MayaTheShy
|
bbae2740a7
|
Implement idempotent command tracking with cleanup and caching for improved request handling
|
2026-03-22 02:12:18 -04:00 |
|
MayaTheShy
|
224738f2e7
|
Add commandId generation for idempotent requests in API calls
|
2026-03-22 02:12:13 -04:00 |
|
MayaTheShy
|
e9c0cc03f0
|
Implement idempotent command tracking with TTL for improved command handling
|
2026-03-22 02:12:08 -04:00 |
|
MayaTheShy
|
ebc3efba6a
|
Add commandId to transmitted messages for improved command tracking
|
2026-03-22 02:12:04 -04:00 |
|
MayaTheShy
|
0f9b7fcf68
|
Refactor logging in inventoryClient to use structured logging for improved clarity and consistency
|
2026-03-22 02:06:02 -04:00 |
|
MayaTheShy
|
304e779fd0
|
Add log level configuration to enhance logging flexibility
|
2026-03-22 02:03:37 -04:00 |
|
MayaTheShy
|
50ec1ee6c2
|
Refactor main function to replace print statements with structured logging for improved debugging
|
2026-03-22 02:03:31 -04:00 |
|
MayaTheShy
|
33cad06155
|
Refactor main function to replace print statements with structured logging for improved clarity and debugging
|
2026-03-22 02:02:58 -04:00 |
|
MayaTheShy
|
e61a13961a
|
Refactor touch handling to use structured logging for improved debugging
|
2026-03-22 02:02:19 -04:00 |
|
MayaTheShy
|
e017eb1009
|
Refactor logging to use structured logging for improved clarity and consistency
|
2026-03-22 02:02:15 -04:00 |
|
MayaTheShy
|
71db1d9973
|
Add structured logging functionality to enhance debugging capabilities
|
2026-03-22 01:59:15 -04:00 |
|
MayaTheShy
|
0e4d184059
|
Add structured logging functionality to inventory manager
|
2026-03-22 01:59:08 -04:00 |
|
MayaTheShy
|
11c38dbabb
|
Refactor monitor setup and drawing functions to utilize shared UI module
|
2026-03-22 01:58:13 -04:00 |
|
MayaTheShy
|
39b95b3663
|
Refactor crafting helpers to delegate functionality to shared UI module
|
2026-03-22 01:56:40 -04:00 |
|
MayaTheShy
|
8cdb2d3b98
|
Refactor dashboard drawing functions to use setDrawTarget for improved clarity
|
2026-03-22 01:56:34 -04:00 |
|
MayaTheShy
|
338af14b6b
|
Refactor drawing helpers to utilize shared UI module functions
|
2026-03-22 01:56:15 -04:00 |
|
MayaTheShy
|
50fa771ca4
|
Refactor touch zone functions to utilize shared UI helpers
|
2026-03-22 01:56:07 -04:00 |
|
MayaTheShy
|
4dc06184de
|
Refactor monitor setup functions to use shared UI helpers
|
2026-03-22 01:55:47 -04:00 |
|
MayaTheShy
|
1dca61eece
|
Add shared UI helpers for inventory management and client interaction
|
2026-03-22 01:55:41 -04:00 |
|
MayaTheShy
|
c78e25deb2
|
Add smeltable items configuration for auto-smelting in inventory management
|
2026-03-22 01:55:05 -04:00 |
|
MayaTheShy
|
688db466ac
|
Add fuel items configuration with burn times for inventory management
|
2026-03-22 01:55:00 -04:00 |
|
MayaTheShy
|
293dc7925b
|
Add crafting recipes for various items in the inventory manager
|
2026-03-22 01:54:55 -04:00 |
|
MayaTheShy
|
9da5db084e
|
Add compostable items list and trash items for inventory management
|
2026-03-22 01:54:51 -04:00 |
|
MayaTheShy
|
4b38a793c6
|
Add low-stock alerts configuration for inventory monitoring
|
2026-03-22 01:54:47 -04:00 |
|
MayaTheShy
|
7404e73fd3
|
Refactor smelting and composting logic: load data tables from external files for better maintainability
|
2026-03-22 01:54:44 -04:00 |
|
MayaTheShy
|
d80b0b155e
|
Enhance network state management: skip broadcasting if state has not changed and update state version on configuration changes
|
2026-03-22 01:41:44 -04:00 |
|
MayaTheShy
|
1198c2e73a
|
Enhance cache management: integrate state version bumping in refreshCache function
|
2026-03-22 01:40:31 -04:00 |
|
MayaTheShy
|
7ad68885d3
|
Enhance inventory management: add scanInventory function and improve furnace status refresh
|
2026-03-22 01:40:13 -04:00 |
|
MayaTheShy
|
491abf891f
|
Enhance inventory scanning: integrate state version bumping in scanInventory function
|
2026-03-22 01:40:09 -04:00 |
|
MayaTheShy
|
2bcb907914
|
Enhance state management: implement version tracking and conditional broadcasting for configuration updates
|
2026-03-22 01:40:04 -04:00 |
|
MayaTheShy
|
b2c635b7ef
|
Enhance configuration loading: implement file existence check and JSON parsing for dynamic settings
|
2026-03-22 01:38:51 -04:00 |
|
MayaTheShy
|
caf0ec85a1
|
Enhance configuration loading: implement file existence check and JSON parsing for dynamic channel settings
|
2026-03-22 01:38:47 -04:00 |
|
MayaTheShy
|
06dbaf5756
|
Enhance configuration loading: implement file check and JSON parsing for dynamic channel settings
|
2026-03-22 01:38:43 -04:00 |
|
MayaTheShy
|
bd3159cd39
|
Enhance peripheral handling: implement detach handler to invalidate cached handles
|
2026-03-22 01:37:22 -04:00 |
|
MayaTheShy
|
4637275529
|
Enhance peripheral handling: implement caching for peripheral wraps to improve performance
|
2026-03-22 01:36:45 -04:00 |
|
MayaTheShy
|
a5e6be7f4b
|
Enhance command handling: implement monotonic ID for deduplication and improve acknowledgment process
|
2026-03-22 01:29:16 -04:00 |
|
MayaTheShy
|
c47ec63e50
|
Enhance command polling: implement deduplication of processed commands and acknowledgment of command IDs
|
2026-03-22 01:29:05 -04:00 |
|
MayaTheShy
|
98f8157bea
|
Enhance crafting functionality: implement modem communication for turtle crafting requests and responses
|
2026-03-22 01:28:50 -04:00 |
|
MayaTheShy
|
cc6b1e999a
|
Add modem-based crafting functionality: implement command handling and inventory management
|
2026-03-22 01:28:46 -04:00 |
|
MayaTheShy
|
582c92f090
|
Update README.md: enhance documentation with architecture and component details
|
2026-03-22 00:53:21 -04:00 |
|
MayaTheShy
|
bee1019fd6
|
Add dropper nickname management: implement get and set endpoints
|
2026-03-21 20:55:01 -04:00 |
|
MayaTheShy
|
12c17d3bfd
|
Add functionality to manage dropper nicknames: implement set and fetch methods
|
2026-03-21 20:54:57 -04:00 |
|
MayaTheShy
|
846f3e8b80
|
Add SettingsPanel component for managing dropper nicknames
|
2026-03-21 20:54:55 -04:00 |
|
MayaTheShy
|
6e2c17de29
|
Add settings panel CSS styles for overlay modal and dropper nickname list
|
2026-03-21 20:54:52 -04:00 |
|