Before Width: | Height: | Size: 249 B After Width: | Height: | Size: 260 B |
Before Width: | Height: | Size: 275 B After Width: | Height: | Size: 286 B |
Before Width: | Height: | Size: 354 B After Width: | Height: | Size: 365 B |
Before Width: | Height: | Size: 348 B After Width: | Height: | Size: 359 B |
Before Width: | Height: | Size: 346 B After Width: | Height: | Size: 357 B |
Before Width: | Height: | Size: 285 B After Width: | Height: | Size: 296 B |
Before Width: | Height: | Size: 347 B After Width: | Height: | Size: 358 B |
Before Width: | Height: | Size: 287 B After Width: | Height: | Size: 298 B |
Before Width: | Height: | Size: 315 B After Width: | Height: | Size: 326 B |
Before Width: | Height: | Size: 824 B After Width: | Height: | Size: 840 B |
Before Width: | Height: | Size: 383 B After Width: | Height: | Size: 394 B |
@ -0,0 +1 @@ |
||||
(()=>{function o(e){e.directive("intersect",e.skipDuringClone((t,{value:i,expression:l,modifiers:n},{evaluateLater:r,cleanup:c})=>{let s=r(l),a={rootMargin:x(n),threshold:f(n)},u=new IntersectionObserver(d=>{d.forEach(h=>{h.isIntersecting!==(i==="leave")&&(s(),n.includes("once")&&u.disconnect())})},a);u.observe(t),c(()=>{u.disconnect()})}))}function f(e){if(e.includes("full"))return .99;if(e.includes("half"))return .5;if(!e.includes("threshold"))return 0;let t=e[e.indexOf("threshold")+1];return t==="100"?1:t==="0"?0:Number(`.${t}`)}function p(e){let t=e.match(/^(-?[0-9]+)(px|%)?$/);return t?t[1]+(t[2]||"px"):void 0}function x(e){let t="margin",i="0px 0px 0px 0px",l=e.indexOf(t);if(l===-1)return i;let n=[];for(let r=1;r<5;r++)n.push(p(e[l+r]||""));return n=n.filter(r=>r!==void 0),n.length?n.join(" ").trim():i}document.addEventListener("alpine:init",()=>{window.Alpine.plugin(o)});})(); |
@ -0,0 +1,6 @@ |
||||
PRAGMA foreign_keys = ON; |
||||
PRAGMA journal_mode = WAL; |
||||
PRAGMA synchronous = NORMAL; |
||||
PRAGMA mmap_size = 134217728; -- 128 megabytes |
||||
PRAGMA journal_size_limig = 67108864; -- 64 megabytes |
||||
PRAGMA cache_size = 2000; |