Commit Graph

211 Commits

Author SHA1 Message Date
b068c00b7f add missing : 2023-04-19 19:38:50 -05:00
74bfa03227 only render hyperlink if link is valid 2023-04-19 19:29:37 -05:00
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
e5b215abb5 feat: account switching 2023-04-19 13:10:41 +01:00
7abb49066e bug: getDisplayName 2023-04-19 10:29:44 +01:00
13461cca80 feat: render note quotes 2023-04-18 22:23:13 +01:00
28383b8464 bug: click event blocking profile nav 2023-04-18 14:16:08 +01:00
82d2b19e36 chore: load only 200 latest posts on profile 2023-04-18 14:09:19 +01:00
6d8416f88e chore: improve thread navigation 2023-04-18 13:45:26 +01:00
8e2f01fdff bug: nip5 service update profile cache 2023-04-18 13:17:10 +01:00
3d8269b674 chore: Link preview style changes 2023-04-18 12:47:01 +01:00
8894044880 chore: show abouts on trending users 2023-04-18 11:42:12 +01:00
d309bfd472 feat: Trending users @ghobs91 2023-04-18 11:40:56 +01:00
4f1e5df1a8 Merge pull request #522 from v0l/subscription-handle
Subscription handle
2023-04-18 10:40:13 +01:00
849b9ed092 chore: tweak donate page 2023-04-18 10:28:19 +01:00
6354fc3a17 claim handle 2023-04-17 22:22:00 +01:00
d0cb44a566 fix #517 (#518)
* fix #517

* delete commented test for build pass

* fix unrelated formatting errors
2023-04-17 14:33:31 +01:00
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
24b07e4a27 chore: remove unsed import 2023-04-15 00:28:22 +01:00
5736bad21f bug: render naddr link 2023-04-15 00:27:19 +01:00
bc923187bc anon zap tag 2023-04-14 17:50:30 +01:00
36926d4346 Casual refactor of entire eventBuilder 2023-04-14 16:02:15 +01:00
0f7964bfa6 tweak subscriptions page 2023-04-14 12:57:48 +01:00
fe788853c9 feat: multi-account system 2023-04-14 12:43:58 +01:00
f0c5c33c48 feat: subscriptions 2023-04-13 19:43:43 +01:00
ffbeab37e1 Merge branch 'v0l:main' into patch-502 2023-04-13 21:56:29 +05:30
910686eab0 fix review comments 2023-04-13 19:38:00 +05:30
936473d438 feat: Handle NIP5 LN Address 2023-04-13 12:28:41 +01:00
2982dc5838 fix #502 2023-04-12 16:47:59 +05:30
b3ecc6bf60 bug: typo 2023-04-11 15:45:57 +01:00
0af8591454 bug: anon zaps 2023-04-11 12:50:58 +01:00
ef0c019917 always show poll results for creator 2023-04-10 19:32:50 +01:00
8aed425a86 review changes 2023-04-10 19:32:50 +01:00
bf31816051 poll creation 2023-04-10 19:32:47 +01:00
657f684c2c Vote amount message 2023-04-10 19:27:43 +01:00
82851800bf review changes 2023-04-10 19:27:43 +01:00
b9b9989647 bug: zap amount 2023-04-10 19:27:43 +01:00
bbc7e443df feat: render polls 2023-04-10 19:27:42 +01:00
8fee89f31f feat: cmd+enter to send 2023-04-10 10:59:38 +01:00
78f66803c6 chore: warning 2023-04-08 22:30:26 +01:00
c79adf7e9e bug: mentions duplication 2023-04-08 22:30:26 +01:00
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
eab07add8c Merge pull request #498 from vivganes/patch-496
fix #496
2023-04-08 11:38:29 +01:00
c1a022d795 fix warnings 2023-04-08 15:07:54 +05:30
f61630619a filtering moved to ProfilePage 2023-04-08 15:05:34 +05:30
b68693d7c2 fix warning 2023-04-07 23:40:14 +05:30
90842371ca fix bugs and simplify 2023-04-07 23:34:34 +05:30
02eef1464c Fixed code duplication 2023-04-07 16:53:51 +05:30
f41f612372 missed event type 2023-04-07 16:44:31 +05:30
e9a372d974 fix prettier warnings 2023-04-07 16:39:47 +05:30