summaryrefslogtreecommitdiff
path: root/elm/Lib/ExtLinks.elm
AgeCommit message (Collapse)AuthorFilesLines
2023-07-27ReleaseEdit: Delete old Elm implementationYorhel1-130/+0
2023-04-15CSS: Use <b> as main "standout" elementYorhel1-1/+1
2023-04-15CSS: Stop abusing <b> for grayedout, use <small> insteadYorhel1-3/+3
Which is also kind of an abuse, but at least the semantics are much closer. (Next up: the standout class. Slowly working towards a "font: inherit" and "color: inherit" reset, which'll remove the need for a bunch of ugly workarounds)
2020-03-09Lib.Extlinks: Automatically add URL after pasting it into the formYorhel1-9/+13
2020-03-07Lib.ExtLinks: Ignore whitespace around URLsYorhel1-1/+1
2020-03-03Lib.ExtLinks: Don't hide site list + add expandable list of supported URL ↵Yorhel1-5/+23
formats
2020-03-03Lib.ExtLinks: Fix "edit" button to show "add" when adding a new linkYorhel1-1/+1
2020-02-28Elm/form styling: Use buttons instead of links for "remove" actionYorhel1-1/+1
2020-02-28v2rw/RelEdit: Add visual novel relation editingYorhel1-1/+1
And a few minor styling fixes.
2020-02-27v2rw/RelEdit: Add external links editorYorhel1-0/+108
Seems to be working pretty well. It's not as discoverable as the old form, but it's much easier to work with (just paste the URL), it provides better feedback and looks a lot less messy. The code is also nicely DRY. It has some complexity, but less than what I had anticipated. Adding new links or allowing multiple links for a single site should be much easier now. This is the edit form I was referring to back in 06bacb61526f3945520dd344821d2aa7b85a5f43