Will
Will
More info from MDN: https://developer.mozilla.org/en-US/docs/Web/CSS/image-rendering
This may be the version we need: https://firebase.google.com/support/release-notes/js#version_7145_-_may_21_2020 We should probably avoid version 8.x (which switches to ES6 modules) and 9.x (which changes the package structure to a modular format,...
Upgrading directly to 7.14.5 with no other changes produces an error: ``` Unhandled rejection [1]
Most of these were fixed in #215. Remaining issues (with explanations from that PR): ``` [GP] [WARN] app/view/layers/game/TileLayer.js -> matched RSX search but no resource could be found for: RSX[`${tilePrefix}0${mergedTilePartId}`...
Let's see if we can simply hide the Import/Export buttons when a deck is being created or edited. I had only tested this from the main collection page 😅
Relevant buttons: https://github.com/willroberts/duelyst/blob/73299eda0cfa02a18ceaff3c7c6905a6016bf728/app/ui/views2/collection/collection.js#L62L63 Example of hiding the button: https://github.com/willroberts/duelyst/blob/73299eda0cfa02a18ceaff3c7c6905a6016bf728/app/ui/views2/collection/collection.js#L827
Hi, can you use Ctrl-Alt-F to enter or leave fullscreen mode? There's still no "back" button but it's at least closeable that way.
How are you measuring the number of cards in the opponent's deck? I'm not able to repro yet with 100% difficulty and random cards enabled.
Hi, can you share the JSON for the export so we can attempt to reproduce the issue?
Can you also try importing a deck while not currently editing a deck?