successPhil / PokemonKO-prod

1 stars 1 forks source link

Remove movesPop and implement movesModal #20

Closed successPhil closed 6 months ago

successPhil commented 6 months ago

We are going to use a modal to display moves to make it easier to display on mobile with the same integrity.

Plan is to remove existing logic using movesPop, and instead implement a modal that displays the moves of each Pokemon

successPhil commented 6 months ago

Replaced movesPop with movesModal