aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat_scholar/templates/search_macros.html
Commit message (Collapse)AuthorAgeFilesLines
* tweak abstract truncationJohannah Sprinz2022-02-081-2/+2
| | | | truncate abstracts longer than 550 chars at the 500 char mark
* web: permalink button goes to landing page, if one existsBryan Newbold2021-08-121-1/+1
| | | | Old URLs should continue to work.
* web: clear goatcounter title for fulltext linksBryan Newbold2021-08-121-4/+4
|
* config: remove 'scholar-svc500' name from QA configBryan Newbold2021-08-031-1/+0
|
* web: fix paper.fulltext is None errorBryan Newbold2021-07-241-1/+1
|
* fix jinja2/babel deprecationsBryan Newbold2021-06-111-3/+3
|
* web: add goatcounter tracking to more download buttonsBryan Newbold2021-06-021-4/+4
|
* web: initial implementation of work landing page and citation_pdf_url access ↵Bryan Newbold2021-04-231-1/+1
| | | | | | | | | | | | redirect The initial intent is to have something that can be used by indexing services to pull the citation_pdf_url meta tag and bounce to a direct IA PDF access URL. For now the landing page stubs are just formatted as SERP results. Presumbably these will get re-styled at some point and include citation graph links, etc.
* web: fix pagination limitBryan Newbold2021-03-091-1/+1
| | | | Reported by curiouscats on HN; thanks!
* html: fix 'clear filters' alignment (add class)Bryan Newbold2021-02-041-1/+1
|
* i18n: use babel.numbers.format_number() in web interfaceBryan Newbold2021-01-251-4/+6
|
* css: padding around pagination textBryan Newbold2021-01-251-1/+1
| | | | Eg, for English.
* html: update next/prev links to used named HTML entitiesBryan Newbold2021-01-251-4/+4
| | | | | Also, include the entities in the translation string (for clarify and RTL translation).
* html/css: refactor RTL filter bar codeBryan Newbold2021-01-251-1/+2
|
* html: constrain thumbnail size betterBryan Newbold2021-01-251-1/+1
| | | | Fixes some safari and mobile UI bugs.
* html: fix pagination box on mobileBryan Newbold2021-01-251-9/+11
|
* html: several UI fixes and tweaksBryan Newbold2021-01-251-12/+9
| | | | | | | - title and highlight box misalignment - circle buttons ("action bar") alignment to left on mobile - vertical alignment of action bar and access buttons on mobile - smaller whitespace when no highlight/abstract
* refactor ES configuration setting namesBryan Newbold2021-01-251-1/+1
|
* 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-221-4/+2
|
* 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
|