cilki / gameframe.online

GameFrame is a gaming analytics website created for CS373
http://gameframe.online
Apache License 2.0
5 stars 1 forks source link

As a user, I want a grid of images instead of text for related games, articles, etc. We will call this object the mini grid. #44

Closed cilki closed 6 years ago

cilki commented 6 years ago

Time estimation: 2 hours Assumptions: Code from the original grid can be reused

atrieder commented 6 years ago

As of the latest commit, the minigrid component is used on both instance detail pages and the search result page. The size of the grid can be manipulated through a percentage parameter, and the cards will resize based on a combination of the browser's width and height.

atrieder commented 6 years ago

Actual time: 2.5 hours