Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | web: fix pagination limit | Bryan Newbold | 2021-03-09 | 1 | -1/+1 |
| | | | | Reported by curiouscats on HN; thanks! | ||||
* | html: fix 'clear filters' alignment (add class) | Bryan Newbold | 2021-02-04 | 1 | -1/+1 |
| | |||||
* | i18n: use babel.numbers.format_number() in web interface | Bryan Newbold | 2021-01-25 | 1 | -4/+6 |
| | |||||
* | css: padding around pagination text | Bryan Newbold | 2021-01-25 | 1 | -1/+1 |
| | | | | Eg, for English. | ||||
* | html: update next/prev links to used named HTML entities | Bryan Newbold | 2021-01-25 | 1 | -4/+4 |
| | | | | | Also, include the entities in the translation string (for clarify and RTL translation). | ||||
* | html/css: refactor RTL filter bar code | Bryan Newbold | 2021-01-25 | 1 | -1/+2 |
| | |||||
* | html: constrain thumbnail size better | Bryan Newbold | 2021-01-25 | 1 | -1/+1 |
| | | | | Fixes some safari and mobile UI bugs. | ||||
* | html: fix pagination box on mobile | Bryan Newbold | 2021-01-25 | 1 | -9/+11 |
| | |||||
* | html: several UI fixes and tweaks | Bryan Newbold | 2021-01-25 | 1 | -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 names | Bryan Newbold | 2021-01-25 | 1 | -1/+1 |
| | |||||
* | basic support for excluding web content from index | Bryan Newbold | 2021-01-22 | 1 | -1/+1 |
| | | | | Based on particular patterns in metadata, or exclusion lists in settings | ||||
* | html: more i18n template coverage, and less whitespace | Bryan Newbold | 2021-01-22 | 1 | -4/+2 |
| | |||||
* | for lookup (direct) and permalink queries, auto-expand result | Bryan Newbold | 2021-01-22 | 1 | -2/+2 |
| | |||||
* | html: small UI tweaks | Bryan Newbold | 2021-01-22 | 1 | -7/+7 |
| | |||||
* | doi domain display: handle /help page | Bryan Newbold | 2021-01-21 | 1 | -1/+6 |
| | |||||
* | refactor DOI domain lookup into python code; expand table | Bryan Newbold | 2021-01-21 | 1 | -29/+5 |
| | |||||
* | move a bit more CSS out of HTML | Bryan Newbold | 2021-01-21 | 1 | -14/+16 |
| | |||||
* | translation and accessibility tweaks | Bryan Newbold | 2021-01-21 | 1 | -11/+13 |
| | |||||
* | html: more UI tweaks and fixes | Bryan Newbold | 2021-01-21 | 1 | -21/+20 |
| | |||||
* | html: many tweaks and improvements | Bryan Newbold | 2021-01-21 | 1 | -37/+53 |
| | |||||
* | add permalink icon/link | Bryan Newbold | 2021-01-21 | 1 | -0/+6 |
| | |||||
* | html: access button/options tweaks | Bryan Newbold | 2021-01-21 | 1 | -104/+130 |
| | |||||
* | html: new <detail> dropdown main link | Bryan Newbold | 2021-01-19 | 1 | -50/+135 |
| | |||||
* | html: tweak hover thumbnail CSS | Bryan Newbold | 2021-01-19 | 1 | -1/+1 |
| | |||||
* | html: replace citation modal with a click-behavior window | Bryan Newbold | 2021-01-19 | 1 | -28/+25 |
| | |||||
* | html: add missing size format transform in access button | Bryan Newbold | 2021-01-19 | 1 | -1/+1 |
| | |||||
* | html: fix modal div nesting | Bryan Newbold | 2021-01-19 | 1 | -57/+58 |
| | |||||
* | modals: polyfill works better when less nested | Bryan Newbold | 2021-01-19 | 1 | -3/+3 |
| | |||||
* | html: only lazy-load thumbnail images | Bryan Newbold | 2021-01-19 | 1 | -2/+2 |
| | |||||
* | html: tweaks to modal pop-ups | Bryan Newbold | 2021-01-19 | 1 | -3/+13 |
| | |||||
* | progress on modals; restyle buttons | Bryan Newbold | 2021-01-19 | 1 | -133/+78 |
| | |||||
* | WIP: model pop-ups | Bryan Newbold | 2021-01-19 | 1 | -99/+161 |
| | |||||
* | serp: replace thumbnails with vertical buttons | Bryan Newbold | 2021-01-19 | 1 | -32/+77 |
| | |||||
* | html: actually remove redundant CSS | Bryan Newbold | 2021-01-15 | 1 | -1/+1 |
| | |||||
* | html: publisher is title text for container name | Bryan Newbold | 2021-01-15 | 1 | -1/+1 |
| | |||||
* | html: some CSS refactoring; make journal row a macro | Bryan Newbold | 2021-01-15 | 1 | -39/+42 |
| | |||||
* | html: improvements to reactive search filters and main serp column | Bryan Newbold | 2021-01-15 | 1 | -15/+16 |
| | |||||
* | html: date hover text for years | Bryan Newbold | 2021-01-14 | 1 | -1/+1 |
| | |||||
* | serp: refactor ext id display into macro; add dblp,doaj | Bryan Newbold | 2021-01-14 | 1 | -15/+26 |
| | |||||
* | serp: tweak display of tag labels | Bryan Newbold | 2021-01-14 | 1 | -2/+6 |
| | |||||
* | serp: expand abstracts using <details> | Bryan Newbold | 2021-01-14 | 1 | -1/+5 |
| | | | | This isn't very polished, but a start, and uses no javascript. | ||||
* | search: show fewer, shorter highlights. sort by score. | Bryan Newbold | 2021-01-14 | 1 | -1/+1 |
| | |||||
* | web: fix pagination numbering lower-bound | Bryan Newbold | 2020-11-18 | 1 | -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 Newbold | 2020-11-05 | 1 | -1/+3 |
| | | | | Thanks to Mito Ivir on weblate for the recommendation. | ||||
* | integrate goatcounter JS (analytics) | Bryan Newbold | 2020-10-22 | 1 | -3/+5 |
| | |||||
* | update frontend/backend config values | Bryan Newbold | 2020-10-22 | 1 | -1/+1 |
| | |||||
* | html: several small tweaks and accessibility improvements | Bryan Newbold | 2020-10-20 | 1 | -23/+25 |
| | |||||
* | html: add <a> rel tags where appropriate | Bryan Newbold | 2020-10-20 | 1 | -5/+5 |
| | |||||
* | accessibility: style tweaks for constract | Bryan Newbold | 2020-10-14 | 1 | -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 tagging | Bryan Newbold | 2020-10-14 | 1 | -11/+17 |
| |