aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat_scholar/templates
Commit message (Collapse)AuthorAgeFilesLines
* fix typo in indexed document linksBryan Newbold2020-05-211-1/+1
|
* better translation marking; add some basic de and zhBryan Newbold2020-05-214-22/+24
| | | | Current translations are just from Google Translate
* UI mobile/tablet scaling; search error improvementsBryan Newbold2020-05-213-8/+35
|
* mobile CSS/style changes, and other small UI tweaksBryan Newbold2020-05-215-42/+100
|
* clean up domain/env detection codeBryan Newbold2020-05-212-28/+11
|
* search query improvementsBryan Newbold2020-05-213-52/+55
| | | | | | - wire up most of the filters and sort order - query sticks around in search box - crude error message (needs work)
* add a helper tag for search index documentBryan Newbold2020-05-201-1/+5
|
* fix some ext_id linksBryan Newbold2020-05-201-4/+4
|
* fixes from manual testingBryan Newbold2020-05-201-1/+1
|
* update search template for schemaBryan Newbold2020-05-201-129/+95
|
* style tweaksBryan Newbold2020-05-133-19/+34
|
* skeleton of basic search, using covid19 indexBryan Newbold2020-05-134-13/+580
|
* very hack-y i18n support in jinja2 templatesBryan Newbold2020-05-121-0/+4
|
* fastapi infrastructureBryan Newbold2020-05-122-0/+9
- API/web distrinction - language code prefixes - content negotiation for endpoints