RiiConnect24 / RiiTag

RiiTag is a customizable gamertag for the Wii.
https://tag.rc24.xyz/
GNU Affero General Public License v3.0
14 stars 8 forks source link

3 Quick Hotfixs for Mii Gen2 Support #39

Closed TheShadowEevee closed 3 years ago

TheShadowEevee commented 3 years ago

Fix 1 (Commit 4b133c3): Not changing the dropdown before submitting a CMOC code causes the value to not be correctly set and the Mii isn't re-rendered. This fixes that.

Fix 2 (Commit 23bb96f): Previously an unparsable QR silently failed, making it seem like there was a bug in the uploader. This fixes that.

Fix 3 (Commit efed10d): Honestly I knew this didn't work but I had left it for the time as RiiTag could have this issue previously itself. Through this commit and previous PR's near every contingency should be covered now so a Mii (or the undefined Mii) always shows for the /edit preview.

Fix 1 Applys to #36, Fix 2 and 3 apply to #37.