this repo has no description
10
fork

Configure Feed

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

fix: fix review modal #1

open opened by pdewey.com targeting main from pdewey.com/atmosphere-account: push-lqupsnsuqovv

fixes #2

Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:hm5f3dnm6jdhrc55qp2npdja/sh.tangled.repo.pull/3mkjhuiphqo22
+4 -2
Diff #0
+4 -2
islands/ProfileReviewComposer.tsx
··· 1 1 import { useSignal } from "@preact/signals"; 2 + import { createPortal } from "preact/compat"; 2 3 import type { ReviewRow } from "../lib/reviews.ts"; 3 4 4 5 interface Props { ··· 124 125 )} 125 126 </div> 126 127 127 - {open.value && signedIn && !isOwner && ( 128 + {open.value && signedIn && !isOwner && createPortal( 128 129 <div 129 130 class="modal-backdrop" 130 131 onClick={(e) => { ··· 209 210 </p> 210 211 )} 211 212 </div> 212 - </div> 213 + </div>, 214 + document.body, 213 215 )} 214 216 </> 215 217 );

History

1 round 0 comments
sign up or login to add to the discussion
pdewey.com submitted #0
1 commit
expand
fix: fix review modal
merge conflicts detected
expand
  • islands/ProfileReviewComposer.tsx:1
expand 0 comments