summaryrefslogtreecommitdiff
path: root/elm
AgeCommit message (Expand)AuthorFilesLines
2020-04-02imgflag: Hide votes by defaultYorhel1-23/+35
2020-03-31imgflag: Reserve space for the "other users" tableYorhel1-11/+12
2020-03-30imgflag: Fix arrow keys changing vote selection in ChromeYorhel1-8/+13
2020-03-27imgflag: More box size adjustmentsYorhel1-1/+1
2020-03-27imgflag: Automatically adjust box size based on window sizeYorhel1-7/+17
2020-03-27imgflag: Display image id link instead of using history.replaceState()Yorhel2-17/+5
2020-03-26imgflag: Document keyboard shortcuts + make them available to users with >=10...Yorhel1-4/+12
2020-03-25imgflag: Display votes from other usersYorhel1-2/+11
2020-03-21imgflag: Update UI URL with currently displayed image IDYorhel2-8/+21
2020-03-21boardmod feature: Full deletion of threads/postsYorhel1-1/+16
2020-03-20imgflag: Use onKeyDown/Up in tandem to provide feedback over selected optionYorhel1-21/+29
2020-03-20imgflag: Add /img/<imgid> URL to open a specific image in the flagging UIYorhel1-12/+16
2020-03-20imgflag: Support displaying unreferenced imagesYorhel1-6/+7
2020-03-17imgflag: Make 30 recent image votes available in the UIYorhel1-5/+5
2020-03-17imgflag: More styling + add guideline link to UIYorhel1-42/+45
2020-03-17imgvote: Preload next imageYorhel2-5/+27
2020-03-17imgflag: Allow skipping images + some minor style changesYorhel1-10/+7
2020-03-16imgflag: Add keyboard shortcutsYorhel1-10/+37
2020-03-16imgflag: Add short mouse-over descriptions to the vote optionsYorhel1-13/+61
2020-03-16Merge branch 'imgflag'Yorhel2-0/+193
2020-03-16imgflag: Initial schema + UI for image flaggingYorhel2-0/+193
2020-03-14Lib.Autocomplete: Disable browser-based autocompletionYorhel1-1/+2
2020-03-09Lib.Extlinks: Automatically add URL after pasting it into the formYorhel1-9/+13
2020-03-09refactor: Convert Staff edit form to the same initialization approachYorhel2-32/+1
2020-03-08refactor: Add elm_empty() function to initialize a new formYorhel2-52/+1
2020-03-07Lib.ExtLinks: Ignore whitespace around URLsYorhel1-1/+1
2020-03-05RelEdit: Make media input behave as the old inputYorhel1-11/+6
2020-03-05RelEdit: Two-column platform & language selector + fix order of platformsYorhel1-6/+2
2020-03-03Lib.ExtLinks: Don't hide site list + add expandable list of supported URL for...Yorhel1-5/+23
2020-03-03Lib.ExtLinks: Fix "edit" button to show "add" when adding a new linkYorhel1-1/+1
2020-03-01Tagmod/RelEdit: Don't use 'standout' css for things that aren't all that impo...Yorhel2-3/+3
2020-02-29ReleaseEdit: Make "both" the default producer role"Yorhel1-1/+1
2020-02-29Tagmod: Highlight non-applicable tagsYorhel1-2/+5
2020-02-28v2rw/RelEdit: Allow creating a new releaseYorhel2-9/+68
2020-02-28v2rw/RelEdit: Merge ReleaseEdit/General.elm into ReleaseEdit/Main.elmYorhel2-357/+313
2020-02-28Elm/form styling: Use buttons instead of links for "remove" actionYorhel3-6/+10
2020-02-28v2rw/RelEdit: Add producers relation editingYorhel4-2/+47
2020-02-28v2rw/RelEdit: Add visual novel relation editingYorhel5-6/+54
2020-02-27v2rw/RelEdit: Add notes fieldYorhel2-1/+13
2020-02-27v2rw/RelEdit: Add external links editorYorhel3-1/+117
2020-02-23v2rw/RelEdit: Instant autocompletion for the engine fieldYorhel3-41/+44
2020-02-23v2rw/RelEdit: Add engine field with autocompletionYorhel6-13/+44
2020-02-23v2rw/RelEdit: Add all the "simple" fields + restructure form a littleYorhel3-34/+117
2020-02-21v2rw/WIP: Incremental rewrite of the release edit formYorhel4-2/+291
2020-02-16Staff::Edit: Disallow name=original in aliasesYorhel1-2/+5
2020-02-16Tagmod.elm: Allow setting a note when downvoting a tagYorhel1-1/+1
2020-02-13Staff::Page: Use server-side spoiler hidingYorhel1-27/+0
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