an independent Bluesky client using Constellation, PDS Queries, and other services reddwarf.app
frontend spa bluesky reddwarf microcosm client app
93
fork

Configure Feed

Select the types of activity you want to include in your feed.

make post dividers consistent

+4 -2
+2 -1
src/components/UniversalPostRenderer.tsx
··· 1018 1018 position: "relative", 1019 1019 borderBottomWidth: bottomBorder ? (isQuote ? 0 : 1) : 0, 1020 1020 }} 1021 - className="border-gray-300 dark:border-gray-800" 1021 + className="border-gray-200 dark:border-gray-800" 1022 1022 > 1023 1023 {isRepost && ( 1024 1024 <div ··· 1150 1150 width: expanded || isQuote ? 0 : "auto", 1151 1151 marginRight: expanded || isQuote ? 0 : 12, 1152 1152 }} 1153 + className=" shrink-0" 1153 1154 > 1154 1155 <div style={{ width: 42, height: 42 + 6, minHeight: 42 + 6 }} /> 1155 1156 {bottomReplyLine && (
+2 -1
src/routes/index.tsx
··· 358 358 const selectedFeedComputed = selectedFeed === "following" ? "at://did:plc:mn45tewwnse5btfftvd3powc/app.bsky.feed.generator/rinds" : selectedFeed; 359 359 const feedServiceDidComputed = selectedFeed === "following" ? "did:web:rinds.whey.party" : feedServiceDid; 360 360 361 + //${/*divide-y divide-gray-200 dark:divide-gray-800*/""} 361 362 return ( 362 363 <div 363 - className={`relative flex flex-col divide-y divide-gray-200 dark:divide-gray-800 ${hidden && "hidden"}`} 364 + className={`relative flex flex-col ${hidden && "hidden"}`} 364 365 > 365 366 {!isAuthRestoring && savedFeeds.length > 0 ? ( 366 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`}>