Monorepo for Tangled
0

Configure Feed

Select the types of activity you want to include in your feed.

appview/pages: better spot for profile fx files

Lewis: May this revision serve well! <lewis@tangled.org>

authored by

Lewis and committed by
Tangled
(Jun 30, 2026, 9:01 PM +0300) 4873786e 797b0cce

+4 -2
-1
.gitignore
··· 9 9 result 10 10 !.gitkeep 11 11 !appview/pages/static/topbar-search.js 12 - !appview/pages/static/profile-fx/ 13 12 out/ 14 13 node_modules/ 15 14 patches
+2
appview/pages/static/profile-fx/orrery.js appview/pages/profile-fx/orrery.js
··· 37 37 38 38 const cn = 28; 39 39 const cw = 14; 40 + const bc = "aspect-square rounded-full max-w-full max-h-full size-[4px] bg-gray-200 dark:bg-gray-700"; 40 41 const wq = "(min-width: 768px)"; 41 42 const dq = "(prefers-color-scheme: dark)"; 42 43 const rq = "(prefers-reduced-motion: reduce)"; ··· 122 123 const o = (N, j) => { 123 124 const f = Array.from(N.children, (c) => c.firstElementChild).filter(Boolean); 124 125 f.forEach((el) => { 126 + el.className = bc; 125 127 el.style.transition = "none"; 126 128 el.style.transformOrigin = "center"; 127 129 el.style.willChange = "background-color, transform";
+1 -1
appview/pages/templates/layouts/profilebase.html
··· 55 55 {{ if .Card.Punchcard }} 56 56 {{ block "punchcard" .Card.Punchcard }} {{ end }} 57 57 {{ with .Card.ProfileScript }} 58 - <script defer type="module" src="{{ . }}?v=1"></script> 58 + <script defer type="module" src="{{ . }}?v=2"></script> 59 59 {{ end }} 60 60 {{ end }} 61 61 </div>
+1
nix/pkgs/appview-static-files.nix
··· 31 31 cp -f ${inter-fonts-src}/InterVariable*.ttf fonts/ 32 32 cp -f ${ibm-plex-mono-src}/fonts/complete/woff2/IBMPlexMono*.woff2 fonts/ 33 33 cp -f ${actor-typeahead-src}/actor-typeahead.js . 34 + cp -rf ${src}/appview/pages/profile-fx . 34 35 35 36 ${dolly}/bin/dolly -output logos/dolly.png -size 180 36 37 ${dolly}/bin/dolly -output logos/dolly.ico -size 48