Commit Graph

213 Commits

Author SHA1 Message Date
Alejandro
cd4dcbd0a2
feat: read nip-58 badges (#394) 2023-03-09 11:13:10 +01:00
2f20d03e2b
chore: remove invalid zap spam 2023-03-09 09:57:49 +00:00
Sam Samskies
c4d8d871a1
do not render reposts of badge award events in timelines (#406)
* do not render reposts of badge award events

* fix var name

* only render reposts of kind 1 events
2023-03-08 09:30:19 -08:00
Sam Samskies
093ea8205b
render webm links as inline videos (#410) 2023-03-08 09:25:41 -08:00
667a58ac1d
Merge pull request #371 from d-r-w/main
Makes entire note clickable
2023-03-07 15:29:38 +00:00
d-r-w
d228772e92 Fixes Prettier issue 2023-03-07 08:59:38 -06:00
Yasuhiro Matsumoto
b3afe41723
fix HyperText matching 2023-03-07 22:35:40 +09:00
df0362b9ba
Merge pull request #393 from lujakob/fix/skeleton-dark-theme-styles
fix(skeleton): dark theme styles
2023-03-07 12:30:05 +00:00
4dc26a08af
Merge pull request #395 from lujakob/fix/open-note-in-new-tab
feat(note): open note in new tab on cmd press
2023-03-07 12:29:41 +00:00
6b6995f2f9
Merge pull request #397 from lujakob/fix/back-button-vertical-align
fix(BackButton): vertical align styles
2023-03-07 12:28:36 +00:00
33bbadeda8
bug: invoice amount from millisats 2023-03-06 10:18:33 +00:00
5f0bd9699f
bug: zap parsing missing invoice 2023-03-05 18:38:14 +00:00
b71c279a0d
feat: check zap service pubkeys 2023-03-05 17:54:55 +00:00
c702d1b760
chore: improve zapper validation 2023-03-05 16:58:34 +00:00
d959a492b1
chore: invalid zappers 2023-03-05 15:36:20 +00:00
Sam Samskies
0a5491eede
Fix broken note links (#380)
* fix broken note links

* remove unused prop

* make comment easier to understand

* handle case where root event ID is missing

* add missing return

* fix root finding logic

* update comment
2023-03-04 13:41:29 -08:00
Lukas Jakob
d6ea7548ab fix(BackButton): vertical align styles 2023-03-04 12:18:21 -06:00
Lukas Jakob
28599938d7 feat(note): open note in new tab on cmd press 2023-03-04 12:09:11 -06:00
Lukas Jakob
bad6f08d8f fix(skeleton): dark theme styles 2023-03-04 11:33:57 -06:00
h3y6e
93d5e698ed
fix icons 2023-03-05 01:54:56 +09:00
0951110c82
bug: fast zap when wallet not ready 2023-03-03 23:04:26 +00:00
2ad15c6e5d
bug: zap snort pubkey 2023-03-03 22:40:49 +00:00
3fd4e471f1
feat: fast zap donate 2023-03-03 22:01:15 +00:00
9b2116bd3a
chore: cleanup 2023-03-03 20:35:36 +00:00
50be9d7b65
chore: rename file 2023-03-03 20:35:36 +00:00
8e69342a0c
feat: parse magnet links 2023-03-03 20:35:34 +00:00
Sam Samskies
4325c49435
add Nostr Nests embed (#377)
* add Nostr Nests embed

* remove wildcard

* fix import to match import convention

* always show link, but hide iframe when necessary
2023-03-03 11:05:10 -08:00
32549522d4
feat: improve profile cache (again) 2023-03-03 14:30:31 +00:00
27edf5f592
bug: zap button not working 2023-03-03 11:56:03 +00:00
Jeremy Karlsson
56d9796f64
Format 2023-03-02 20:01:37 +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
e4cdbcc0dc
Tweak some sizes 2023-03-02 19:39:29 +01:00
Jeremy Karlsson
b4a132d4a2
Move icons to svg file 2023-03-02 18:47:02 +01:00
eec85c441e
complete basic wallet 2023-03-02 15:23:53 +00:00
cff605b188
feat: LNC wallet 2023-02-28 22:22:46 +00:00
1b363ec15f
progress 2023-02-28 22:21:50 +00:00
9c4fa026bd
bug: show reactions menu option always 2023-02-28 19:50:00 +00:00
ac41f8c2f4
bug: clear redux store on logout
closes #372
2023-02-28 19:33:47 +00:00
5caf5541ec
chore: extract message 2023-02-28 15:52:05 +00:00
0a8741ee71
bug: trim name 2023-02-28 15:45:28 +00:00
d43ff2646d
feat: reveal content with click 2023-02-28 15:42:25 +00:00
Lukas Jakob
7e50c72ea7 refactor(AsyncButton): replace spinner 2023-02-28 07:50:05 -06:00
Lukas Jakob
b1e7a202f3 Fix format 2023-02-28 07:19:55 -06:00
Lukas Jakob
4e9408ee3e refactor(AsyncButton): add disabled property 2023-02-28 07:19:55 -06:00
Lukas Jakob
0b7d070146 refactor(AsyncButton): add loader 2023-02-28 07:19:55 -06:00
d-r-w
d18fa03f31 Makes entire note clickable 2023-02-27 19:16:43 -06:00
5f6f8f5c44
Merge pull request #370 from v0l/long-press
Fast Zaps 
2023-02-27 21:34:30 +00:00
4718d11906
auto-close lnurl flow after WebLN payment success 2023-02-27 21:24:12 +00:00
7463196edf
cancel fast zap 2023-02-27 21:19:26 +00:00
Sam Samskies
2782f24690
fix URL parsing edge cases (#360)
This should fix the following:
- URLs in parentheses
- URLs at the end of a sentence
2023-02-27 11:21:38 -08:00
3040dd46fa
extract error messages 2023-02-27 19:15:39 +00:00
8c286c04f3
feat: fast zaps 2023-02-27 17:46:01 +00:00
c203c7eeed
bug: follow all fix 2023-02-25 21:27:01 +00:00
df04c16283
feat: hide QR when WebLN triggered 2023-02-24 23:24:18 +00:00
44b29b777d
feat: default zap amount 2023-02-24 23:03:01 +00:00
81ecc3178d
Change message unread color to purple 2023-02-24 15:31:41 -05:00
Sam Samskies
e0dea32d6f
fix long zap comment text overflow (#344) 2023-02-21 21:57:53 +01:00
88dc0647d7
Merge pull request #339 from v0l/feed-cache-rework
Feed cache rework
2023-02-21 15:11:05 +00:00
e6f64e9b9e
feat: redux timeline cache 2023-02-21 14:35:53 +00:00
Sam Samskies
28ced65b2e
add missing alt attribute 2023-02-20 16:55:01 -06:00
Sam Samskies
7b3092edec
add missing keys 2023-02-20 16:53:08 -06:00
b23b1764e5
chore: misc 2023-02-20 14:24:19 +00:00
Semisol
38892b6c34
Use inner note content as comment 2023-02-19 19:39:20 +03:00
f34e42701f
bug: catch invalid invoice 2023-02-19 14:47:52 +00:00
42f2998343
bug: mention key 2023-02-18 23:36:34 +00:00
1161c69e36
Merge pull request #314 from kphrx/feat/kind1-reposts
feat: render kind 1 reposts
2023-02-18 23:01:28 +00:00
b4d797faf1
bug: summary anonymous zap 2023-02-18 22:42:47 +00:00
4c1513676e
feat: tag anon zaps 2023-02-18 21:27:06 +00:00
b5d7e2c58a
feat: zap type 2023-02-18 20:37:04 +00:00
kPherox
b7b23dcfc7
refactor: yarn format 2023-02-18 10:10:18 +09:00
Alejandro
05a363491f
UI fixes (#318)
resolves #306
2023-02-17 17:42:10 +01:00
b11ab51ba8
bug: catch invalid zaps (missing tag) 2023-02-16 21:54:11 +00:00
Fernando López Guevara
4fa14247fb
fix(fotter-actions): add highlighting and min-width 2023-02-16 13:35:08 -06:00
Josh Remaley
625b734fde
add close menu button to exit menu 2023-02-16 13:35:08 -06:00
Josh Remaley
37a90a90c2
increase clickable area for overflow menu icon 2023-02-16 13:35:08 -06:00
kPherox
188b599e85
refactor: rename isTextRepost to tagFilterOfTextRepost 2023-02-16 23:11:29 +09:00
kPherox
d911dc8da3
fix: not need fallback text note repost 2023-02-16 20:52:04 +09:00
kPherox
615c2a974a
refactor: extract repost filter to Util.isTextRepost
resolve https://github.com/v0l/snort/pull/314\#discussion_r1108279333
2023-02-16 20:42:46 +09:00
kPherox
8e5c9686df
feat: pass root event for kind1 reposts 2023-02-16 18:17:12 +09:00
kPherox
6ed1252eed
feat: render kind 1 reposts 2023-02-16 07:26:26 +09:00
Fernando López Guevara
68e1f9fd36 fix(fotter-actions): add highlighting and min-width 2023-02-15 13:49:03 -03:00
Alejandro Gomez
b42ffbc458
fix: add max height to textarea 2023-02-15 14:23:08 +00:00
Alejandro Gomez
bf7232b2f4
empty action 2023-02-15 14:22:53 +00:00
Alejandro Gomez
b9267fe1e1
fix: fade in fixed latest notes 2023-02-15 14:22:51 +00:00
heyhoe
5c4a7bde15
move f-ellipsis (#298) 2023-02-14 21:58:47 +01:00
829b1cd703
bug: fix url builder 2023-02-14 19:50:08 +00:00
abfb6d8c38
pass dpr for imgproxy 2023-02-14 16:10:03 +00:00
db001fbba5
bug: catch invalid zap 2023-02-14 14:53:00 +00:00
Alejandro Gomez
b01b5c2da1
margin and selector placement 2023-02-14 14:36:50 +00:00
Alejandro Gomez
1240fe40fe
no wrap 2023-02-14 14:36:41 +00:00
Alejandro Gomez
54f33ddf7c
note to self fix 2023-02-14 14:36:40 +00:00
Alejandro Gomez
1b8d7354fe
type param 2023-02-14 14:36:40 +00:00
Alejandro Gomez
f590fd6081
auto tabs only on profile 2023-02-14 14:36:40 +00:00
Alejandro Gomez
0379e41f3b
positioning 2023-02-14 14:36:40 +00:00
Alejandro Gomez
e0aeab8ec1
fixes 2023-02-14 14:36:38 +00:00
Alejandro Gomez
2c09d6af79
send sats and show latest improvements 2023-02-14 14:36:20 +00:00
Alejandro Gomez
a63701f7d0
djust tabs 2023-02-14 14:35:41 +00:00
Alejandro Gomez
a090bfd4f1
no autowidth 2023-02-14 14:35:40 +00:00
Alejandro Gomez
a1432edc1f
fix zap width 2023-02-14 14:35:40 +00:00
Alejandro Gomez
a29bd45ceb
bookmarks title 2023-02-14 14:35:38 +00:00
Alejandro Gomez
0a1bd42bb6
fix reactions modal pfp 2023-02-14 14:35:19 +00:00
Alejandro Gomez
8fb34cbbb0
typo 2023-02-14 14:35:17 +00:00
Alejandro Gomez
728472d7bc
rename 2023-02-14 14:34:52 +00:00
Alejandro Gomez
05a024e985
last notes opacity, avoid profile linking 2023-02-14 14:33:24 +00:00
Alejandro Gomez
4cd174092a
space 2023-02-14 14:33:24 +00:00
Alejandro Gomez
8c1979519e
show latest styles 2023-02-14 14:33:03 +00:00
Alejandro Gomez
841263f4ed
badge fixes 2023-02-14 14:32:09 +00:00
Alejandro Gomez
cd17897238
all sizes 2023-02-14 14:32:09 +00:00
Alejandro Gomez
271d44d92d
relays and zaps tweaks 2023-02-14 14:32:09 +00:00
Alejandro Gomez
4f222fb813
login and onboarding fixes 2023-02-14 14:32:06 +00:00
Alejandro Gomez
73957e6510
count in profile page 2023-02-14 14:29:36 +00:00
ennmichael
ba01423110
rebase 2023-02-14 14:35:12 +01:00
ennmichael
2a211b78a1
workspace with decoupled nostr package 2023-02-14 14:27:40 +01:00