Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | html: several small tweaks and accessibility improvements | Bryan Newbold | 2020-10-20 | 1 | -3/+12 |
| | |||||
* | accessibility: style tweaks for constract | Bryan Newbold | 2020-10-14 | 1 | -2/+2 |
| | | | | | | | | | 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 | 1 | -3/+3 |
| | |||||
* | web: improve translation tagging | Bryan Newbold | 2020-10-14 | 1 | -1/+1 |
| | |||||
* | html: structure more semantic | Bryan Newbold | 2020-10-14 | 1 | -11/+12 |
| | |||||
* | web: rel=noopener for outlinks | Bryan Newbold | 2020-10-14 | 1 | -4/+4 |
| | | | | | | | | | | 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 | -2/+2 |
| | |||||
* | web: make filter bar overflow better (for translations) | Bryan Newbold | 2020-10-05 | 1 | -1/+1 |
| | |||||
* | add debug mode flag (to control json tag/link) | Bryan Newbold | 2020-08-06 | 1 | -1/+4 |
| | |||||
* | show language code as a tag | Bryan Newbold | 2020-08-06 | 1 | -1/+1 |
| | |||||
* | handle longer query times | Bryan Newbold | 2020-08-06 | 1 | -2/+10 |
| | |||||
* | recommend search filter changes on no hits page | Bryan Newbold | 2020-06-29 | 1 | -0/+18 |
| | |||||
* | collapse pages by SIM issue | Bryan Newbold | 2020-06-04 | 1 | -2/+0 |
| | |||||
* | partially resolve HTML form/hidden weirdness | Bryan Newbold | 2020-06-03 | 1 | -0/+7 |
| | |||||
* | basic pagination | Bryan Newbold | 2020-06-03 | 1 | -0/+13 |
| | | | | Not well tested | ||||
* | most links in new tab (target=_blank) | Bryan Newbold | 2020-06-03 | 1 | -4/+4 |
| | |||||
* | better translation marking; add some basic de and zh | Bryan Newbold | 2020-05-21 | 1 | -5/+5 |
| | | | | Current translations are just from Google Translate | ||||
* | UI mobile/tablet scaling; search error improvements | Bryan Newbold | 2020-05-21 | 1 | -5/+18 |
| | |||||
* | mobile CSS/style changes, and other small UI tweaks | Bryan Newbold | 2020-05-21 | 1 | -15/+54 |
| | |||||
* | search query improvements | Bryan Newbold | 2020-05-21 | 1 | -49/+21 |
| | | | | | | - wire up most of the filters and sort order - query sticks around in search box - crude error message (needs work) | ||||
* | style tweaks | Bryan Newbold | 2020-05-13 | 1 | -1/+1 |
| | |||||
* | skeleton of basic search, using covid19 index | Bryan Newbold | 2020-05-13 | 1 | -1/+73 |
| | |||||
* | fastapi infrastructure | Bryan Newbold | 2020-05-12 | 1 | -0/+1 |
- API/web distrinction - language code prefixes - content negotiation for endpoints |