aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat_scholar/templates
Commit message (Collapse)AuthorAgeFilesLines
...
* basic support for excluding web content from indexBryan Newbold2021-01-221-1/+1
| | | | Based on particular patterns in metadata, or exclusion lists in settings
* html: more i18n template coverage, and less whitespaceBryan Newbold2021-01-222-6/+3
|
* for lookup (direct) and permalink queries, auto-expand resultBryan Newbold2021-01-222-3/+4
|
* html: small UI tweaksBryan Newbold2021-01-221-7/+7
|
* swap tag order to keep OA (orange) groupedBryan Newbold2021-01-211-4/+4
|
* doi domain display: handle /help pageBryan Newbold2021-01-212-3/+8
|
* quick fix: help page try button text should be whiteBryan Newbold2021-01-211-1/+1
|
* refactor DOI domain lookup into python code; expand tableBryan Newbold2021-01-211-29/+5
|
* move a bit more CSS out of HTMLBryan Newbold2021-01-211-14/+16
|
* translation and accessibility tweaksBryan Newbold2021-01-212-16/+18
|
* html: more UI tweaks and fixesBryan Newbold2021-01-213-26/+26
|
* rewrite /help pageBryan Newbold2021-01-211-39/+208
|
* move translate icon to CSSBryan Newbold2021-01-211-4/+2
|
* html: break out most CSS into separate fileBryan Newbold2021-01-211-232/+3
| | | | | The quantity of CSS has grown a lot and bundling in every request doesn't seem like the correct thing any more.
* html: many tweaks and improvementsBryan Newbold2021-01-213-37/+58
|
* add permalink icon/linkBryan Newbold2021-01-211-0/+6
|
* html: access button/options tweaksBryan Newbold2021-01-212-110/+140
|
* html: remove modal/polyfill codeBryan Newbold2021-01-191-71/+0
|
* html: new <detail> dropdown main linkBryan Newbold2021-01-192-57/+148
|
* html: tweak hover thumbnail CSSBryan Newbold2021-01-192-1/+16
|
* html: replace citation modal with a click-behavior windowBryan Newbold2021-01-192-28/+61
|
* html: add missing size format transform in access buttonBryan Newbold2021-01-191-1/+1
|
* html: fix modal div nestingBryan Newbold2021-01-191-57/+58
|
* modals: polyfill works better when less nestedBryan Newbold2021-01-191-3/+3
|
* dialog polyfill: need to actually register on every elementBryan Newbold2021-01-191-0/+7
|
* html: only lazy-load thumbnail imagesBryan Newbold2021-01-191-2/+2
|
* html: tweaks to modal pop-upsBryan Newbold2021-01-192-3/+15
|
* html: add conditional polyfill for dialog elementBryan Newbold2021-01-191-1/+13
| | | | This polyfill comes from Google
* progress on modals; restyle buttonsBryan Newbold2021-01-192-139/+90
|
* WIP: model pop-upsBryan Newbold2021-01-192-101/+221
|
* serp: replace thumbnails with vertical buttonsBryan Newbold2021-01-192-32/+87
|
* about: another small copy-editing tweakBryan Newbold2021-01-151-2/+2
|
* html: actually remove redundant CSSBryan Newbold2021-01-151-1/+1
|
* html: publisher is title text for container nameBryan Newbold2021-01-151-1/+1
|
* html: some CSS refactoring; make journal row a macroBryan Newbold2021-01-152-42/+72
|
* html: improvements to reactive search filters and main serp columnBryan Newbold2021-01-153-23/+31
|
* html: date hover text for yearsBryan Newbold2021-01-141-1/+1
|
* about: small copy editing changesBryan Newbold2021-01-141-13/+6
|
* serp: refactor ext id display into macro; add dblp,doajBryan Newbold2021-01-141-15/+26
|
* serp: tweak display of tag labelsBryan Newbold2021-01-141-2/+6
|
* fastapi: add basic error/exception handler and pageBryan Newbold2021-01-141-0/+31
|
* html: try goatcounter title redaction againBryan Newbold2021-01-141-1/+1
| | | | | If the value is actually null, goatcounter uses the default, so setting an empty string. Waiting to confirm if this actually works.
* html: resolve footer float on large screens using CSS calc()Bryan Newbold2021-01-141-1/+1
|
* html: fix 'rounded' header barBryan Newbold2021-01-141-2/+3
|
* goatcounter: supress 'title', for privacyBryan Newbold2021-01-141-0/+7
|
* help: fix hanging sentence in 'known issues' sectionBryan Newbold2021-01-141-1/+1
|
* serp: expand abstracts using <details>Bryan Newbold2021-01-142-1/+15
| | | | This isn't very polished, but a start, and uses no javascript.
* search: show fewer, shorter highlights. sort by score.Bryan Newbold2021-01-141-1/+1
|
* web: fix pagination numbering lower-boundBryan Newbold2020-11-181-1/+1
| | | | | | | | | Offset/limit are zero-indexed in code, with lower bound inclusive and upper bound exclusive. But we should display as one-indexed, with lower and upper bounds exclusive. Eg, first three hits are "1 to 3" (not "0 to 3") and next three are "4 to 6" (not "3 to 6"). Thanks to @milotype for catching this.
* i18n: add web interface support for 'hr' (Croatian)Bryan Newbold2020-11-181-0/+1
| | | | Thanks to @milotype for starting this new translation on weblate!