MayaTheShy
  • Joined on 2025-08-30
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-21 20:37:02 -04:00
a2f7df448c Add client dropper registration and merging functionality
4fcec03a59 Add client dropper discovery and announcement functionality
Compare 2 commits »
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-21 20:31:27 -04:00
a3d0a46b44 Enhance dropper detection logic: implement name-based matching for improved compatibility with CC:Tweaked versions
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-21 20:19:18 -04:00
98f415d7d4 Refactor InventoryGrid styles: update category tab and item grid appearance for improved layout and visual consistency
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-21 20:13:11 -04:00
993b5ac55a Update dropper selection condition: allow selection when one or more droppers are available
5416f18f4b Add droppers to full state load: include droppers array from inventory metadata for comprehensive state management
Compare 2 commits »
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-21 20:11:15 -04:00
c3ee7d0d42 Refactor selected item handling: update state management to derive selected item from name and ensure real-time inventory count
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-21 20:05:53 -04:00
9f75866ce7 Notify web clients on bridge connection status: broadcast updates when the bridge connects or disconnects
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-21 19:57:18 -04:00
79eca14f4c Add dropper location selector: discover available droppers on network, pass through server, and add dropdown in order panel for location-based dispensing
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-21 19:41:59 -04:00
fcfef379be Add droppers array to state update: ensure droppers data is handled correctly in the state from bridge
75f785d8da Add support for multiple droppers: discover and cache available dropper peripherals for location-based dispensing
Compare 2 commits »
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-21 19:40:40 -04:00
05291c9373 Implement multi-line scrollable chart with tooltip support: enhance data visualization and user interaction
73fbe98d86 Add multi-line scrollable chart and tooltip styles: enhance user interaction and visual feedback
Compare 2 commits »
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-21 19:30:58 -04:00
898353e8c6 Refactor texture URL handling: replace CDN links with proxy-based URLs for mod and vanilla textures
ba8acc1c27 Enhance Analytics Panel styles: improve layout, spacing, and hover effects for better user experience
3884b850c8 Add caching for texture requests: implement proxy and cache settings for texture assets
05f5a3519e Add texture proxy and caching mechanism: implement upstream fetching and local caching for texture assets
Compare 4 commits »
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-21 19:27:22 -04:00
6987b6950c Implement texture proxy and caching mechanism: add endpoint for fetching textures with cache handling
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-21 19:26:41 -04:00
b5ae28944d Enhance health check and inventory endpoints: include bridge connection status and web client count
d1c9256ed8 Implement WebSocket health checks and HTTP polling for improved connection reliability
854fcaf66f Enhance connection status display: add bridge connection status and last update time
62984b5d18 Add styling for last update text: adjust font size, color, and text shadow for better visibility
Compare 4 commits »
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-21 19:14:18 -04:00
39a04cc5e9 Refactor category tabs and item grid styles: adjust padding, margins, and colors for improved UI consistency
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-21 19:07:35 -04:00
29498a2f6a Major UI overhaul: bigger icons, creative inventory tabs, grouped smelting, alerts popup, analytics, mod icons
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-21 18:38:35 -04:00
c25ef9f2cc Fix inventory disappearing: add WS keep-alive pings + HTTP API fallback
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-21 18:21:26 -04:00
4af91235e1 Refactor furnace input, fuel, and output handling: stringify on save and parse on load
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-21 18:16:26 -04:00
80338d1973 Fix live updates: debounce DB writes, broadcast before saving, include smeltable/craftable in updates
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-21 18:14:19 -04:00
aed7d1f735 Enhance database performance: add cache size and temp store settings; refactor alert clearing statement
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-21 18:11:18 -04:00
9f322003db Add SQLite persistence + official Minecraft item icons
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-21 18:03:30 -04:00
bbc44c3d97 Fix healthcheck: use node instead of wget, relax client dependency to service_started