zhued / leaguestats

A system to find what what times during the week you play the most.
2 stars 0 forks source link

UI Update #14

Closed ridler closed 9 years ago

ridler commented 9 years ago

This is a pull request for updating the UI. I cleaned the form styles, moved the date filtering portion to the bottom of the page, and added functionality to toggle the table view of games.

ridler commented 9 years ago

Now the time filtering works but the d3 svg is slightly misformatted.

zhued commented 9 years ago

Wow! Thanks so much for doing all this for the frontend side! I really appreciate it!

zhued commented 9 years ago

I had to comment out the 'timeParser = require('./timeParse.js');' in server/routes.js for npm to start. Other than that everything looks really great!!

Is this the misformatting issue you are seeing? Where the range indicators are floating in between the time range at the top?

screen shot 2015-04-29 at 8 27 09 pm

zhued commented 9 years ago

I'm just gonna merge it, the formatting for the UI isn't a huge deal

zhued commented 9 years ago

I got a fix for it so no worries!