Commit Graph

26 Commits

Author SHA1 Message Date
Kieran e5b215abb5
feat: account switching 2023-04-19 13:10:41 +01:00
Kieran f4244f881e
fix: nip42 2023-04-18 21:29:38 +01:00
Kieran 6fa641e33e
chore: tweak header styles 2023-04-18 12:52:58 +01:00
Kieran 36926d4346
Casual refactor of entire eventBuilder 2023-04-14 16:02:15 +01:00
Kieran 914fa759a9
tweak header 2023-04-14 13:08:42 +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
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 e69bd31a1c
Revert "chore: logo"
This reverts commit 2066773914.
2023-04-04 19:07:41 +01:00
Kieran 2066773914
chore: logo 2023-04-04 14:30:23 +01:00
Kieran f296063283
bug: Fix profile update & relays for new user 2023-03-31 13:09:08 +01:00
Kieran 8bd694eb15
feat: short links 2023-03-31 10:51:50 +01:00
Kieran c731c65661
dm cache 2023-03-29 13:10:22 +01:00
Kieran 465c59ea20
refactor: RequestBuilder 2023-03-28 15:34:01 +01:00
Kieran 32549522d4
feat: improve profile cache (again) 2023-03-03 14:30:31 +00:00
Jeremy Karlsson b423cb2ab3
Merge 2023-03-02 19:50:43 +01:00
Jeremy Karlsson 8fa2d4c29f
Merge branch 'main' of github.com:v0l/snort into svg-proposal 2023-03-02 19:46:15 +01:00
Jeremy Karlsson 3fbdaa77f2
fix plus size icon 2023-03-02 19:40:46 +01:00
Jeremy Karlsson b4a132d4a2
Move icons to svg file 2023-03-02 18:47:02 +01:00
Kieran cff605b188
feat: LNC wallet 2023-02-28 22:22:46 +00:00
Kieran 7db8960914
feat: basic wallet 2023-02-28 22:21:49 +00:00
w3irdrobot 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
Kieran a49121c05a
chore: remove feed cache 2023-02-21 12:03:14 +00:00
Kieran 3f406ec19e
feat: improve profile loading 2023-02-20 23:14:15 +00:00
Alejandro Gomez 4f222fb813
login and onboarding fixes 2023-02-14 14:32:06 +00:00
ennmichael 2a211b78a1
workspace with decoupled nostr package 2023-02-14 14:27:40 +01:00