You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the InputBonusAction screen, adding a new action and clicking "add" results in a TypeError: Invalid attempt to spread non-iterable instance. In order to be iterable, non-array objects must have a [Symbol.iterator]() method this appears to be fixed?? we can no longer replicate. Might have been solved by add optional chaining to character access #40
Some elements are moved around up/resized when the keyboard is onscreen:
"Save & return" on the profile screen
"Saved bonus actions" list on the input bonus actions screen
Some buttons are semi-transparent and should be opaque:
"Enter a new bonus action" button on both profile & bonus action page
Diagonal/Orthogonal buttons on the move screen
Buttons on the action screen
"Add" button on input bonus action screen
We have different strategies for the "Save & return" button on the input bonus action & profile screens. On the former, it hovers just below the content. On the latter, it's near the bottom of the screen.
The text was updated successfully, but these errors were encountered:
On the InputBonusAction screen, adding a new action and clicking "add" results in athis appears to be fixed?? we can no longer replicate. Might have been solved by add optional chaining to character access #40TypeError: Invalid attempt to spread non-iterable instance. In order to be iterable, non-array objects must have a [Symbol.iterator]() method
The text was updated successfully, but these errors were encountered: