forked from coracle/flotilla
Migrate Reports dialog to ActionItems dialog, add room join requests to queue
This commit is contained in:
@@ -15,10 +15,10 @@
|
||||
type Props = {
|
||||
url: string
|
||||
event: TrustedEvent
|
||||
onDelete?: () => void
|
||||
onResolved?: () => void
|
||||
}
|
||||
|
||||
const {url, event, onDelete}: Props = $props()
|
||||
const {url, event, onResolved}: Props = $props()
|
||||
|
||||
const etag = getTag("e", event.tags)
|
||||
const ptag = getTag("p", event.tags)
|
||||
@@ -45,7 +45,7 @@
|
||||
{/if}
|
||||
</span>
|
||||
</div>
|
||||
<ReportMenu {url} {event} {onDelete} />
|
||||
<ReportMenu {url} {event} {onResolved} />
|
||||
</div>
|
||||
{#if event.content}
|
||||
<div class="border-l-2 border-primary pl-3">
|
||||
|
||||
Reference in New Issue
Block a user