tangled
alpha
login
or
join now
ptr.pet
/
bsky-repost-likes
2
fork
atom
its for when you want to get like notifications for your reposts
2
fork
atom
overview
issues
pulls
pipelines
feat: show handle on web but not on extension
ptr.pet
8 months ago
532f7575
e500f4a1
verified
This commit was signed with the committer's
known signature
.
ptr.pet
SSH Key Fingerprint:
SHA256:Abmvag+juovVufZTxyWY8KcVgrznxvBjQpJesv071Aw=
+6
-1
1 changed file
expand all
collapse all
unified
split
webapp
src
ActivityItem.tsx
+6
-1
webapp/src/ActivityItem.tsx
···
43
43
text={`${props.isExtension ? "xs" : "sm"} gray-700`}
44
44
title={`@${profile!.handle}`}
45
45
>
46
46
-
{profile!.displayName ?? profile!.handle}
46
46
+
{profile!.displayName ?? profile!.handle}{" "}
47
47
+
{!props.isExtension && profile!.displayName && (
48
48
+
<span font-normal text-gray-500>
49
49
+
(@{profile!.handle})
50
50
+
</span>
51
51
+
)}
47
52
</span>
48
53
)) || (
49
54
<span