summaryrefslogtreecommitdiff
path: root/lib/VNWeb/Chars
AgeCommit message (Expand)AuthorFilesLines
2024-03-23Chars::Page: Fix display of own quote voteYorhel1-0/+1
2024-03-23Chars::Page: Display quotes from the characterYorhel1-1/+22
2024-03-11Don't throw an error on multiple 'fil' query paramsYorhel1-1/+1
2023-12-04Stricter input validation for single-line fieldsYorhel1-2/+2
2023-10-10Validation: Remove "required" and be explicit about optional fieldsYorhel2-20/+20
2023-06-22AdvSearch: Move save/load button + always display the thingYorhel1-2/+1
2023-05-05CSS: Use semantic tags + flexbox for global layoutYorhel3-8/+8
2023-05-03Fix two remaining references to "desc" and "order"Yorhel1-1/+1
2023-05-03SQL: Rename columns that are SQL keywordsYorhel2-15/+15
2023-04-25CSS: Unique classes for icons + generated dimensionsYorhel2-4/+4
2023-04-22JS: Migrate TableOpts from Elm + support view switch without JSYorhel1-1/+1
2023-04-19Chars::Edit: Remove deleted traits when copying a character entryYorhel1-1/+5
2023-04-15CSS: Use <b> as main "standout" elementYorhel1-3/+3
2023-04-15CSS: Use <strong>/<span> instead of <b> for bold/marker tagsYorhel1-1/+1
2023-04-15CSS: Stop abusing <b> for grayedout, use <small> insteadYorhel3-8/+8
2023-03-24*::Elm: Don't throw error on "empty" search queriesYorhel1-2/+2
2023-03-24Search backend changes: faster results with trigram index + rankingYorhel2-13/+10
2023-03-20Swap chars name/original as wellYorhel2-3/+3
2023-03-20Swap producer name/original to be consistent with VN/release titlesYorhel1-1/+1
2023-03-13Chars::Page: Add lang attributes to character names in chardetailsYorhel1-3/+3
2023-03-09Chars: Fix applying title preferences on char & edit pagesYorhel2-2/+2
2023-03-09TitlePrefs: Also apply prefs to character namesYorhel4-30/+32
2023-02-21Users::Prefs: Separate highlighting from tag&trait overrides + custom color s...Yorhel1-10/+11
2023-02-20Also apply title preferences to staff namesYorhel1-4/+4
2023-02-19Rework passing around entry titles + add proper HTML5 'lang' attrsYorhel4-17/+17
2023-02-02Refactor part 2: get rid of temporary vnt/releasest viewsYorhel3-7/+7
2023-01-04Chars::Page: Fix display of spoiler flag in trait overridesYorhel2-5/+5
2022-11-26Char::Page: Fix ordering of VNs/releases on instances as wellYorhel1-1/+1
2022-10-27Chars: add lie flag for traitsYorhel3-12/+16
2022-09-28Chars::Page: Fix 500 on character pagesYorhel1-4/+4
2022-08-30Also add trait overridesYorhel2-12/+38
2022-05-30Chars::VNTab: Display a box even if all characters are hiddenYorhel1-11/+18
2022-05-12Chars::Page: Do not fetch seiyuu from deleted VNsYorhel1-1/+2
2022-02-15Chars::Page: Sort VN listing by release dateYorhel1-3/+4
2022-02-08VN: Add support for multiple titles in different languagesYorhel3-12/+12
2021-11-20SQL: Standardize & simplify first-char matchingYorhel1-2/+1
2021-11-19Search adjustments + use new search for producers,staff,characters tooYorhel2-10/+3
2021-07-02Chars::List: Hide VN if thats a spoilerYorhel1-1/+1
2021-06-24VN::List: Bad attempt at a grid modeYorhel1-5/+1
2021-06-23Chars::List: Fix perl warning when char has no imageYorhel1-1/+1
2021-06-23Chars::List: Attempt to improve grid viewYorhel1-11/+9
2021-03-23Traits: Convert to vndbids + add edit historyYorhel3-19/+20
2021-03-05Chars::List: Remove image overlay in card/grid mode + minor style improvementsYorhel1-4/+4
2021-03-01Chars::Edit: Fix creating new entry with traitsYorhel1-2/+2
2021-03-01SQL: vndbid data type conversion for most DB entriesYorhel4-38/+38
2021-02-22TableOpts: Add option to save settings as defaultYorhel1-1/+3
2021-02-22Chars::List: Add over-engineered TableOpts abstraction + crude options UIYorhel1-15/+16
2021-02-20Chars::List: Add experimental grid modeYorhel1-3/+20
2021-02-20Chars::List: Add experimental card layoutYorhel1-2/+29
2021-02-10Chars: Improve handling of deleted traitsYorhel2-8/+12