aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat_scholar/templates/search.html
Commit message (Collapse)AuthorAgeFilesLines
* html: improvements to reactive search filters and main serp columnBryan Newbold2021-01-151-8/+8
|
* pluralize result and 'additional' strings (for i18n)Bryan Newbold2020-11-051-6/+22
| | | | Thanks to Mito Ivir on weblate for the recommendation.
* html: better <title>Bryan Newbold2020-10-221-0/+4
|
* integrate goatcounter JS (analytics)Bryan Newbold2020-10-221-0/+5
|
* html: several small tweaks and accessibility improvementsBryan Newbold2020-10-201-3/+12
|
* accessibility: style tweaks for constractBryan Newbold2020-10-141-2/+2
| | | | | | | | | Includes swapping the <head> CSS block to follow the CSS file link, so that file-local styles have precedence. Not sure I like all these changes, for example the link color and blue box colors. Blue "Show XYZ additional hits" message should probably be larger font for readability, not contrast.
* web: right-to-left design tweaksBryan Newbold2020-10-141-3/+3
|
* web: improve translation taggingBryan Newbold2020-10-141-1/+1
|
* html: structure more semanticBryan Newbold2020-10-141-11/+12
|
* web: rel=noopener for outlinksBryan Newbold2020-10-141-4/+4
| | | | | | | | | | Via Lighthouse. Apparently destination pages can reach-back to the opening window via JS API. Weird! Note that instead of noreferrer, we have a meta tag to have off-domain (off-origin) links only include the origin name (eg, hostname) instead of full URL with query paths. So we don't forward user queries to non-archive.org domains.
* web: mark more strings for translationBryan Newbold2020-10-051-2/+2
|
* web: make filter bar overflow better (for translations)Bryan Newbold2020-10-051-1/+1
|
* add debug mode flag (to control json tag/link)Bryan Newbold2020-08-061-1/+4
|
* show language code as a tagBryan Newbold2020-08-061-1/+1
|
* handle longer query timesBryan Newbold2020-08-061-2/+10
|
* recommend search filter changes on no hits pageBryan Newbold2020-06-291-0/+18
|
* collapse pages by SIM issueBryan Newbold2020-06-041-2/+0
|
* partially resolve HTML form/hidden weirdnessBryan Newbold2020-06-031-0/+7
|
* basic paginationBryan Newbold2020-06-031-0/+13
| | | | Not well tested
* most links in new tab (target=_blank)Bryan Newbold2020-06-031-4/+4
|
* better translation marking; add some basic de and zhBryan Newbold2020-05-211-5/+5
| | | | Current translations are just from Google Translate
* UI mobile/tablet scaling; search error improvementsBryan Newbold2020-05-211-5/+18
|
* mobile CSS/style changes, and other small UI tweaksBryan Newbold2020-05-211-15/+54
|
* search query improvementsBryan Newbold2020-05-211-49/+21
| | | | | | - wire up most of the filters and sort order - query sticks around in search box - crude error message (needs work)
* style tweaksBryan Newbold2020-05-131-1/+1
|
* skeleton of basic search, using covid19 indexBryan Newbold2020-05-131-1/+73
|
* fastapi infrastructureBryan Newbold2020-05-121-0/+1
- API/web distrinction - language code prefixes - content negotiation for endpoints