aboutsummaryrefslogtreecommitdiff
path: root/frontend
AgeCommit message (Collapse)Author
2025-05-03Prevent closing modal on input selectionmainJoris Guyonvarch
When selection ends outside of the modal, this could lead to closing the modal. Use `onmousedown` event instead, which takes the element at the start of the selection.
2025-04-19Call bash in Makefile to run scriptsJoris
2025-04-19Remove trailing semi-colons in sass filesJoris
2025-04-19Create backend directory if it doesn’t existJoris
2025-04-19Add build commandJoris
2025-04-19Add ZIG serverJoris