tangled
alpha
login
or
join now
cosmik.network
/
semble
45
fork
atom
A social knowledge tool for researchers built on ATProto
45
fork
atom
overview
issues
12
pulls
pipelines
feat: note card modal content skeleton design
Pouria Delfanazari
5 months ago
0bbea6e6
ab685838
+1
-1
1 changed file
expand all
collapse all
unified
split
src
webapp
features
notes
components
noteCardModal
Skeleton.NoteCardModalContent.tsx
+1
-1
src/webapp/features/notes/components/noteCardModal/Skeleton.NoteCardModalContent.tsx
reviewed
···
2
2
3
3
export default function NoteCardModalContentSkeleton() {
4
4
return (
5
5
-
<Stack gap={5}>
5
5
+
<Stack gap={'xs'}>
6
6
<Group gap={5}>
7
7
<Avatar size={'md'} />
8
8
<Skeleton w={100} h={14} />