tangled
alpha
login
or
join now
nekomimi.pet
/
atproto-ui
41
fork
atom
A React component library for rendering common AT Protocol records for applications such as Bluesky and Leaflet.
41
fork
atom
overview
issues
2
pulls
pipelines
version bump
nekomimi.pet
3 months ago
d0207b36
12d395e0
0/1
upload-demo-to-wisp.yml
failed
22s
+1
-2
2 changed files
expand all
collapse all
unified
split
lib
components
BlueskyPostList.tsx
package.json
-1
lib/components/BlueskyPostList.tsx
reviewed
···
299
299
300
300
const isReply = !!parentUri;
301
301
const replyTargetHandle = replyParent?.author?.handle ?? parentHandle;
302
302
-
const replyTargetName = parentDisplayName ?? replyTargetHandle ?? formatDid(parentDid ?? "");
303
302
304
303
const postPreview = text.slice(0, 100);
305
304
const ariaLabel = text
+1
-1
package.json
reviewed
···
1
1
{
2
2
"name": "atproto-ui",
3
3
-
"version": "0.11.3",
3
3
+
"version": "0.12",
4
4
"type": "module",
5
5
"description": "React components and hooks for rendering AT Protocol records.",
6
6
"main": "./lib-dist/index.js",