You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nostrweb/src
OFF0 a596121821
feed: dirty fix to show replies
now that nonce tag is always the first element in the tags list,
a bug surfaced that replies from nostrweb did not render anymore.

reason was that the code expected the first tag to be an e tag and
took its reply-id. this commit is a quick fix that takes the first
reply-id from the first e tag.

the proper way is a bit more complicated as nip-10 defines a
preferred and deprecated way.

this is a quick and dirty fix so that replies work with nip-13 pow
events, but nip-10 event tags should be properly supported but in
a later commit.
2 years ago
..
assets pwa: add manifest and related app icons 2 years ago
about.html pwa: add manifest and related app icons 2 years ago
cards.css nip-13: mine pow async in worker any only invoke noxy with pow 2 years ago
cryptoutils.js nip-13: mine pow async in worker any only invoke noxy with pow 2 years ago
domutil.js content: parse lightning addresses and render as links 2 years ago
error.css nip-13: add timeout and show user facing error if it exceeds 2 years ago
favicon.ico getting ready 2 years ago
form.css feed: add deeplinking and browser history 2 years ago
index.html nip-13: add timeout and show user facing error if it exceeds 2 years ago
main.css nip-13: add timeout and show user facing error if it exceeds 2 years ago
main.js feed: dirty fix to show replies 2 years ago
manifest.json pwa: add manifest and related app icons 2 years ago
tabs.css nip-13: add timeout and show user facing error if it exceeds 2 years ago
timeutil.js layout: update navigation and add icons 2 years ago
worker.js nip-13: add timeout and show user facing error if it exceeds 2 years ago
write.css send: update layout on mobile 2 years ago