tangled
alpha
login
or
join now
vielle.dev
/
pdsls
forked from
pds.ls/pdsls
0
fork
atom
atproto explorer
0
fork
atom
overview
issues
pulls
pipelines
move create record icon to the right
handle.invalid
6 months ago
677799b1
68629be8
+3
-1
1 changed file
expand all
collapse all
unified
split
src
layout.tsx
+3
-1
src/layout.tsx
···
53
53
<Tooltip text="Go to repo">
54
54
<A href={`/at://${agent()?.sub}`} class="iconify lucide--book-user text-xl"></A>
55
55
</Tooltip>
56
56
-
<RecordEditor create={true} />
57
56
</Show>
58
57
</div>
59
58
<div class="flex basis-1/3 justify-center">
···
66
65
</A>
67
66
</div>
68
67
<div class="flex basis-1/3 items-center justify-end gap-x-2">
68
68
+
<Show when={agent()}>
69
69
+
<RecordEditor create={true} />
70
70
+
</Show>
69
71
<AccountManager />
70
72
<Settings />
71
73
</div>