Commit Graph

395 Commits

Author SHA1 Message Date
Jonathan Staab
a5acae14e6 Some PR cleanup 2023-03-03 16:30:11 -06:00
Jonathan Staab
eb50234785 Merge remote-tracking branch 'fiatjaf/bolt11' 2023-03-03 16:24:54 -06:00
Jonathan Staab
308b5cac63 Fix a few minor bugs 2023-03-03 16:15:49 -06:00
Jonathan Staab
e90170d3de Add route name to document title 2023-03-03 14:57:49 -06:00
Jonathan Staab
6802b411e2 Add images to replies 2023-03-03 12:54:26 -06:00
Jonathan Staab
6f75712e6e Beautify notes 2023-03-03 11:48:02 -06:00
Jonathan Staab
1e48e46275 Add hashed pubkey to usage data 2023-03-03 10:44:58 -06:00
Jonathan Staab
c16ea1e8e8 Show note image rather than append url to note. Add close button for previews 2023-03-03 10:35:00 -06:00
Jonathan Staab
447fdab654 Improve feed quality by separating kind 1 and 7 filters 2023-03-03 10:11:09 -06:00
e4cd40cc0c
remove bech32 arbitrary char limit. 2023-03-03 12:59:28 -03:00
Jonathan Staab
6b2954c48c Update install instructions 2023-03-03 09:26:56 -06:00
0fb38749ac
remove bolt11, bech32 and js-lnurl dependencies.
replace with much faster invoice amount parsing.
fix lnurl encoding/decoding.
2023-03-03 11:44:22 -03:00
Jonathan Staab
1e0b032d03 Coerce amount to string in zap tag 2023-03-03 06:48:31 -06:00
Jonathan Staab
17afc35d1c Fix nprofile scan when there are no relays 2023-03-02 16:33:02 -06:00
Jon Staab
2781434b86
Merge pull request #34 from fiatjaf/nip05
support nip05 addresses on advanced search
2023-03-02 16:18:58 -06:00
Jonathan Staab
ba7caf1d7c Clean up pull request 2023-03-02 16:15:49 -06:00
igmaat
6c41ee8cd8 fix wording on profile view for no NIP05 identifier 2023-03-02 15:57:01 -06:00
igmaat
2b05656198 fix indentation 2023-03-02 15:57:01 -06:00
igmaat
779a34b9c5 Add "Profile" action to person view 2023-03-02 15:57:01 -06:00
igmaat
222e318c2c Add new route for person profile info 2023-03-02 15:57:01 -06:00
igmaat
2240d03a83 Add component for new modal: person profile Info 2023-03-02 15:57:01 -06:00
Jonathan Staab
71eaf25045 Fix a few bugs, add zaps to alerts 2023-03-02 15:56:21 -06:00
Jonathan Staab
12201b7967 Add lud16 to profile 2023-03-02 15:38:00 -06:00
Jonathan Staab
4d86f8bf60 Merge branch 'master' of github.com:staab/coracle 2023-03-02 15:29:36 -06:00
Jonathan Staab
c06b4c5c77 Add zaps 2023-03-02 15:20:36 -06:00
Jon Staab
73bcd40a3b
Merge pull request #35 from gourcetools/patch-1
Update README.md with instructions to run locally
2023-03-02 14:39:32 -06:00
gourcetools
b348d19add
Update README.md 2023-03-02 21:37:08 +01:00
Jonathan Staab
d033b4040b Listen for new events for user on page load 2023-03-02 10:30:56 -06:00
ad4be88d87
support nip05 addresses on advanced search. 2023-03-02 08:44:27 -03:00
Jonathan Staab
bc8aa8e2ad Merge branch 'master' of github.com:staab/coracle 2023-03-01 17:13:07 -06:00
Jon Staab
a54a1cef8a
Merge pull request #31 from fiatjaf/optimize-deduplication
optimize deduplication
2023-03-01 17:13:00 -06:00
Jonathan Staab
bd6e51a4be Update changelog 2023-03-01 17:12:24 -06:00
1e270b52aa optimize deduplication. 2023-03-01 17:08:43 -06:00
Jonathan Staab
1188dc55be Fix small style things 2023-03-01 17:08:21 -06:00
Jonathan Staab
2f0317e8aa Add image uploads to new post 2023-03-01 16:49:24 -06:00
Jonathan Staab
f97d9f2171 Invert relay selection for kind 3 2023-03-01 16:03:29 -06:00
Jonathan Staab
75f4ee0254 Fix signing events when logged in with a private key while having an extension available 2023-03-01 15:39:54 -06:00
Jonathan Staab
e432d812bc fix modal z index 2023-03-01 15:17:52 -06:00
Jonathan Staab
cfcaf837e5 Disable cursor since for now 2023-03-01 15:05:05 -06:00
Jonathan Staab
490f38fb5e Add image uploads to profile edit page 2023-03-01 15:03:56 -06:00
2e99b74b79
optimize deduplication. 2023-03-01 16:39:18 -03:00
Jonathan Staab
91df2e2247 Fix chat word wrap and person buttons 2023-02-28 21:03:45 -06:00
Jonathan Staab
803f4d5c64 Fix mention layout on small screens 2023-02-28 14:46:55 -06:00
Jonathan Staab
8046f866e7 Rename inbox to notifications 2023-02-28 14:04:33 -06:00
Jonathan Staab
c500c7354f Add person popover 2023-02-28 14:02:20 -06:00
Jonathan Staab
0a293ca354 Tweak side nav buttons, profile detail buttons 2023-02-28 09:18:03 -06:00
Jonathan Staab
24b1588599 PWA-ify 2023-02-27 16:20:23 -06:00
Jonathan Staab
4e20de8fb5 Use sig instead of sign 2023-02-27 14:37:52 -06:00
3a57aea96e use full event when signing with the extension.
because if the client is building the event with the pubkey A, but
the actual key used by the extension is B, using just the `.sig`
property of the value returned by `window.nostr.signEvent()` will
cause the event to be invalid.
2023-02-27 14:31:57 -06:00
Jonathan Staab
e72106f765 Add parents timeout on person notes/likes to increase odds of a complete feed 2023-02-27 14:29:49 -06:00