summaryrefslogtreecommitdiff
path: root/frontend (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement course selection started/stopped statesRunxi Yu6 days2-4/+36
| | | | Implements: https://todo.sr.ht/~runxiyu/cca/13
* Allow staff to upload a CSV containing coursesRunxi Yu7 days1-2/+8
| | | | Implements: https://todo.sr.ht/~runxiyu/cca/2
* style.css: Fix file selector buttonsRunxi Yu7 days1-1/+7
|
* student.js: Don't N then Y the same course on selectv0.1.8Runxi Yu8 days1-1/+1
|
* student.{html,js}: Deselect courses in the same group when selectingRunxi Yu8 days1-0/+6
|
* {courses,index}.go, student.html, style.css: Group by course groupRunxi Yu8 days1-1/+1
|
* style.css: Work around Firefox bug 217769Runxi Yu8 days1-0/+8
| | | | | | | Firefox eats the left, bottom, and right borders when tbody is empty. This is a bug known for 21 years (that was Firefox 37 or something). References: https://bugzilla.mozilla.org/show_bug.cgi?id=217769
* student.js: Use "let" rather than "var"v0.1.7Runxi Yu9 days1-2/+2
|
* .editorconfig, latexify-source.sh, student.js: Indent 4, wrap 85Runxi Yu10 days1-28/+52
|
* studnet.js: TODO about configurable WebSocket URLRunxi Yu11 days1-0/+17
|
* *: Overhaul structure again and embed everythingRunxi Yu11 days2-24/+0
| | | | | | | | - Remove sub-Makefiles; recursive make is annoying - Just use one top-level Makefile that builds everything - Embed templates and minified static resources into the binary - Embed all compiled documentation into the binary and serve - Embed all source into the binary and serve
* */Makefile: Update againRunxi Yu11 days1-6/+2
|
* *: Further restructuringRunxi Yu12 days5-0/+639