tangled
alpha
login
or
join now
whey.party
/
red-dwarf
82
fork
atom
an independent Bluesky client using Constellation, PDS Queries, and other services
reddwarf.app
frontend
spa
bluesky
reddwarf
microcosm
client
app
82
fork
atom
overview
issues
25
pulls
pipelines
make post dividers consistent
whey.party
1 month ago
272453f8
fc4006c7
+4
-2
2 changed files
expand all
collapse all
unified
split
src
components
UniversalPostRenderer.tsx
routes
index.tsx
+2
-1
src/components/UniversalPostRenderer.tsx
···
1018
position: "relative",
1019
borderBottomWidth: bottomBorder ? (isQuote ? 0 : 1) : 0,
1020
}}
1021
-
className="border-gray-300 dark:border-gray-800"
1022
>
1023
{isRepost && (
1024
<div
···
1150
width: expanded || isQuote ? 0 : "auto",
1151
marginRight: expanded || isQuote ? 0 : 12,
1152
}}
0
1153
>
1154
<div style={{ width: 42, height: 42 + 6, minHeight: 42 + 6 }} />
1155
{bottomReplyLine && (
···
1018
position: "relative",
1019
borderBottomWidth: bottomBorder ? (isQuote ? 0 : 1) : 0,
1020
}}
1021
+
className="border-gray-200 dark:border-gray-800"
1022
>
1023
{isRepost && (
1024
<div
···
1150
width: expanded || isQuote ? 0 : "auto",
1151
marginRight: expanded || isQuote ? 0 : 12,
1152
}}
1153
+
className=" shrink-0"
1154
>
1155
<div style={{ width: 42, height: 42 + 6, minHeight: 42 + 6 }} />
1156
{bottomReplyLine && (
+2
-1
src/routes/index.tsx
···
358
const selectedFeedComputed = selectedFeed === "following" ? "at://did:plc:mn45tewwnse5btfftvd3powc/app.bsky.feed.generator/rinds" : selectedFeed;
359
const feedServiceDidComputed = selectedFeed === "following" ? "did:web:rinds.whey.party" : feedServiceDid;
360
0
361
return (
362
<div
363
-
className={`relative flex flex-col divide-y divide-gray-200 dark:divide-gray-800 ${hidden && "hidden"}`}
364
>
365
{!isAuthRestoring && savedFeeds.length > 0 ? (
366
<div className={`flex items-center px-4 py-2 h-[52px] sticky top-0 bg-[var(--header-bg-light)] dark:bg-[var(--header-bg-dark)] ${!isAtTop && "shadow-sm"} sm:shadow-none sm:bg-white sm:dark:bg-gray-950 z-10 border-0 sm:border-b border-gray-200 dark:border-gray-700 overflow-x-auto overflow-y-hidden scroll-thin`}>
···
358
const selectedFeedComputed = selectedFeed === "following" ? "at://did:plc:mn45tewwnse5btfftvd3powc/app.bsky.feed.generator/rinds" : selectedFeed;
359
const feedServiceDidComputed = selectedFeed === "following" ? "did:web:rinds.whey.party" : feedServiceDid;
360
361
+
//${/*divide-y divide-gray-200 dark:divide-gray-800*/""}
362
return (
363
<div
364
+
className={`relative flex flex-col ${hidden && "hidden"}`}
365
>
366
{!isAuthRestoring && savedFeeds.length > 0 ? (
367
<div className={`flex items-center px-4 py-2 h-[52px] sticky top-0 bg-[var(--header-bg-light)] dark:bg-[var(--header-bg-dark)] ${!isAtTop && "shadow-sm"} sm:shadow-none sm:bg-white sm:dark:bg-gray-950 z-10 border-0 sm:border-b border-gray-200 dark:border-gray-700 overflow-x-auto overflow-y-hidden scroll-thin`}>