aboutsummaryrefslogtreecommitdiffstats
path: root/public
Commit message (Collapse)AuthorAgeFilesLines
* Use canvas for drawing the schedules.HEADmasterHarald Eilertsen2019-08-283-8/+170
|
* Update /screenings endpoint to return full info on screenings.Harald Eilertsen2019-04-281-5/+5
| | | | | This makes each screening record self-contained, and the json payload more consistent with how it semantically fit together.
* Fetch rooms from database using ajax/json.Harald Eilertsen2019-03-232-0/+26
|
* Fix typo in cssHarald Eilertsen2019-03-231-1/+1
|
* Use rocket_contrib StaticFiles module to serve static files.Harald Eilertsen2019-03-043-0/+113
| | | | | | | This also changes the structure of the app quite significantly. Instead if generating the html for the index, we simply provide a public/index.html static file instead. For now this seems to make sense, it may not hold in the long run, but that's for another time to worry about.
* Add basic stylesheet.Harald Eilertsen2019-03-031-0/+10
|
* Add favicon and route to get public files.Harald Eilertsen2019-03-021-0/+0