summaryrefslogtreecommitdiff
path: root/elm/Lib/Util.elm
AgeCommit message (Collapse)AuthorFilesLines
2019-11-10ulist: Add (nonfunctional) releases + options UI; More consistent namingYorhel1-0/+5
2019-10-16v2rw: Convert staff adding/editing formYorhel1-0/+32
This is the first major editing form to be converted, so I'm expecting a little breakage. A good chunk of this code has been copied from v3. In terms of the UI there has been a small change: aliases that are still referenced do not have the 'remove' link and instead have a flag that shows that they are still referenced. This ought to be a bit friendlier than throwing an error message after the user has submitted the form. Some other things I'd like to improve in this form: - BBCode preview - Pasting in external links and letting the form figure out the Pixiv ID, etc. - Or perhaps even: Integrate AniDB/Wikidata search/autocompletion.