frontend for xcvr appview

correct addSignet

+2 -1
+1 -1
src/lib/types.ts
··· 48 48 } 49 49 50 50 export type SignetView = { 51 - $type: string 51 + $type?: string 52 52 uri: string 53 53 issuerHandle: string 54 54 channelURI: string
+1
src/lib/wscontext.svelte.ts
··· 295 295 const authorHandle = lex.authorHandle 296 296 const startedAt = Date.parse(lex.startedAt) 297 297 ctx.addSignet({ 298 + $type: "org.xcvr.lrc.defs#signetView", 298 299 uri: uri, 299 300 issuerHandle: issuerHandle, 300 301 channelURI: channelURI,