fix/feat: Allow origional name on mod download - Rewrote scaling of popups - Made feedback textobx#104
Conversation
|
aperently something is not right yet. Dont merge it. I will take a look at it later |
|
Wait with merging this PR. i wanna merge this after #98 has been merged |
|
There is still a bug where a mod name that is too long crashes the renaming process, leading to the loss of the mod. The resulting path length would also have to be validated somehow to avoid this. |
|
I believe the validation of the Mii names (their lengths) should also be looked at again since I believe names can be shorter as well. |
|
I think |
|
It would also be nice if the mod installation name popup's cancel action would work without any error popup (like the rest). |
|
Thank you, everything's resolved for me! |
Purpose of this PR:
This PR kind of got out of hand when fixing 1 bug.
So now it contains the following:
BehaviorComponents is something new. Its just a bunch of components and functionality stuffed together in one component that we will most likely re-use in multiple places. If anyone has better name suggestion, go ahead and let them know
How to test:
Related Issue Link:
#102
Checklist before merging