tangled
alpha
login
or
join now
yoyle.city
/
skittr
6
fork
atom
this repo has no description
atproto
bluesky
typescript
express
6
fork
atom
overview
issues
3
pulls
pipelines
uh yeah
lime360
4 months ago
64baecc0
be1ee1e3
1/1
test.yml
success
22s
+2
-1
1 changed file
expand all
collapse all
unified
split
src
lib
theme.ts
+2
-1
src/lib/theme.ts
···
49
49
return `data:${mimetype};base64,${base64}`;
50
50
}
51
51
52
52
-
export async function loadTheme(agent: AtpAgent, did: did) {
52
52
+
// this code is incomplete
53
53
+
export async function loadTheme(agent: AtpAgent, did: string) {
53
54
const theme = await getTheme(agent, did);
54
55
const cid = (theme as any).value?.background?.ref?.$link;
55
56
let bg = null;