ResistanceCalendar / resistance-calendar-frontend

A central listing of upcoming progressive events
https://resistance-calendar-staging.herokuapp.com/
MIT License
7 stars 8 forks source link

"add event" hide/display, addition of "cancel" button #78

Closed dorono closed 7 years ago

dorono commented 7 years ago

resistance-calendar

iPhone simulator view

screen shot 2017-04-03 at 12 53 05 pm
pdw207 commented 7 years ago

Maybe we should have a max width on the form. Doesn't necessarily need to be in this PR.

pdw207 commented 7 years ago

Eventually we can put this in a modal and save the state with the add-event url.

dorono commented 7 years ago

@pfarnach Totally agree about putting the routes into constants, much cleaner. As for the max-width, I do indeed see one on line 5 of src/components/AddEvent/AddEvent.sass:

  max-width: $max-width
  margin: 0 auto
  padding: $base-spacing

I also see that the width of the form matches the width of the header looking at the site in the browser. Or am I maybe understanding?

At any rate, gotta hit the sack for an early trip out of town tomorrow, but if it looks good to you otherwise, my vote is to merge to keep it from getting stale.