EvidentlyCube / metroidvania-compendium

A compendium of all metroidvania information
ISC License
0 stars 0 forks source link

Refactor game visibility to make it more generic #14

Closed EvidentlyCube closed 4 years ago

EvidentlyCube commented 4 years ago

After #13 is merged GamesVisibilityList.tsx is going to be a bit cluttered, not to mention GameVisibilityToggle component is probably more specific than needed. The task is as follows:

The goal is to get some experience creating generic, reusable components.