tangled
alpha
login
or
join now
danabra.mov
/
statusphere-react
forked from
samuel.fm/statusphere-react
0
fork
atom
the statusphere demo reworked into a vite/react app in a monorepo
0
fork
atom
overview
issues
pulls
pipelines
make handles clickable
samuel.fm
1 year ago
e7df4d56
cfad45a0
+7
-2
1 changed file
expand all
collapse all
unified
split
packages
client
src
components
StatusList.tsx
+7
-2
packages/client/src/components/StatusList.tsx
···
81
</div>
82
<div className="flex-1">
83
<div className="text-gray-600 dark:text-gray-300 text-base">
84
-
<span className="font-medium text-gray-700 dark:text-gray-200 hover:underline">
0
0
0
0
0
85
@{handle}
86
-
</span>{' '}
87
{isToday ? (
88
<span>
89
is feeling{' '}
···
81
</div>
82
<div className="flex-1">
83
<div className="text-gray-600 dark:text-gray-300 text-base">
84
+
<a
85
+
target="_blank"
86
+
rel="noopener noreferrer"
87
+
href={`https://bsky.app/profile/${handle}`}
88
+
className="font-medium text-gray-700 dark:text-gray-200 hover:underline"
89
+
>
90
@{handle}
91
+
</a>{' '}
92
{isToday ? (
93
<span>
94
is feeling{' '}