aboutsummaryrefslogtreecommitdiff
path: root/lib/Server/Frontend/SpaceTime.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-05-15Server.Frontend.SpaceTime: fix lots of bugsstuebinm1-49/+54
also make the code generally look nicer. Turns out I made a lot more fragile assumptions than I thought I did.
2024-05-10space time diagrams: real time & time zonesstuebinm1-56/+141
2024-05-09rough initial work on space-time diagramsstuebinm1-0/+104
this does svg templating with hamlet. It might be better to use a javascript library instead (templating svgs is a little confusing tbh), but for now i'll see how far i get with this.