Commit Graph

213 Commits

Author SHA1 Message Date
Kieran 8f504cfef9
Merge pull request #528 from v0l/fix-nostr-npub-broken-links
don't render nostr:npub as a link
2023-04-20 21:49:46 +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
Michael Rhee be1cd923cd
Update regex for Wavlake embeds, ignore zine subdomain (#529) 2023-04-19 14:24:11 -07: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 e5b215abb5
feat: account switching 2023-04-19 13:10:41 +01:00
Kieran 7abb49066e
bug: getDisplayName 2023-04-19 10:29:44 +01:00
Kieran 13461cca80
feat: render note quotes 2023-04-18 22:23:13 +01:00
Kieran 28383b8464
bug: click event blocking profile nav 2023-04-18 14:16:08 +01:00
Kieran 82d2b19e36
chore: load only 200 latest posts on profile 2023-04-18 14:09:19 +01:00
Kieran 6d8416f88e
chore: improve thread navigation 2023-04-18 13:45:26 +01:00
Kieran 8e2f01fdff
bug: nip5 service update profile cache 2023-04-18 13:17:10 +01:00
Kieran 3d8269b674
chore: Link preview style changes 2023-04-18 12:47:01 +01:00
Kieran 8894044880
chore: show abouts on trending users 2023-04-18 11:42:12 +01:00
Kieran d309bfd472
feat: Trending users @ghobs91 2023-04-18 11:40:56 +01:00
Kieran 4f1e5df1a8
Merge pull request #522 from v0l/subscription-handle
Subscription handle
2023-04-18 10:40:13 +01:00
Kieran 849b9ed092
chore: tweak donate page 2023-04-18 10:28:19 +01:00
Kieran 6354fc3a17
claim handle 2023-04-17 22:22:00 +01:00
Vivek Ganesan d0cb44a566
fix #517 (#518)
* fix #517

* delete commented test for build pass

* fix unrelated formatting errors
2023-04-17 14:33:31 +01:00
Kieran c59dda1e49
NIP-94 file headers (#488)
* feat: NIP-94 file headers

* Merge NIP-81 tags

* disable embedding nip94 for now

* merge error

* disable broken test

* bugfixes

* bug: validation failure
2023-04-17 11:57:13 +01:00
Kieran 24b07e4a27
chore: remove unsed import 2023-04-15 00:28:22 +01:00
Kieran 5736bad21f
bug: render naddr link 2023-04-15 00:27:19 +01:00
Kieran bc923187bc
anon zap tag 2023-04-14 17:50:30 +01:00
Kieran 36926d4346
Casual refactor of entire eventBuilder 2023-04-14 16:02:15 +01:00
Kieran 0f7964bfa6
tweak subscriptions page 2023-04-14 12:57:48 +01:00
Kieran fe788853c9
feat: multi-account system 2023-04-14 12:43:58 +01:00
Kieran f0c5c33c48
feat: subscriptions 2023-04-13 19:43:43 +01:00
Vivek Ganesan ffbeab37e1
Merge branch 'v0l:main' into patch-502 2023-04-13 21:56:29 +05:30
vivganes 910686eab0 fix review comments 2023-04-13 19:38:00 +05:30
Kieran 936473d438
feat: Handle NIP5 LN Address 2023-04-13 12:28:41 +01:00
vivganes 2982dc5838 fix #502 2023-04-12 16:47:59 +05:30
Kieran b3ecc6bf60
bug: typo 2023-04-11 15:45:57 +01:00
Kieran 0af8591454
bug: anon zaps 2023-04-11 12:50:58 +01:00
Kieran ef0c019917
always show poll results for creator 2023-04-10 19:32:50 +01:00
Kieran 8aed425a86
review changes 2023-04-10 19:32:50 +01:00
Kieran bf31816051
poll creation 2023-04-10 19:32:47 +01:00
Kieran 657f684c2c
Vote amount message 2023-04-10 19:27:43 +01:00
Kieran 82851800bf
review changes 2023-04-10 19:27:43 +01:00
Kieran b9b9989647
bug: zap amount 2023-04-10 19:27:43 +01:00
Kieran bbc7e443df
feat: render polls 2023-04-10 19:27:42 +01:00
Kieran 8fee89f31f
feat: cmd+enter to send 2023-04-10 10:59:38 +01:00
Kieran 78f66803c6
chore: warning 2023-04-08 22:30:26 +01:00
Kieran c79adf7e9e
bug: mentions duplication 2023-04-08 22:30:26 +01:00
Sam Samskies b650a1684f
use redux for NoteCreator state management (#494)
* use redux for NoteCreator state management

This fixes a bug where the modal closes while replying to a note. This happens if the thread re-renders while you are replying.

Drafts of notes are also now automatically saved unless the user clicks the cancel button.

* fix modal closing bug

* really fix modal closing bug

* fix rebase
2023-04-08 05:48:57 -07:00
Kieran eab07add8c
Merge pull request #498 from vivganes/patch-496
fix #496
2023-04-08 11:38:29 +01:00
vivganes c1a022d795 fix warnings 2023-04-08 15:07:54 +05:30
vivganes f61630619a filtering moved to ProfilePage 2023-04-08 15:05:34 +05:30
vivganes b68693d7c2 fix warning 2023-04-07 23:40:14 +05:30
vivganes 90842371ca fix bugs and simplify 2023-04-07 23:34:34 +05:30
vivganes 02eef1464c Fixed code duplication 2023-04-07 16:53:51 +05:30