mozilla / build.webmaker.org

Source behind MoFo's project tracking site
https://build.webmaker.org
Mozilla Public License 2.0
6 stars 16 forks source link

Embed dashboards, Firebase bug, Docs #68

Closed adamlofting closed 9 years ago

adamlofting commented 9 years ago

Sorry. This is three small issues in one PR.

  1. in app/components/mentions.jsx the app was failing because there wasn't a this.state.handle was undefined when calling .toLowerCase(). I wrapped this in an if statement so I could work on adding the dashboards
  2. I added a dashboards route which embeds metrics.w.o in an iframe
  3. I got caught out by the need to add the route to server.js, so I added a note about this to the README
davidascher commented 9 years ago

Works! The dashboards could use some styling, but totally trivial. Thanks for the doc update in particular.