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
MayaTheShy
580b53ed6b
Update dropper selection display: include nicknames for better identification
2026-03-21 20:54:49 -04:00
MayaTheShy
b454fd5516
Update dropper selection display: include client ID in dropdown options for better identification
2026-03-21 20:37:20 -04:00
MayaTheShy
98f415d7d4
Refactor InventoryGrid styles: update category tab and item grid appearance for improved layout and visual consistency
2026-03-21 20:17:13 -04:00
MayaTheShy
993b5ac55a
Update dropper selection condition: allow selection when one or more droppers are available
2026-03-21 20:12:58 -04:00
MayaTheShy
c3ee7d0d42
Refactor selected item handling: update state management to derive selected item from name and ensure real-time inventory count
2026-03-21 20:10:57 -04:00
MayaTheShy
79eca14f4c
Add dropper location selector: discover available droppers on network, pass through server, and add dropdown in order panel for location-based dispensing
2026-03-21 19:57:13 -04:00
MayaTheShy
05291c9373
Implement multi-line scrollable chart with tooltip support: enhance data visualization and user interaction
2026-03-21 19:40:33 -04:00
MayaTheShy
73fbe98d86
Add multi-line scrollable chart and tooltip styles: enhance user interaction and visual feedback
2026-03-21 19:40:04 -04:00
MayaTheShy
898353e8c6
Refactor texture URL handling: replace CDN links with proxy-based URLs for mod and vanilla textures
2026-03-21 19:30:13 -04:00
MayaTheShy
ba8acc1c27
Enhance Analytics Panel styles: improve layout, spacing, and hover effects for better user experience
2026-03-21 19:30:10 -04:00
MayaTheShy
05f5a3519e
Add texture proxy and caching mechanism: implement upstream fetching and local caching for texture assets
2026-03-21 19:29:59 -04:00
MayaTheShy
39a04cc5e9
Refactor category tabs and item grid styles: adjust padding, margins, and colors for improved UI consistency
2026-03-21 19:14:14 -04:00
MayaTheShy
29498a2f6a
Major UI overhaul: bigger icons, creative inventory tabs, grouped smelting, alerts popup, analytics, mod icons
...
- Inventory: Bigger item icons (48px) filling their slots, MC-style hover tooltips
- Creative inventory category tabs (All/Blocks/Tools/Combat/Food/Redstone/Materials/Misc)
- Smelting recipes grouped by output item with collapsible sections
- Alerts moved from full tab to popup overlay triggered from header bell icon
- New Analytics tab with SVG charts (storage over time, top items, item trend lookup)
- Mod icon support for ComputerCraft (CC:Tweaked) via GitHub CDN fallback
- Server: new /api/history-summary endpoint for aggregate storage history
- Store: fetchHistorySummary and fetchItemHistory for analytics data
2026-03-21 19:07:17 -04:00
MayaTheShy
9f322003db
Add SQLite persistence + official Minecraft item icons
...
Database (better-sqlite3):
- Persist items, furnaces, alerts, recipes, settings to SQLite
- Auto-restore last known state when server restarts or bridge disconnects
- Item count history tracking (5-min snapshots, 7-day retention)
- /api/history/:itemName endpoint for item count history
- Docker volume for database file persistence
- Graceful shutdown with DB connection cleanup
Icons:
- Replace mc-heads.net with official Minecraft game textures via CDN
- Cascading fallback: item texture -> block texture -> emoji
- In-memory URL cache to avoid redundant network requests
- Block texture suffix mapping (furnace_front, barrel_top, etc.)
- Crisp pixel-art rendering with image-rendering: pixelated
2026-03-21 18:10:44 -04:00
MayaTheShy
fe6ac23329
Harden components: add ErrorBoundary, null-safe rendering
2026-03-21 17:51:07 -04:00
MayaTheShy
c1399fb44e
Add StorageOverview component for inventory management display
2026-03-21 16:53:11 -04:00
MayaTheShy
2ea340d4e4
Add StorageOverview.css for styling the storage overview component
2026-03-21 16:50:02 -04:00
MayaTheShy
e6f2ff5587
Add SmeltingPanel component for managing smelting operations and recipes
2026-03-21 16:49:50 -04:00
MayaTheShy
05bf5ce122
Add SmeltingPanel.css for styling the smelting panel and its components
2026-03-21 16:49:47 -04:00
MayaTheShy
a4df95e049
Add ItemIcon component for rendering Minecraft item icons
2026-03-21 16:49:44 -04:00
MayaTheShy
7358371727
Add ItemIcon.css for item icon styling
2026-03-21 16:49:41 -04:00
MayaTheShy
3f5ba532c6
Add InventoryGrid component for displaying and managing inventory items
2026-03-21 16:49:38 -04:00
MayaTheShy
f67cc3b36b
Add InventoryGrid.css for inventory grid layout and styling
2026-03-21 16:49:34 -04:00
MayaTheShy
7c5fe019f1
Add CraftingPanel component for crafting functionality
2026-03-21 16:49:29 -04:00
MayaTheShy
28677b9b49
Add CraftingPanel.css for crafting interface styling
2026-03-21 16:49:25 -04:00
MayaTheShy
0619b3e529
Add AlertsPanel component for low-stock alerts display
2026-03-21 16:49:22 -04:00
MayaTheShy
e26406c4fc
Add AlertsPanel.css for alert management styling
2026-03-21 16:49:17 -04:00