Would it be possible to extend the Box to show all trainer pokemon at once or to just spawn multiple boxes? If yes, you could add a config or button to toggle this.
I quick edited the release version to my liking: https://i.imgur.com/GJ4boEs.png
Best if you could add a settings button that shows/hides a top portion of the card where the opacity slider would be and other settings like checkboxes to hide the iv's and all those other informations. There you can add a checkbox for a complete view like like in my screenshot. You can achieve this by running a for loop over each pokemon card and just stick them together if that option is checked. I would also hide the up/down buttons if the option is checked.
I wanted to make a pull request because the release code from the firefox extension was pretty simple to edit but looking here at the latest code you made some big changes at creating those cards and yeah I don't want to add to that code xd But here you got some idea on how to implement it.
Would it be possible to extend the Box to show all trainer pokemon at once or to just spawn multiple boxes? If yes, you could add a config or button to toggle this.
I quick edited the release version to my liking: https://i.imgur.com/GJ4boEs.png
Best if you could add a settings button that shows/hides a top portion of the card where the opacity slider would be and other settings like checkboxes to hide the iv's and all those other informations. There you can add a checkbox for a complete view like like in my screenshot. You can achieve this by running a for loop over each pokemon card and just stick them together if that option is checked. I would also hide the up/down buttons if the option is checked.
I wanted to make a pull request because the release code from the firefox extension was pretty simple to edit but looking here at the latest code you made some big changes at creating those cards and yeah I don't want to add to that code xd But here you got some idea on how to implement it.