Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | fix some ext_id links | Bryan Newbold | 2020-05-20 | 1 | -4/+4 | |
| | ||||||
* | fixes from manual testing | Bryan Newbold | 2020-05-20 | 1 | -1/+1 | |
| | ||||||
* | update search template for schema | Bryan Newbold | 2020-05-20 | 1 | -129/+95 | |
| | ||||||
* | style tweaks | Bryan Newbold | 2020-05-13 | 1 | -17/+21 | |
| | ||||||
* | skeleton of basic search, using covid19 index | Bryan Newbold | 2020-05-13 | 1 | -0/+203 | |