Flesh out EventItem

This commit is contained in:
Jon Staab
2025-02-05 13:02:51 -08:00
parent 5909b593ab
commit 131cc99c47
4 changed files with 41 additions and 13 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
<script lang="ts">
import {onMount} from "svelte"
import type {Snippet} from "svelte"
import {groupBy, uniq, uniqBy, batch} from "@welshman/lib"
import {REACTION, getTag, REPORT, DELETE} from "@welshman/util"
import type {TrustedEvent} from "@welshman/util"
@@ -18,7 +19,7 @@
url?: string
reactionClass?: string
noTooltip?: boolean
children?: import("svelte").Snippet
children?: Snippet
}
const {