summaryrefslogtreecommitdiff
path: root/elm
AgeCommit message (Expand)AuthorFilesLines
2020-02-13Lib.Autocomplete: Don't try to autocomplete whitespaceYorhel1-1/+1
2020-02-12Tagmod.elm: Add warning about unsaved changesYorhel1-12/+21
2020-02-09Tagmod.elm: Use onBlur rather than other-element-onMouseOver to hide note edi...Yorhel1-4/+4
2020-02-09Tagmod: Add "notes" field to tag voting thingYorhel1-16/+47
2020-01-29Discussions.Edit: Make sure the "title" field is marked as requiredYorhel1-1/+1
2020-01-29Discussions.Edit: Fix board linksYorhel1-1/+1
2020-01-28Tagmod.elm: Fix silly typoYorhel1-1/+1
2020-01-28v2rw: Convert the VN tagmod interfaceYorhel5-0/+270
2020-01-23v2rw: Re-add "User options" functionality on release pagesYorhel2-49/+91
2020-01-14UList.DateEdit: Consider empty dates validYorhel1-1/+1
2020-01-13UList.VNPage: Improve styling to make inputs stand out moreYorhel3-13/+13
2020-01-10UList.VoteEdit: Fix enter key when setting custom vote in Chrome-based browsersYorhel1-8/+3
2020-01-09UList.VNPage: Keep the "compact" vote input, prevent wrappingYorhel1-1/+1
2020-01-09ulist: Rework VN "User options" tab to be more prominent and convenientYorhel1-41/+41
2020-01-08ulist: Hide "voted" in label listing on VN pagesYorhel1-1/+1
2020-01-08ulist: Add vote dropdown againYorhel2-41/+71
2020-01-06Staff::Page: Add spoiler hiding options for voiced character listingYorhel1-0/+27
2020-01-05refactor: Combine json_api() & elm_form() + generate Elm function to msg API ...Yorhel20-124/+81
2020-01-04ulist: Add ability to save views as defaultYorhel3-0/+84
2020-01-03ulist: Display platform icons in releases listingYorhel2-1/+7
2020-01-02ulist: Hide "Multi-select" when JS is disabled + auto-submit on label filter ...Yorhel1-0/+5
2020-01-02ulist: Aaargh Fix another bug with unsetting progress labelsYorhel1-1/+1
2020-01-02ulist: Fix bug in unsetting play status labelsYorhel1-1/+1
2020-01-02ulist: Make label filter single-selection by defaultYorhel1-0/+12
2020-01-02ulist: Automatically unset other progress labels when changing progress labelYorhel2-4/+16
2020-01-02ulist: Add extra client-side validation for the date editingYorhel1-1/+8
2019-12-30Discussions: Discourage necroing old and inactive threadsYorhel1-9/+23
2019-12-24ulist: Add list management widget on VN pagesYorhel3-4/+134
2019-12-20ulist: Remove deprecated hide_list user preferenceYorhel1-8/+0
2019-12-17ulist: Get rid of BETA warning, update menu and tab linksYorhel2-8/+3
2019-12-16ulist: Add "voted = private" warningYorhel1-7/+15
2019-12-12v2rw: Discussion board editing & thread creationYorhel4-0/+467
2019-12-10Elm: Add Redirect response + fix redirect to last post on replyYorhel4-11/+10
2019-12-09Add SubscribeStar buttonYorhel1-1/+1
2019-12-08Fix json_api() URL matching + move URL parameters to POST bodyYorhel5-18/+13
2019-12-06Add link to d9#3 to quick reply box + allow customizing TextPreview headerYorhel5-27/+30
2019-12-05v2rw: Convert thread reply form to ElmYorhel2-1/+69
2019-12-01v2rw: Convert thread display + poll votingYorhel10-12/+151
2019-11-28Use plain links for JS-ified linkradio inputs + fix focus of non-JS linkradiosYorhel5-41/+31
2019-11-27ulist: Add column selection + voted, modified, release date & rating columnsYorhel3-1/+92
2019-11-27Elm: Use fieldset to disable the form while loadingYorhel8-7/+15
2019-11-19ulist: Focus and select label input when adding a new labelYorhel1-2/+6
2019-11-19ulist: Remove the notes iconYorhel1-1/+0
2019-11-19ulist: Compact the notes field and "add release" link in the expanded viewYorhel1-11/+20
2019-11-11ulist: Improve date editing experience for browsers that fall back to a text ...Yorhel1-5/+8
2019-11-10ulist: Improve page load time by lazily loading some thingsYorhel3-13/+31
2019-11-10ulist: Add feature to add releases to the listYorhel2-14/+63
2019-11-10ulist: Dynamically update releases summary on changeYorhel2-3/+12
2019-11-10ulist: Generalize Elm dropdown + add release status change & removalYorhel3-52/+131
2019-11-10ulist: Proper release date formatting in release listYorhel2-3/+78