aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat_scholar/templates
Commit message (Collapse)AuthorAgeFilesLines
* remove un-implemented links from footerBryan Newbold2020-10-011-2/+0
|
* add weblate link to translation pull-down menuBryan Newbold2020-10-011-0/+2
|
* add gitter.im link to about pageBryan Newbold2020-10-011-1/+3
|
* web: fix IA logo path in footerBryan Newbold2020-09-271-1/+1
|
* web: preload links as an optimizationBryan Newbold2020-09-171-0/+9
| | | | | The performance benefit here is probably negligable, but giving it a try to improve first page load times.
* direct static asset links, to fix http downgradeBryan Newbold2020-09-171-4/+4
| | | | | | | | | | There is/was an issue in starlette repo about having url_for() do the right thing when behind a reverse proxy: https://github.com/encode/starlette/issues/538#issuecomment-548795041 but really there is no need, we can just point to the static assets directly.
* various alpha disclaimers/labelsBryan Newbold2020-09-152-2/+19
|
* homepage/footer grammar (The/the, service names)Bryan Newbold2020-09-112-3/+3
|
* 'more versions' dropdown tableBryan Newbold2020-08-061-0/+82
|
* small HTML simplificationsBryan Newbold2020-08-061-6/+6
|
* squish collapse button in with tagsBryan Newbold2020-08-061-8/+7
|
* have search buttons animate after submitBryan Newbold2020-08-062-3/+10
| | | | Extremely minimal javascript used
* add debug mode flag (to control json tag/link)Bryan Newbold2020-08-062-5/+10
|
* slightly more padding in SERP box at max screen sizeBryan Newbold2020-08-062-1/+4
|
* remove javascript includesBryan Newbold2020-08-061-0/+4
|
* basic placeholder thumbnail imageBryan Newbold2020-08-062-3/+12
|
* sort tags, and show JSTOR as a color tagBryan Newbold2020-08-061-1/+3
|
* show language code as a tagBryan Newbold2020-08-062-2/+7
|
* set HTML language to locale correctlyBryan Newbold2020-08-061-1/+1
|
* handle longer query timesBryan Newbold2020-08-061-2/+10
|
* fix typo in SERP page macroBryan Newbold2020-08-061-1/+1
|
* fix display of papers missing fulltextBryan Newbold2020-08-061-1/+1
| | | | | | I think the bug happened now that we do not serialize the pydantic structures with empty values. A better solution might be to deserialize search hits into pydantic objects before rendering.
* hide overflow link domain text (for mobile SERPs)Bryan Newbold2020-07-211-1/+1
|
* gaudy placeholder vaporwave logoBryan Newbold2020-07-212-12/+11
|
* differentiate SERP card size from other card divsBryan Newbold2020-07-212-2/+2
|
* display Szczepanski as an OA quality labelBryan Newbold2020-07-211-1/+1
|
* tweak CSS of last commit so it worksBryan Newbold2020-06-291-1/+1
|
* at full screen width, show full thumbnailsBryan Newbold2020-06-291-0/+3
|
* Search Inside -> SearchBryan Newbold2020-06-291-1/+1
|
* fix SIM highlight HTML escapesBryan Newbold2020-06-291-3/+7
| | | | Thanks to Merlijn for finding the broken examples in QA.
* recommend search filter changes on no hits pageBryan Newbold2020-06-291-0/+18
|
* update stage and withdrawn display; tweak other result stylesBryan Newbold2020-06-291-10/+12
|
* remove confusing unlock logo from OA tagBryan Newbold2020-06-291-1/+1
|
* alt/hover text for json tag linkBryan Newbold2020-06-291-1/+1
|
* remove 'metadata' tag/link now that title goes to fatcat landingBryan Newbold2020-06-291-5/+0
|
* un-collapse only to same issue, not uncollapse-all-hitsBryan Newbold2020-06-291-1/+1
| | | | | This is user expecation, and was a lingering TODO with initial implementation.
* search titles link to fatcat.wiki landing pagesBryan Newbold2020-06-291-13/+1
| | | | Not entirely settled on this decision, but trying it for now.
* fixes to pagination displayBryan Newbold2020-06-291-1/+5
|
* remove old COVID19 thumbnail hackBryan Newbold2020-06-291-1/+0
|
* mouse-over explantion for weird lack-of-logoBryan Newbold2020-06-041-1/+1
|
* more label/tag tweaksBryan Newbold2020-06-041-1/+8
|
* less scary unknown release_type displayBryan Newbold2020-06-041-1/+1
|
* fix fatcat container linksBryan Newbold2020-06-041-2/+2
|
* iterate on tag label displayBryan Newbold2020-06-041-4/+15
|
* 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