Page titles (#16) #62

Merged
hodlbod merged 2 commits from feature/16-page-titles into dev 2026-02-17 20:39:08 +00:00
Collaborator

Closes #16

Closes #16
triesap added 1 commit 2026-02-17 19:10:56 +00:00
hodlbod requested changes 2026-02-17 19:20:37 +00:00
hodlbod left a comment
Owner

Just a couple things

Just a couple things
@@ -0,0 +83,4 @@
}
const url = decodeRelay(relay)
const filters: Filter[] = [{ids: [eventId], limit: 1}]
Owner

This won't work if eventId is an address, try getIdFilters

This won't work if eventId is an address, try `getIdFilters`
Owner

Or, better yet, just do repository.getEvent(id || address)

Or, better yet, just do `repository.getEvent(id || address)`
@@ -201,1 +207,4 @@
})
$effect(() => {
if (typeof document !== "undefined") {
Owner

Do we need this check? I mean, we're using adapter-static. We could also probably just inline the pageTitle instead of adding an additional derived.

Do we need this check? I mean, we're using adapter-static. We could also probably just inline the pageTitle instead of adding an additional derived.
triesap added 1 commit 2026-02-17 20:19:26 +00:00
hodlbod merged commit a996664e6c into dev 2026-02-17 20:39:08 +00:00
hodlbod referenced this issue from a commit 2026-02-17 20:39:09 +00:00
hodlbod referenced this issue from a commit 2026-03-10 04:13:04 +00:00
Sign in to join this conversation.