summaryrefslogtreecommitdiff
path: root/elm/Lib/Autocomplete.elm
AgeCommit message (Expand)AuthorFilesLines
2023-10-14DRM: Initial implementationYorhel1-0/+15
2023-04-15CSS: Stop abusing <b> for grayedout, use <small> insteadYorhel1-16/+16
2023-03-24Exclude unnecessary hidden DB entries from search cacheYorhel1-1/+1
2023-03-09TitlePrefs: Also apply prefs to character namesYorhel1-2/+2
2023-02-20Also apply title preferences to staff namesYorhel1-2/+2
2022-07-30Add duplicate entry check when creating new staff entryYorhel1-1/+1
2022-07-29Display staff original name and primary language flag in autocompleteYorhel1-2/+5
2021-03-23Traits: Convert to vndbids + add edit historyYorhel1-14/+4
2021-03-11Tags: Convert to vndbids + add edit historiesYorhel1-10/+20
2021-03-01SQL: vndbid data type conversion for most DB entriesYorhel1-9/+9
2021-01-03AdvSearch: Only autocomplete referenced animeYorhel1-3/+3
2020-11-28Releases::Edit: Use lazy-loaded autocompletion for resolutions and enginesYorhel1-0/+15
2020-11-28AdvSearch: Add resolution autocompleteYorhel1-7/+34
2020-11-28AdvSearch: Autofocus autocompletion field on opening dropdownYorhel1-9/+10
2020-11-21elm/Autocomplete: Wrap search input in its own formYorhel1-1/+1
2020-10-28Fix Autocomplete dropdown stylingYorhel1-1/+1
2020-07-19Producers::Edit: v2rw rewrite producer add/edit formYorhel1-1/+1
2020-07-08VN::Edit: Support adding new VNsYorhel1-1/+1
2020-07-07VN::Edit: Add staff editingYorhel1-0/+15
2020-06-29VN::Edit: Add length/wikidata/renai/anime fieldsYorhel1-0/+15
2020-05-14Chars::Edit: Add traits editingYorhel1-8/+28
2020-05-12Chars::Edit: Add instance editingYorhel1-0/+19
2020-03-14Lib.Autocomplete: Disable browser-based autocompletionYorhel1-1/+2
2020-02-28v2rw/RelEdit: Add producers relation editingYorhel1-0/+15
2020-02-28v2rw/RelEdit: Add visual novel relation editingYorhel1-0/+15
2020-02-23v2rw/RelEdit: Instant autocompletion for the engine fieldYorhel1-31/+27
2020-02-23v2rw/RelEdit: Add engine field with autocompletionYorhel1-9/+25
2020-02-13Lib.Autocomplete: Don't try to autocomplete whitespaceYorhel1-1/+1
2020-01-28v2rw: Convert the VN tagmod interfaceYorhel1-0/+22
2020-01-05refactor: Combine json_api() & elm_form() + generate Elm function to msg API ...Yorhel1-5/+5
2019-12-12v2rw: Discussion board editing & thread creationYorhel1-0/+212