summaryrefslogtreecommitdiff
path: root/elm/ColSelect.elm
AgeCommit message (Collapse)AuthorFilesLines
2019-12-17ulist: Get rid of BETA warning, update menu and tab linksYorhel1-3/+3
Decided to go with option presets (e.g. '?wishlist=1') rather than add the full list of options to each link. Makes it easier to maintain and keeps URLs for basic pages short. As a result of that, I had to fix ColSelect.elm to not read the current URL but instead get the URL passed by Perl. Fortunately, it looks like the Erl package can deal with partial URLs (only the query string, in this case) just fine.
2019-11-28Use plain links for JS-ified linkradio inputs + fix focus of non-JS linkradiosYorhel1-8/+1
Kind of backwards to use input elements to display a link when they're backed by Javascript anyway. This also avoids the need to create a unique id for each linkradio element.
2019-11-27ulist: Add column selection + voted, modified, release date & rating columnsYorhel1-0/+85
It works pretty well, but Lists.pm is getting *really* ugly now. :(