dyreschlock / schlock-website

Personal Website code to be run locally or generate a static website hosted through github pages.
http://theschlock.com/
0 stars 0 forks source link

Raid Counters : Filter by Generation and Others #96

Open dyreschlock opened 11 months ago

dyreschlock commented 11 months ago

On the top of the raid counter page, list out the different categories for pokemon, which are the 9 generations, ultra beasts, paradoxes, and megas. When one of these categories is clicked, it should hide all pokemon not in that category.

It should do this by javascript. Doing this with separate pages would take too long to render.

dyreschlock commented 11 months ago

I don't like having the filters are the top. It pushes the whole page, and the empty white space is too much.

I think a drop-down menu would look better.