52 With redesign I just meant the html and css. Luckily thanks to the agent structure I can fairly easily move components around or even reuse them in different locations without having to worry too much about it.
It also was somewhat planned to redo how you select fighters as the current way has its problems but I was soft of hoping I would be able to focus on something else first.
On the bright side, the character list is already working again, just copied over the code from the shop list and changed from which agent it got its information.
And yes, I know that copying code over isn't good practice but it already reacts differently when you click on it, and has a few changes in its html. Thus if I want to have them use the same code I would either need to inject those differences using props or write big if statements. Neither are exactly ideal....