tangled
alpha
login
or
join now
flo-bit.dev
/
blento
your personal website on atproto - mirror
blento.app
20
fork
atom
overview
issues
pulls
pipelines
update recently updated
Florian
1 week ago
28c6767f
0a6aec01
+3
-1
2 changed files
expand all
collapse all
unified
split
src
lib
cards
SpecialCards
UpdatedBlentos
UpdatedBlentosCard.svelte
index.ts
-1
src/lib/cards/SpecialCards/UpdatedBlentos/UpdatedBlentosCard.svelte
···
20
</script>
21
22
<div class="flex h-full flex-col">
23
-
<div class="px-4 py-2 text-2xl font-bold">Recently updated blentos</div>
24
<div class="flex max-w-full grow items-center gap-4 overflow-x-scroll overflow-y-hidden px-4">
25
{#each profiles as profile (profile.did)}
26
<a
···
20
</script>
21
22
<div class="flex h-full flex-col">
0
23
<div class="flex max-w-full grow items-center gap-4 overflow-x-scroll overflow-y-hidden px-4">
24
{#each profiles as profile (profile.did)}
25
<a
+3
src/lib/cards/SpecialCards/UpdatedBlentos/index.ts
···
57
return [];
58
}
59
}
0
0
0
60
} as CardDefinition & { type: 'updatedBlentos' };
···
57
return [];
58
}
59
}
60
+
// name: 'Updated Blentos',
61
+
// groups: ['Social'],
62
+
// icon: `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" class="size-4"><path stroke-linecap="round" stroke-linejoin="round" d="M12 6v6h4.5m4.5 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0ZM12 6c-1.602 0-3.155.474-4.434 1.357L18 16.791A8.959 8.959 0 0 0 21 12h-4.5Z" /></svg>`
63
} as CardDefinition & { type: 'updatedBlentos' };