aboutsummaryrefslogtreecommitdiff
path: root/assets/js
AgeCommit message (Collapse)AuthorFilesLines
2023-04-14static/js/timeago.ts: load -> DOMContentLoadedtdro1-1/+1
2023-04-12static/js/refresh: Definition ordertdro1-1/+1
2023-04-12static/js/refresh: Convert dates to unixtdro1-4/+5
Can't avoid Date.parse on lastModified ISO 8601? Change label Refresh -> Update Handle no cache?
2023-04-10static/js/refresh: Jitter is within secondstdro1-3/+3
2023-04-10static/js/refresh: Drop # & ?tdro1-1/+1
To bypass browser behaviour
2023-04-08static/js/refresh: Hook into blurtdro1-13/+6
Keep it simple
2023-04-08static/js: Babel fishtdro1-60/+53
2023-04-08static/js: Add update checktdro1-0/+43
In the case of heavy caching attempt a naive site update check with voluntary refresh. Not fully idempotent?
2023-03-25static/js: Deno bundle is deprecated - replicatetdro1-5/+1
Color outside the lines.. Maybe change to full async no/decoupled build and leave deno for creating eventual APIs for hugo to consume?
2023-02-18static/js/fixedsearch: Fix a few UI quirkstdro1-9/+28
2023-01-22static/js/fixedsearch: Add license linktdro1-6/+11
Defang the inner <html>. Can refactor this later
2022-12-09shell.nix: Update hugo to version 0.108.0tdro1-14/+14
Looks safe
2022-11-19static/js/timeago: Resolve relative format for future datestdro1-10/+26
2022-11-02themes/default/layouts/_default/index.json: Paginatetdro1-15/+30
Load feed in chunks on the client side.
2022-10-24static/js/fixedsearch: Camel casetdro1-13/+10
2022-10-12static/js/pager: Keep it simple and restore on scroll changetdro1-31/+3
2022-09-02static/js/pager: Mutate global pagertdro1-5/+5
Whoops..
2022-09-02static/js/pager: Delay intersection observer from scroll event oncetdro1-2/+12
Replace instead of append
2022-09-02static/js/pager: Add fragment intersection observertdro1-6/+29
To release URL fragments
2022-09-02static/js/pager.ts: Remove redundant event listenertdro1-19/+26
2022-08-06themes/default/layouts/partials: Hack in card context menutdro1-0/+28
2022-07-29static/js: Add relative datestdro1-1/+43
2022-07-14static/js/fixedsearch: Set titletdro1-2/+3
Start setup for searching other categories.
2022-07-06static/js/pager: Bail when under cookie restrictionstdro1-0/+6
2022-06-08static/js/pager: Remove unnecessary replace statetdro1-3/+0
2022-06-07static/js/pager: Improve navigation looptdro1-1/+7
Final snap back for browsers that misalign on DOM content load. Remove hash on scroll to allow implicit back to top navigation.
2022-05-29static/js/pager: Handle new tab conditiontdro1-0/+1
Allow default when there is nothing in history.
2022-05-06assets: Replicate static assetstdro1-0/+426