tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
289
fork
atom
a tool for shared writing and social publishing
289
fork
atom
overview
issues
29
pulls
pipelines
always render interaction drawer
awarm.space
5 months ago
eb0d49ca
f2fa8ff3
+10
-12
1 changed file
expand all
collapse all
unified
split
app
lish
[did]
[publication]
[rkey]
PostPages.tsx
+10
-12
app/lish/[did]/[publication]/[rkey]/PostPages.tsx
···
130
130
</div>
131
131
</PageWrapper>
132
132
133
133
-
{drawerOpen && (
134
134
-
<InteractionDrawer
135
135
-
document_uri={document.uri}
136
136
-
comments={
137
137
-
pubRecord.preferences?.showComments === false
138
138
-
? []
139
139
-
: document.comments_on_documents
140
140
-
}
141
141
-
quotes={document.document_mentions_in_bsky}
142
142
-
did={did}
143
143
-
/>
144
144
-
)}
133
133
+
<InteractionDrawer
134
134
+
document_uri={document.uri}
135
135
+
comments={
136
136
+
pubRecord.preferences?.showComments === false
137
137
+
? []
138
138
+
: document.comments_on_documents
139
139
+
}
140
140
+
quotes={document.document_mentions_in_bsky}
141
141
+
did={did}
142
142
+
/>
145
143
146
144
{pages.map((p) => {
147
145
let page = record.pages.find(