aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat_scholar/templates/search_macros.html
Commit message (Collapse)AuthorAgeFilesLines
* for lookup (direct) and permalink queries, auto-expand resultBryan Newbold2021-01-221-2/+2
|
* html: small UI tweaksBryan Newbold2021-01-221-7/+7
|
* doi domain display: handle /help pageBryan Newbold2021-01-211-1/+6
|
* 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-211-11/+13
|
* html: more UI tweaks and fixesBryan Newbold2021-01-211-21/+20
|
* html: many tweaks and improvementsBryan Newbold2021-01-211-37/+53
|
* add permalink icon/linkBryan Newbold2021-01-211-0/+6
|
* html: access button/options tweaksBryan Newbold2021-01-211-104/+130
|
* html: new <detail> dropdown main linkBryan Newbold2021-01-191-50/+135
|
* html: tweak hover thumbnail CSSBryan Newbold2021-01-191-1/+1
|
* html: replace citation modal with a click-behavior windowBryan Newbold2021-01-191-28/+25
|
* 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
|
* html: only lazy-load thumbnail imagesBryan Newbold2021-01-191-2/+2
|
* html: tweaks to modal pop-upsBryan Newbold2021-01-191-3/+13
|
* progress on modals; restyle buttonsBryan Newbold2021-01-191-133/+78
|
* WIP: model pop-upsBryan Newbold2021-01-191-99/+161
|
* serp: replace thumbnails with vertical buttonsBryan Newbold2021-01-191-32/+77
|
* 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-151-39/+42
|
* html: improvements to reactive search filters and main serp columnBryan Newbold2021-01-151-15/+16
|
* html: date hover text for yearsBryan Newbold2021-01-141-1/+1
|
* 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
|
* serp: expand abstracts using <details>Bryan Newbold2021-01-141-1/+5
| | | | 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.
* pluralize result and 'additional' strings (for i18n)Bryan Newbold2020-11-051-1/+3
| | | | Thanks to Mito Ivir on weblate for the recommendation.
* integrate goatcounter JS (analytics)Bryan Newbold2020-10-221-3/+5
|
* update frontend/backend config valuesBryan Newbold2020-10-221-1/+1
|
* html: several small tweaks and accessibility improvementsBryan Newbold2020-10-201-23/+25
|
* html: add <a> rel tags where appropriateBryan Newbold2020-10-201-5/+5
|
* accessibility: style tweaks for constractBryan Newbold2020-10-141-1/+1
| | | | | | | | | 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: improve translation taggingBryan Newbold2020-10-141-11/+17
|
* html: structure more semanticBryan Newbold2020-10-141-1/+1
|
* serp: entire header links to page for SIM page hitsBryan Newbold2020-10-141-1/+1
| | | | | | This was cleverly splitting the "Page NNN" part to be a page-level link, and the rest of the title as the issue-level, but this is too complex (and not visible to user).
* web: add some img alt tagsBryan Newbold2020-10-141-2/+2
|
* web: rel=noopener for outlinksBryan Newbold2020-10-141-13/+13
| | | | | | | | | | 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-4/+4
|
* '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
|
* add debug mode flag (to control json tag/link)Bryan Newbold2020-08-061-4/+6
|
* slightly more padding in SERP box at max screen sizeBryan Newbold2020-08-061-1/+1
|
* basic placeholder thumbnail imageBryan Newbold2020-08-061-3/+9
|
* sort tags, and show JSTOR as a color tagBryan Newbold2020-08-061-1/+3
|