Add dropper location selector: discover available droppers on network, pass through server, and add dropdown in order panel for location-based dispensing

This commit is contained in:
MayaTheShy
2026-03-21 19:57:13 -04:00
parent fcfef379be
commit 79eca14f4c
5 changed files with 204 additions and 46 deletions

View File

@@ -45,6 +45,7 @@ export const useInventoryStore = create((set, get) => ({
barrelOk: false,
furnaceCount: 0,
furnaceStatus: {},
droppers: [],
},
activity: {},
alerts: [],