Page titles (#16) #62
Reference in New Issue
Block a user
Delete Branch "feature/16-page-titles"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #16
Just a couple things
@@ -0,0 +83,4 @@}const url = decodeRelay(relay)const filters: Filter[] = [{ids: [eventId], limit: 1}]This won't work if eventId is an address, try
getIdFiltersOr, better yet, just do
repository.getEvent(id || address)@@ -201,1 +207,4 @@})$effect(() => {if (typeof document !== "undefined") {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.