aboutsummaryrefslogtreecommitdiffstats
path: root/public/js/app.js
Commit message (Expand)AuthorAgeFilesLines
* app.js: Capitalize date in heading above schedules.Harald Eilertsen2020-08-251-1/+5
* app.js: Render schedules in sorted order.Harald Eilertsen2020-08-251-1/+1
* app.js: Fix wordwrap and make schedule bigger.Harald Eilertsen2020-08-251-13/+16
* app.js: Request screenings by relative URL.Harald Eilertsen2020-08-251-1/+1
* Change start/end times to complete timestamps.Harald Eilertsen2020-08-231-1/+1
* Use so date format for html element id's.ramaskrik-2019Harald Eilertsen2019-10-171-13/+19
* Mainly cosmetic updates for ramaskrik.Harald Eilertsen2019-10-171-1/+1
* Adjust where long titles break.Harald Eilertsen2019-10-051-2/+2
* Optimize performance.Harald Eilertsen2019-10-051-3/+9
* Only convert final start/end_time to date objects.Harald Eilertsen2019-10-051-6/+6
* Misc updates.Harald Eilertsen2019-10-051-59/+42
* Add times to movie boxes.ravenheart/2019Harald Eilertsen2019-10-041-4/+13
* Remove obsolete code.Harald Eilertsen2019-08-281-41/+0
* Brushing up a bit and prepare for deploy.Harald Eilertsen2019-08-281-5/+10
* Adapt to Ravenheart 2019, Oslo.Harald Eilertsen2019-08-281-1/+1
* Use canvas for drawing the schedules.HEADmasterHarald Eilertsen2019-08-281-4/+165
* Update /screenings endpoint to return full info on screenings.Harald Eilertsen2019-04-281-5/+5
* Fetch rooms from database using ajax/json.Harald Eilertsen2019-03-231-0/+22
* Use rocket_contrib StaticFiles module to serve static files.Harald Eilertsen2019-03-041-0/+51