Commit Graph

20 Commits

Author SHA1 Message Date
f0c5c33c48 feat: subscriptions 2023-04-13 19:43:43 +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
e69bd31a1c Revert "chore: logo"
This reverts commit 2066773914.
2023-04-04 19:07:41 +01:00
2066773914 chore: logo 2023-04-04 14:30:23 +01:00
f296063283 bug: Fix profile update & relays for new user 2023-03-31 13:09:08 +01:00
8bd694eb15 feat: short links 2023-03-31 10:51:50 +01:00
c731c65661 dm cache 2023-03-29 13:10:22 +01:00
465c59ea20 refactor: RequestBuilder 2023-03-28 15:34:01 +01:00
32549522d4 feat: improve profile cache (again) 2023-03-03 14:30:31 +00:00
b423cb2ab3 Merge 2023-03-02 19:50:43 +01:00
8fa2d4c29f Merge branch 'main' of github.com:v0l/snort into svg-proposal 2023-03-02 19:46:15 +01:00
3fbdaa77f2 fix plus size icon 2023-03-02 19:40:46 +01:00
b4a132d4a2 Move icons to svg file 2023-03-02 18:47:02 +01:00
cff605b188 feat: LNC wallet 2023-02-28 22:22:46 +00:00
7db8960914 feat: basic wallet 2023-02-28 22:21:49 +00:00
c0d9399ca7 Remove unread message dot when messages all read
Clicking the Mark All Read button was clearing the messages, but
the purple dot was not disappearing until the page was refreshed.
It appears it was just because the calculation was being cached
and not updated because the dm interaction counter was not inputted
as a dependency to useMemo
2023-02-24 16:44:55 -05:00
a49121c05a chore: remove feed cache 2023-02-21 12:03:14 +00:00
3f406ec19e feat: improve profile loading 2023-02-20 23:14:15 +00:00
4f222fb813 login and onboarding fixes 2023-02-14 14:32:06 +00:00
2a211b78a1 workspace with decoupled nostr package 2023-02-14 14:27:40 +01:00