a tool for shared writing and social publishing
0
fork

Configure Feed

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

removed some stray console logs, had very very long words wrap in rendered text blocks

celine 4bf3a019 f75a8625

+1 -4
-1
app/[doc_id]/icon.tsx
··· 44 44 let outlineColor = parseHSBToRGB(`hsba(${themeCardBG?.data.value})`); 45 45 46 46 let fillColor = parseHSBToRGB(`hsba(${themePrimary?.data.value})`); 47 - console.log(outlineColor, fillColor); 48 47 49 48 return new ImageResponse( 50 49 (
-2
components/Cards.tsx
··· 19 19 let openCards = useUIState((s) => s.openCards); 20 20 let [cardRef, { width: cardWidth }] = useMeasure(); 21 21 22 - console.log("openCards", openCards); 23 - 24 22 return ( 25 23 <div 26 24 id="cards"
+1 -1
components/TextBlock/index.tsx
··· 122 122 return ( 123 123 <pre 124 124 className={` 125 - w-full whitespace-pre-wrap outline-none ${props.className} ${ 125 + w-full whitespace-pre-wrap outline-none break-words ${props.className} ${ 126 126 props.preview 127 127 ? "p-0" 128 128 : `px-2 sm:px-3 ${