aboutsummaryrefslogtreecommitdiff
path: root/module/calp/html/components.scm (follow)
Commit message (Collapse)AuthorAge
* Normalize errors.Hugo Hörnquist2022-03-28
|
* Move stuff from calp/util to hnh/util.Hugo Hörnquist2022-01-31
| | | | | This is the first (major) step in splitting the generally useful items into its own library.
* Cleanup modules.Hugo Hörnquist2021-12-22
| | | | | | Primarly this moves all vcompenent input and output code to clearly labeled modules, instead of being spread out. At the same time it also removes a handfull of unused procedures.
* '.btn' no longer contains div.Hugo Hörnquist2021-12-10
| | | | | | | | Previously I generated buttons on the form <a><div/></a> & <button><div/></button>, which was invalid for button tags. This removes the inner div, with the only cost being that the hitbox for the button is slightly wonky if pressed at the top left where the button isn't when it's depressed, since I move it.
* Add preliminary component for input-plus-minus.Hugo Hörnquist2020-11-20
|
* Input cleaned up.Hugo Hörnquist2020-09-27
|
* Move util modules into calp module..Hugo Hörnquist2020-08-24
|
* Move html modules under calp.Hugo Hörnquist2020-08-23