In jst:
authorNick Downing <nick@ndcode.org>
Fri, 14 Jan 2022 13:30:08 +0000 (00:30 +1100)
committerNick Downing <nick@ndcode.org>
Fri, 14 Jan 2022 13:30:08 +0000 (00:30 +1100)
commit1b46295e06d139cacb08cab927f34c8b9f32adfb
treed5352519e3f9a1ed02f4db3720a21abc5fa4714e
parente5354ef4d7ecbbd551fbeb81c5f7ecf7a0e53300
In jst:
* Allow to output either raw or transformed AST
* Fix several transformation bugs with "...arguments" syntax caused by lack of return statements in transform.js

In min_svg_cache:
* Fix prefix-setting bug causing SVGs not to display
* Make the prefix shorter

In ndcode_site:
* Add ticks, crosses and spinners in sign up form
* Move *.jst from / to /_lib to keep things tidy
* Implement /_lib/Problem.jst and /_lib/post_request.jst to contain repetitive code for API call implementation
* For the client side move /api/sign_up.js.min to more general /js/api_call.js.min
* Add sign up draft facility (avoids having to re-enter data if you refresh page)
* Fix scrollbar shifting problem again (fix was lost in upgrade to Bootstrap 4, because it moved the "Give feedback" button to left, but now I fixed that too)
jst
min_svg_cache
ndcode_site