TIY-LR-FEE-2015-Fall / assignments

1 stars 4 forks source link

18-Run-Timer-Brandi Soucy #85

Open pixiestix826 opened 8 years ago

pixiestix826 commented 8 years ago

Index Screen

pixiestix826 commented 8 years ago

https://github.com/pixiestix826/18-run-timer/pull/1

rtablada commented 8 years ago

On the run form, there are horizontal scroll bars because the inputs are adding extra margin to the left and right.

You can fix this by removing the margin from these inputs and instead putting the margin on the containing element (I think .new-run).

In the router, you are sending the collect of runs instead of allRuns and then check to see what is going on with the this.collection.add function in your form view because you are passing in this.listAllRuns which isn't defined in the View, instead, you want to add the current model that is edited or created using the form.

rtablada commented 8 years ago

I would use some sort of HTML element to group the cancel and save buttons on the form page. Then you can get rid of the position fixed so that the buttons will always stay below the text area:

screen shot 2015-12-11 at 2 36 16 pm
pixiestix826 commented 8 years ago

@rtablada made the recommended changes and run-timer is ready for review.

rtablada commented 8 years ago

@pixiestix826 I'm still seeing the CSS error above? I'm not sure if maybe you didn't push?

pixiestix826 commented 8 years ago

@rtablada urgh, it wasn't pushed. my bad. it is now.