Closed VillainsRule closed 4 months ago
several bugs noticed:
clicking 'enter' on inventory with no items crashes:
32 | select.set_options(options.map(([k, v], idx) => `[${idx}] ${k} x${v} `)); 33 | terminal.push(select.component); 34 | const _select = await select.response(); 35 | terminal.pop(select.component); 36 | if (_select === -1) break main_refetch; 37 | const item = options[_select][0]; ^ TypeError: undefined is not an object (evaluating 'options[_select][0]') at /Users/user/Downloads/blacket-tui/src/context/inventory.ts:37:20 error: script "start" exited with code 1 user@null blacket-tui %
attempting to bulk buy pack you cannot afford just shows nothing on screen
attempting to view the weekly shop does nothing - i know it's disabled, but a message saying that would be nice
overall rated pretty cool tool
i cba to fix myself
several bugs noticed:
clicking 'enter' on inventory with no items crashes:
attempting to bulk buy pack you cannot afford just shows nothing on screen
attempting to view the weekly shop does nothing - i know it's disabled, but a message saying that would be nice
overall rated pretty cool tool