Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove unused console.log() | Bryan Newbold | 2020-10-15 | 1 | -1/+0 |
| | |||||
* | i18n: trim translated message | Bryan Newbold | 2020-10-14 | 1 | -1/+1 |
| | |||||
* | accessibility: one more contrast tweak | Bryan Newbold | 2020-10-14 | 1 | -0/+3 |
| | |||||
* | accessibility: style tweaks for constract | Bryan Newbold | 2020-10-14 | 3 | -15/+22 |
| | | | | | | | | | 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: right-to-left design tweaks | Bryan Newbold | 2020-10-14 | 3 | -6/+6 |
| | |||||
* | i18n: enable arabic (ar) | Bryan Newbold | 2020-10-14 | 1 | -0/+1 |
| | | | | | There are no existing translated strings, but enabling to develop/demonstrate RTL design. | ||||
* | web: improve translation tagging | Bryan Newbold | 2020-10-14 | 3 | -13/+24 |
| | |||||
* | html: structure more semantic | Bryan Newbold | 2020-10-14 | 3 | -20/+21 |
| | |||||
* | 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 | 3 | -12/+12 |
| | |||||
* | footer: swap column order | Bryan Newbold | 2020-10-14 | 1 | -9/+9 |
| | |||||
* | footer: hide IA logo on tablet or smaller | Bryan Newbold | 2020-10-14 | 1 | -1/+1 |
| | |||||
* | web: rel=noopener for outlinks | Bryan Newbold | 2020-10-14 | 4 | -31/+31 |
| | | | | | | | | | | 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. | ||||
* | move homepage thumbnails into repo/domain | Bryan Newbold | 2020-10-14 | 1 | -8/+8 |
| | |||||
* | web: mark more strings for translation | Bryan Newbold | 2020-10-05 | 2 | -6/+6 |
| | |||||
* | web: make filter bar overflow better (for translations) | Bryan Newbold | 2020-10-05 | 1 | -1/+1 |
| | |||||
* | i18n: fix some more local links | Bryan Newbold | 2020-10-05 | 1 | -3/+3 |
| | |||||
* | web: fix footer layout for translations | Bryan Newbold | 2020-10-05 | 1 | -4/+5 |
| | |||||
* | about: fix gitter link (not markdown) | Bryan Newbold | 2020-10-05 | 1 | -1/+1 |
| | |||||
* | add Russian (ru) as interface option | Bryan Newbold | 2020-10-05 | 1 | -0/+1 |
| | |||||
* | remove un-implemented links from footer | Bryan Newbold | 2020-10-01 | 1 | -2/+0 |
| | |||||
* | add weblate link to translation pull-down menu | Bryan Newbold | 2020-10-01 | 1 | -0/+2 |
| | |||||
* | add gitter.im link to about page | Bryan Newbold | 2020-10-01 | 1 | -1/+3 |
| | |||||
* | web: fix IA logo path in footer | Bryan Newbold | 2020-09-27 | 1 | -1/+1 |
| | |||||
* | web: preload links as an optimization | Bryan Newbold | 2020-09-17 | 1 | -0/+9 |
| | | | | | The performance benefit here is probably negligable, but giving it a try to improve first page load times. | ||||
* | direct static asset links, to fix http downgrade | Bryan Newbold | 2020-09-17 | 1 | -4/+4 |
| | | | | | | | | | | There is/was an issue in starlette repo about having url_for() do the right thing when behind a reverse proxy: https://github.com/encode/starlette/issues/538#issuecomment-548795041 but really there is no need, we can just point to the static assets directly. | ||||
* | various alpha disclaimers/labels | Bryan Newbold | 2020-09-15 | 2 | -2/+19 |
| | |||||
* | homepage/footer grammar (The/the, service names) | Bryan Newbold | 2020-09-11 | 2 | -3/+3 |
| | |||||
* | '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 |
| | |||||
* | have search buttons animate after submit | Bryan Newbold | 2020-08-06 | 2 | -3/+10 |
| | | | | Extremely minimal javascript used | ||||
* | add debug mode flag (to control json tag/link) | Bryan Newbold | 2020-08-06 | 2 | -5/+10 |
| | |||||
* | slightly more padding in SERP box at max screen size | Bryan Newbold | 2020-08-06 | 2 | -1/+4 |
| | |||||
* | remove javascript includes | Bryan Newbold | 2020-08-06 | 1 | -0/+4 |
| | |||||
* | basic placeholder thumbnail image | Bryan Newbold | 2020-08-06 | 2 | -3/+12 |
| | |||||
* | 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 | 2 | -2/+7 |
| | |||||
* | set HTML language to locale correctly | Bryan Newbold | 2020-08-06 | 1 | -1/+1 |
| | |||||
* | handle longer query times | Bryan Newbold | 2020-08-06 | 1 | -2/+10 |
| | |||||
* | 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 |
| | |||||
* | gaudy placeholder vaporwave logo | Bryan Newbold | 2020-07-21 | 2 | -12/+11 |
| | |||||
* | differentiate SERP card size from other card divs | Bryan Newbold | 2020-07-21 | 2 | -2/+2 |
| | |||||
* | display Szczepanski as an OA quality label | Bryan Newbold | 2020-07-21 | 1 | -1/+1 |
| | |||||
* | tweak CSS of last commit so it works | Bryan Newbold | 2020-06-29 | 1 | -1/+1 |
| | |||||
* | at full screen width, show full thumbnails | Bryan Newbold | 2020-06-29 | 1 | -0/+3 |
| | |||||
* | Search Inside -> Search | Bryan Newbold | 2020-06-29 | 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. |