Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | html: structure more semantic | Bryan Newbold | 2020-10-14 | 1 | -1/+1 |
| | |||||
* | serp: entire header links to page for SIM page hits | Bryan Newbold | 2020-10-14 | 1 | -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 tags | Bryan Newbold | 2020-10-14 | 1 | -2/+2 |
| | |||||
* | web: rel=noopener for outlinks | Bryan Newbold | 2020-10-14 | 1 | -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 translation | Bryan Newbold | 2020-10-05 | 1 | -4/+4 |
| | |||||
* | 'more versions' dropdown table | Bryan Newbold | 2020-08-06 | 1 | -0/+82 |
| | |||||
* | small HTML simplifications | Bryan Newbold | 2020-08-06 | 1 | -6/+6 |
| | |||||
* | squish collapse button in with tags | Bryan Newbold | 2020-08-06 | 1 | -8/+7 |
| | |||||
* | add debug mode flag (to control json tag/link) | Bryan Newbold | 2020-08-06 | 1 | -4/+6 |
| | |||||
* | slightly more padding in SERP box at max screen size | Bryan Newbold | 2020-08-06 | 1 | -1/+1 |
| | |||||
* | basic placeholder thumbnail image | Bryan Newbold | 2020-08-06 | 1 | -3/+9 |
| | |||||
* | sort tags, and show JSTOR as a color tag | Bryan Newbold | 2020-08-06 | 1 | -1/+3 |
| | |||||
* | show language code as a tag | Bryan Newbold | 2020-08-06 | 1 | -1/+6 |
| | |||||
* | fix typo in SERP page macro | Bryan Newbold | 2020-08-06 | 1 | -1/+1 |
| | |||||
* | fix display of papers missing fulltext | Bryan Newbold | 2020-08-06 | 1 | -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 Newbold | 2020-07-21 | 1 | -1/+1 |
| | |||||
* | differentiate SERP card size from other card divs | Bryan Newbold | 2020-07-21 | 1 | -1/+1 |
| | |||||
* | display Szczepanski as an OA quality label | Bryan Newbold | 2020-07-21 | 1 | -1/+1 |
| | |||||
* | fix SIM highlight HTML escapes | Bryan Newbold | 2020-06-29 | 1 | -3/+7 |
| | | | | Thanks to Merlijn for finding the broken examples in QA. | ||||
* | update stage and withdrawn display; tweak other result styles | Bryan Newbold | 2020-06-29 | 1 | -10/+12 |
| | |||||
* | remove confusing unlock logo from OA tag | Bryan Newbold | 2020-06-29 | 1 | -1/+1 |
| | |||||
* | alt/hover text for json tag link | Bryan Newbold | 2020-06-29 | 1 | -1/+1 |
| | |||||
* | remove 'metadata' tag/link now that title goes to fatcat landing | Bryan Newbold | 2020-06-29 | 1 | -5/+0 |
| | |||||
* | un-collapse only to same issue, not uncollapse-all-hits | Bryan Newbold | 2020-06-29 | 1 | -1/+1 |
| | | | | | This is user expecation, and was a lingering TODO with initial implementation. | ||||
* | search titles link to fatcat.wiki landing pages | Bryan Newbold | 2020-06-29 | 1 | -13/+1 |
| | | | | Not entirely settled on this decision, but trying it for now. | ||||
* | fixes to pagination display | Bryan Newbold | 2020-06-29 | 1 | -1/+5 |
| | |||||
* | remove old COVID19 thumbnail hack | Bryan Newbold | 2020-06-29 | 1 | -1/+0 |
| | |||||
* | more label/tag tweaks | Bryan Newbold | 2020-06-04 | 1 | -1/+8 |
| | |||||
* | less scary unknown release_type display | Bryan Newbold | 2020-06-04 | 1 | -1/+1 |
| | |||||
* | fix fatcat container links | Bryan Newbold | 2020-06-04 | 1 | -2/+2 |
| | |||||
* | iterate on tag label display | Bryan Newbold | 2020-06-04 | 1 | -4/+15 |
| | |||||
* | collapse pages by SIM issue | Bryan Newbold | 2020-06-04 | 1 | -14/+25 |
| | |||||
* | partially resolve HTML form/hidden weirdness | Bryan Newbold | 2020-06-03 | 1 | -3/+6 |
| | |||||
* | basic pagination | Bryan Newbold | 2020-06-03 | 1 | -0/+14 |
| | | | | Not well tested | ||||
* | tweak thumbnail vertical alignment | Bryan Newbold | 2020-06-03 | 1 | -1/+1 |
| | |||||
* | add additional fatcat metadata tag | Bryan Newbold | 2020-06-03 | 1 | -5/+11 |
| | |||||
* | most links in new tab (target=_blank) | Bryan Newbold | 2020-06-03 | 1 | -12/+12 |
| | |||||
* | fix typo in indexed document links | Bryan Newbold | 2020-05-21 | 1 | -1/+1 |
| | |||||
* | better translation marking; add some basic de and zh | Bryan Newbold | 2020-05-21 | 1 | -5/+5 |
| | | | | Current translations are just from Google Translate | ||||
* | mobile CSS/style changes, and other small UI tweaks | Bryan Newbold | 2020-05-21 | 1 | -3/+3 |
| | |||||
* | search query improvements | Bryan Newbold | 2020-05-21 | 1 | -1/+23 |
| | | | | | | - wire up most of the filters and sort order - query sticks around in search box - crude error message (needs work) | ||||
* | add a helper tag for search index document | Bryan Newbold | 2020-05-20 | 1 | -1/+5 |
| |