aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat_scholar/templates/base.html
Commit message (Collapse)AuthorAgeFilesLines
* web: add mastodon linkBryan Newbold2022-11-151-0/+1
|
* polish RSS feed generation, and add basic test coverageBryan Newbold2022-04-061-13/+7
|
* initial implementation of RSS search feedsBryan Newbold2022-03-251-0/+15
| | | | UI integration needs work
* meta referrer: single string, no whitespaceBryan Newbold2022-01-051-1/+1
|
* HTML: more strict referrer policyBryan Newbold2021-09-201-1/+2
|
* enable Greek (el) translation (still partial)Bryan Newbold2021-05-181-0/+1
|
* web: don't clobber user input query when parsingBryan Newbold2021-04-301-0/+3
| | | | | | | This is intended to be a UX improvement, to avoid adding double quotes around the query a user has pasted in. This does make the "parsing" behavior less transparent.
* web: return English to top of translation list (oops)Bryan Newbold2021-04-301-1/+1
|
* enable initial Korean (ko) web interface translationBryan Newbold2021-04-301-1/+2
|
* base template: typoBryan Newbold2021-04-231-1/+1
|
* i18n: Farsi is also RTL (and add Hebrew)Bryan Newbold2021-03-231-2/+2
|
* implement additional translation languagesBryan Newbold2021-03-231-0/+4
|
* web: re-phrase alpha banner notice; remove header tagBryan Newbold2021-03-041-1/+1
| | | | | Note entirely removing it yet, and keeping the older verison around in comment so we can revert easily (and keep translated notice).
* html/css: yet more RTL tweaksBryan Newbold2021-01-251-0/+6
|
* html/css: refactor RTL filter bar codeBryan Newbold2021-01-251-0/+13
|
* html: small RTL style fixesBryan Newbold2021-01-251-1/+5
|
* html: several UI fixes and tweaksBryan Newbold2021-01-251-1/+1
| | | | | | | - 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
* html: more UI tweaks and fixesBryan Newbold2021-01-211-1/+1
|
* move translate icon to CSSBryan Newbold2021-01-211-4/+2
|
* html: break out most CSS into separate fileBryan Newbold2021-01-211-232/+3
| | | | | The quantity of CSS has grown a lot and bundling in every request doesn't seem like the correct thing any more.
* html: many tweaks and improvementsBryan Newbold2021-01-211-0/+3
|
* html: access button/options tweaksBryan Newbold2021-01-211-6/+10
|
* html: remove modal/polyfill codeBryan Newbold2021-01-191-71/+0
|
* html: new <detail> dropdown main linkBryan Newbold2021-01-191-7/+13
|
* html: tweak hover thumbnail CSSBryan Newbold2021-01-191-0/+15
|
* html: replace citation modal with a click-behavior windowBryan Newbold2021-01-191-0/+36
|
* dialog polyfill: need to actually register on every elementBryan Newbold2021-01-191-0/+7
|
* html: tweaks to modal pop-upsBryan Newbold2021-01-191-0/+2
|
* html: add conditional polyfill for dialog elementBryan Newbold2021-01-191-1/+13
| | | | This polyfill comes from Google
* progress on modals; restyle buttonsBryan Newbold2021-01-191-6/+12
|
* WIP: model pop-upsBryan Newbold2021-01-191-2/+60
|
* serp: replace thumbnails with vertical buttonsBryan Newbold2021-01-191-0/+10
|
* html: some CSS refactoring; make journal row a macroBryan Newbold2021-01-151-3/+30
|
* html: improvements to reactive search filters and main serp columnBryan Newbold2021-01-151-0/+7
|
* html: try goatcounter title redaction againBryan Newbold2021-01-141-1/+1
| | | | | If the value is actually null, goatcounter uses the default, so setting an empty string. Waiting to confirm if this actually works.
* html: resolve footer float on large screens using CSS calc()Bryan Newbold2021-01-141-1/+1
|
* html: fix 'rounded' header barBryan Newbold2021-01-141-2/+3
|
* goatcounter: supress 'title', for privacyBryan Newbold2021-01-141-0/+7
|
* serp: expand abstracts using <details>Bryan Newbold2021-01-141-0/+10
| | | | This isn't very polished, but a start, and uses no javascript.
* i18n: add web interface support for 'hr' (Croatian)Bryan Newbold2020-11-181-0/+1
| | | | Thanks to @milotype for starting this new translation on weblate!
* html: better <title>Bryan Newbold2020-10-221-1/+1
|
* make onion-location header configurableBryan Newbold2020-10-221-4/+2
|
* integrate goatcounter JS (analytics)Bryan Newbold2020-10-221-0/+4
|
* update search form target metadataBryan Newbold2020-10-211-1/+1
|
* html: point to local semantic-ui CSSBryan Newbold2020-10-201-11/+2
|
* html: remove already-disabled jquery and Javascript licenseBryan Newbold2020-10-201-38/+0
|
* html: another RTL div style tweakBryan Newbold2020-10-201-2/+2
|
* html: experiment with lang menu rolesBryan Newbold2020-10-201-16/+16
|
* html: several small tweaks and accessibility improvementsBryan Newbold2020-10-201-3/+32
|
* html: add <a> rel tags where appropriateBryan Newbold2020-10-201-3/+3
|