gdirk07 / PokemonChecker

Playing around with APIs
https://gdirk07.github.io/PokemonChecker/
0 stars 0 forks source link

Pokemon Set Display #97

Open gdirk07 opened 2 years ago

gdirk07 commented 2 years ago

A Display component for the new "Pokemon Set" Feature. The view should

  1. Display a list of Pokemon with the default Sprite, a name, and a mutli select Toggle
  2. Display states that determines what Pokemon show up (to start, just a simple "Favorites").
  3. Update on the PokemonDisplay component that allows a Pokemon to be labeled as a Favorite and thus will be displayed in this new component.
jeremy-jtlo commented 2 years ago

We may want to keep the language neutral on 'favourite' and just rely on adding pokemon to a particular set.

Set objects themselves can have names provided by the user, which will help distinguish where a selected Pokemon will go when you "add" it somewhere.