aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat_scholar/templates
Commit message (Collapse)AuthorAgeFilesLines
...
* tweak search box hint textBryan Newbold2020-06-042-2/+2
|
* collapse pages by SIM issueBryan Newbold2020-06-042-16/+25
|
* add a 'scholarly' to homepage textBryan Newbold2020-06-031-1/+1
|
* front page merge sentancesBryan Newbold2020-06-031-2/+1
|
* partially resolve HTML form/hidden weirdnessBryan Newbold2020-06-032-3/+13
|
* basic paginationBryan Newbold2020-06-032-0/+27
| | | | Not well tested
* tweak thumbnail vertical alignmentBryan Newbold2020-06-031-1/+1
|
* add additional fatcat metadata tagBryan Newbold2020-06-031-5/+11
|
* start fleshing out /about and /helpBryan Newbold2020-06-033-12/+147
|
* replace one of the PLOS thumbnails on homepageBryan Newbold2020-06-031-10/+11
|
* tweak search box placeholder textBryan Newbold2020-06-031-1/+1
|
* most links in new tab (target=_blank)Bryan Newbold2020-06-034-30/+30
|
* 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