Commit Graph

8 Commits

Author SHA1 Message Date
81ccb95d82 move to pkg 2023-06-08 12:45:23 +02:00
ae6618f0ed improve diff filters
fix tests
expander/compressor filter mangler
2023-06-01 22:03:28 +01:00
f86053c14f move @snort/nostr code into System 2023-05-30 14:48:38 +01:00
6fe9a27041 feat: rebroadcast 2023-05-04 14:16:58 +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
bf31816051 poll creation 2023-04-10 19:32:47 +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