nodezoo / nodezoo-web

nodezoo.com front end
MIT License
12 stars 61 forks source link

create components for each info result type #34

Closed Georgette closed 8 years ago

Georgette commented 8 years ago

There are 3 different types of results (currently) in Info.js: Github, Travis, NPM.

The layout for each type of result can be split into their own component, and then imported and utilized within info.js

mcdonnelldean commented 8 years ago

Agreed, further, we will most likely have more more detail per panel and each panel will have it's own layout concern so this makes complete sense. @Georgette feel free to self assign.