Changeset 88838bc in Klonkt
- Timestamp:
- 08/20/2026 02:37:12 AM (3 weeks ago)
- Branches:
- main
- Children:
- 520c993
- Parents:
- a505f31
- Files:
-
- 2 deleted
- 3 edited
- 3 moved
-
THIRD-PARTY-NOTICES.md (modified) (1 diff)
-
src/assets/js/lenis.min.js (deleted)
-
src/assets/js/mod/read.js (modified) (1 diff)
-
src/assets/js/smooth-scroll.js (deleted)
-
src/assets/vendor/lenis-LICENSE.txt (moved) (moved from src/assets/js/vendor/lenis-LICENSE.txt )
-
src/assets/vendor/lenis-snap.mjs (moved) (moved from src/assets/js/vendor/lenis-snap.mjs )
-
src/assets/vendor/lenis.mjs (moved) (moved from src/assets/js/vendor/lenis.mjs )
-
src/views/shell.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
THIRD-PARTY-NOTICES.md
ra505f31 r88838bc 17 17 | node-webpmux | LGPL-3.0-or-later | 18 18 | ffmpeg-static | GPL-3.0-or-later | 19 20 ## Vendored browser libraries 21 22 Checked into `src/assets/` rather than pulled from a CDN: the Content-Security-Policy allows 23 scripts from `'self'` only, so anything the browser runs has to ship with Klonkt. Each file keeps 24 the licence header its author put there; Lenis ships its licence as a separate file because its 25 build has no header. 26 27 | Library | Version | Licence | Where | 28 |---|---|---|---| 29 | [Lenis](https://github.com/darkroomengineering/lenis) + `lenis/snap` | 1.3.26 | MIT (© darkroom.engineering) — text in `src/assets/vendor/lenis-LICENSE.txt` | `src/assets/vendor/lenis*.mjs` | 30 | [Cropper.js](https://github.com/fengyuanchen/cropperjs) | 1.6.2 | MIT (© Chen Fengyuan) — header in the file | `src/assets/vendor/cropper.min.*` | 31 | [@simplewebauthn/browser](https://github.com/MasterKale/SimpleWebAuthn) | 13.3.0 | MIT | `src/assets/vendor/simplewebauthn-browser.umd.min.js` | 32 | [htmx](https://htmx.org) | — | 0BSD (also listed under npm above) | `src/assets/js/htmx.min.js` | 19 33 20 34 ## Bundled binaries & native libraries -
src/assets/js/mod/read.js
ra505f31 r88838bc 151 151 if (lenis || !OP_DESKTOP.matches) return; 152 152 const [L, S] = await Promise.all([ 153 import(`/assets/ js/vendor/lenis.mjs?v=${VENDOR_V}`),154 import(`/assets/ js/vendor/lenis-snap.mjs?v=${VENDOR_V}`),153 import(`/assets/vendor/lenis.mjs?v=${VENDOR_V}`), 154 import(`/assets/vendor/lenis-snap.mjs?v=${VENDOR_V}`), 155 155 ]); 156 156 lenis = new L.default({ -
src/views/shell.ejs
ra505f31 r88838bc 505 505 // Eén nummer voor de hele map. Te vaak bumpen kost één download; te weinig 506 506 // bumpen kost een bugfix die nooit aankomt. 507 var MOD_V = 19;507 var MOD_V = 20; 508 508 509 509 // name -> 1 (aan het laden) of de module-namespace (geladen). Een module
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)