Commit Graph

22 Commits

Author SHA1 Message Date
Kieran 241ead7a03
refactor 2023-05-09 16:25:59 +01:00
callebtc c52b56871c
something 2023-05-09 15:51:39 +01:00
callebtc 4f8f472e84
parse tokens 2023-05-09 15:49:31 +01:00
Kieran ca1bb86036
wip 2023-05-09 15:45:56 +01:00
Sam Samskies b068c00b7f
add missing : 2023-04-19 19:38:50 -05:00
Sam Samskies 74bfa03227
only render hyperlink if link is valid 2023-04-19 19:29:37 -05:00
Sam Samskies 9b2fb3b6bf
don't render nostr:npub as a link
People often type the literal text `nostr:npub` when talking about nostr URIs. That shouldn't be converted to a link.
2023-04-19 13:57:58 -05:00
Kieran 13461cca80
feat: render note quotes 2023-04-18 22:23:13 +01:00
Kieran c79adf7e9e
bug: mentions duplication 2023-04-08 22:30:26 +01:00
Kieran 5d23419220
bug: embeds in about section 2023-04-04 19:25:11 +01:00
Kieran 465c59ea20
refactor: RequestBuilder 2023-03-28 15:34:01 +01:00
Kieran 9b6e5090dc
feat: nip19/21 links 2023-03-25 22:55:34 +00:00
Sam Samskies 3dccf21d2c
Fix event mention bug (#421)
* only replace valid note IDs

* render empty string if no ref.Event
2023-03-10 08:08:59 -08:00
Yasuhiro Matsumoto b3afe41723
fix HyperText matching 2023-03-07 22:35:40 +09:00
Sam Samskies 0a5491eede
Fix broken note links (#380)
* fix broken note links

* remove unused prop

* make comment easier to understand

* handle case where root event ID is missing

* add missing return

* fix root finding logic

* update comment
2023-03-04 13:41:29 -08:00
Kieran 50be9d7b65
chore: rename file 2023-03-03 20:35:36 +00:00
Kieran 8e69342a0c
feat: parse magnet links 2023-03-03 20:35:34 +00:00
Kieran 32549522d4
feat: improve profile cache (again) 2023-03-03 14:30:31 +00:00
Sam Samskies 2782f24690
fix URL parsing edge cases (#360)
This should fix the following:
- URLs in parentheses
- URLs at the end of a sentence
2023-02-27 11:21:38 -08:00
Kieran b23b1764e5
chore: misc 2023-02-20 14:24:19 +00:00
Kieran 42f2998343
bug: mention key 2023-02-18 23:36:34 +00:00
ennmichael 2a211b78a1
workspace with decoupled nostr package 2023-02-14 14:27:40 +01:00