summaryrefslogtreecommitdiff
path: root/site/style.css (follow)
Commit message (Collapse)AuthorAgeFilesLines
* site: better error messagesstuebinm2021-04-081-0/+4
| | | | | | | this includes styling error messages red, and displaying error messages in case not all answers were answered as required (for now, this just means that not selecting any option in radio buttons is disallowed in general, as so far there are no corresponding config fields).
* site: sensible sizes for textareasstuebinm2021-04-071-0/+7
|
* simple forms with simple encryptionstuebinm2021-04-041-0/+21
this depends on age stuffed into web assembly, which is not yet part of this repository. The idea is to have a web app (which is a static html page + js / wasm) and a set of (optionally encrypted) json files which describe surveys, which the main site can download on demand.