a tool for shared writing and social publishing
0
fork

Configure Feed

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

add post settings to footer

+2
+2
app/[leaflet_id]/Footer.tsx
··· 14 14 import { useIdentityData } from "components/IdentityProvider"; 15 15 import { useEntity } from "src/replicache"; 16 16 import { block } from "sharp"; 17 + import { PostSettings } from "components/PostSettings"; 17 18 18 19 export function hasBlockToolbar(blockType: string | null | undefined) { 19 20 return ( ··· 64 65 65 66 <PublishButton entityID={props.entityID} /> 66 67 <ShareOptions /> 68 + <PostSettings /> 67 69 <ThemePopover entityID={props.entityID} /> 68 70 </ActionFooter> 69 71 ) : (