ongoing UI work; fixes; TV callback loop problems again/still

This commit is contained in:
Tim
2024-03-09 19:17:06 -04:00
parent 1743a7462d
commit 4362d12f0f
14 changed files with 416 additions and 307 deletions

View File

@@ -17,6 +17,7 @@ export function newBuilder( component, options = {}) {
}
// Orders hold an amount and builders
// noinspection JSUnusedLocalSymbols
const Order = {
id: uuid(),
amount: 0,