summaryrefslogtreecommitdiffstats
path: root/public
Commit message (Collapse)AuthorAgeFilesLines
* Add license header to source files.HEADmasterHarald Eilertsen2018-09-213-0/+48
|
* Only show add song button if javascript enabled.Harald Eilertsen2018-09-211-0/+1
|
* Make filling out song info more ergonomic.Harald Eilertsen2018-09-212-13/+21
| | | | | + Use javascript to hide song details fields by default. + Add button to show song details fields when clicked.
* Add mobile stylesheet for devices with narrow screens.Harald Eilertsen2018-09-131-0/+79
|
* Brush up the stylesheet a bit.Harald Eilertsen2018-09-121-6/+25
|
* Expand label column slightly.Harald Eilertsen2017-10-021-1/+1
|
* Fix styling and markup for postcode/city inputs.Harald Eilertsen2017-09-091-1/+24
|
* Add guiding help text to form.Harald Eilertsen2015-10-301-6/+7
|
* Move "required" mark before label in fields.Harald Eilertsen2015-10-301-2/+3
|
* Make the form look a bit nicer again.Harald Eilertsen2015-10-301-1/+0
| | | | Made the song fields align under each other again.
* Remove ajax code for adding songs/members.Harald Eilertsen2015-10-301-21/+0
|
* Simplify form: Just use a textarea for members.Harald Eilertsen2015-10-301-8/+0
|
* Don't break lines between label and input field.Harald Eilertsen2015-10-301-0/+5
|
* Fix missing slash in XMLHttpRequest URLs.Harald Eilertsen2015-10-301-2/+2
|
* Use base location when creating URL for XMLHttpRequests.Harald Eilertsen2015-10-301-2/+2
|
* Change layout of song subform.Harald Eilertsen2015-10-301-8/+25
|
* Nicer styling of member add/delete buttonsHarald Eilertsen2015-10-281-0/+23
|
* Drop dependency on jQuery.Harald Eilertsen2015-10-281-13/+23
| | | | Hopefully XMLHttpRequest is supported and standardised enough to work accross browsers now.
* Use ajax to get member and song subforms.Harald Eilertsen2015-10-091-48/+8
| | | | | This instead of hard coding them in javascript. We will need the forms as ruby/erb templates anyways so no need to keep them two places.
* Test entering the form including javascript stuff.Harald Eilertsen2015-10-061-14/+14
|
* Redirect back to form and display error if no songs specified.Harald Eilertsen2015-10-051-1/+12
|
* Add route to handle submitted form.Harald Eilertsen2015-10-031-7/+7
|
* Transform to a Sinatra appHarald Eilertsen2015-10-032-0/+98