tangled
alpha
login
or
join now
nekomimi.pet
/
wisp.place-monorepo
87
fork
atom
Monorepo for wisp.place. A static site hosting service built on top of the AT Protocol.
wisp.place
87
fork
atom
overview
issues
9
pulls
pipelines
dont truncate sha256 hash
nekomimi.pet
3 weeks ago
27c645dd
a0ea690b
1/2
deploy-wisp.yml
success
40s
test.yml
failed
39s
+1
-1
1 changed file
expand all
collapse all
unified
split
apps
main-app
public
editor
tabs
CLITab.tsx
+1
-1
apps/main-app/public/editor/tabs/CLITab.tsx
reviewed
···
104
104
<div className="min-w-0">
105
105
<div className="text-xs font-medium leading-snug">{platform}</div>
106
106
<div className="font-mono text-[10px] text-muted-foreground mt-1 truncate">
107
107
-
sha256: {sha256.slice(0, 12)}…
107
107
+
sha256: {sha256}
108
108
</div>
109
109
</div>
110
110
<Download className="w-3.5 h-3.5 text-muted-foreground group-hover:text-accent transition-colors flex-shrink-0 mt-0.5" />