keyan
dc15be914c
opt-in moderation for territory founders
2023-12-29 18:05:16 -06:00
ekzyis
7f512d6adb
Fix silent push due to missing tag support in Safari on iOS ( #719 )
...
* Merge notifications manually without relying on tag
* Use tag as argument
* Fix title and undefined sats in DEPOSIT push notification
* Remove wrong comment
* Fix wrong var used for tag check
* Also immediately display STREAK notifications
* Close all notifications with same tag manually before
* Fix merge of DEPOSIT notifications
* Remove unused tag from reduce argument
* Remove FIXME(iOS) comment
---------
Co-authored-by: ekzyis <ek@stacker.news>
2023-12-29 18:04:07 -06:00
ekzyis
6faec2e7cf
Disable autocomplete for withdrawal invoices ( #721 )
...
Co-authored-by: ekzyis <ek@stacker.news>
2023-12-29 18:03:14 -06:00
keyan
9698679d38
attempt another fix for #411
2023-12-28 14:44:56 -06:00
keyan
e20adaebdc
pwa prompt on iOS
2023-12-27 19:06:12 -06:00
keyan
45e7503784
improve outlawed comment ux
2023-12-27 18:14:22 -06:00
keyan
385b07a506
increase bounty limits
2023-12-27 10:23:54 -06:00
keyan
6170853d72
unify idempotent act and act
2023-12-27 10:15:18 -06:00
keyan
73ad93f2bb
idempotent zaps
2023-12-26 20:27:52 -06:00
keyan
374a7985da
unify zap/downzap/bounty mutation
2023-12-26 16:51:47 -06:00
keyan
67a9fe23cf
stablize act mutation reference
2023-12-26 15:55:48 -06:00
keyan
8c5c29ee45
remove snow
2023-12-25 18:05:45 -06:00
keyan
ea2ea41f2d
snow refinements
2023-12-24 18:07:37 -06:00
ekzyis
05bdd988fa
Christmas zaps ( #707 )
...
* Christmas zaps
* Also add 50px margin on left side
* Remove wrong comment
* Use grey snow in light mode
---------
Co-authored-by: ekzyis <ek@stacker.news>
2023-12-24 16:49:41 -06:00
keyan
6633b9f894
don't bail if node is unannounced
2023-12-23 14:27:01 -06:00
keyan
ac1c64e402
reduce redundant messaging in wallet limit banner
2023-12-21 17:52:35 -06:00
keyan
628f755afd
give rewards its own db connection pool
2023-12-21 17:48:16 -06:00
keyan
f3ac63050e
floor the chain fee float
2023-12-21 17:45:03 -06:00
keyan
4c36b7813a
refine wallet limit banner slightly
2023-12-21 17:40:11 -06:00
ekzyis
01984c0b43
Add wallet limit banner ( #699 )
...
* Colorize balance if over soft limit
* Remove default banner export
---------
Co-authored-by: ekzyis <ek@stacker.news>
2023-12-21 17:31:16 -06:00
keyan
c6c75f594e
Merge branch 'master' of github.com:stackernews/stacker.news
2023-12-21 11:42:38 -06:00
ekzyis
2915a1e066
Fix wrong rewards in push notification ( #702 )
...
* Fix unnecessary new line
* Fix wrong rewards in push notifications
---------
Co-authored-by: ekzyis <ek@stacker.news>
2023-12-21 11:40:30 -06:00
ekzyis
5523df5ac5
Fix wrong rewards in push notification ( #702 )
...
* Fix unnecessary new line
* Fix wrong rewards in push notifications
---------
Co-authored-by: ekzyis <ek@stacker.news>
2023-12-21 11:35:53 -06:00
keyan
01bc3dd752
catch query errors
2023-12-20 20:05:09 -06:00
keyan
0be553296d
chain fee should be a float
2023-12-20 19:12:43 -06:00
keyan
fdf8f8e395
fix footnote links
2023-12-20 18:54:56 -06:00
keyan
633c96d619
handle hash urls with 'view more'
2023-12-20 18:16:34 -06:00
keyan
1e03f3b63f
link to territory FAQ
2023-12-20 17:11:07 -06:00
st4rgut24
e9a5d22a6e
Add chain fees to price carousel ( #658 )
...
* add chain fees to price carousel
* restore check for valid carousel values
* add nym to contributors
---------
Co-authored-by: stargut <stargut@starguts-MacBook-Pro.local>
Co-authored-by: Keyan <34140557+huumn@users.noreply.github.com>
2023-12-20 16:06:22 -06:00
ekzyis
056be01f15
Request persistent storage ( #701 )
...
* Request persistent storage
* Only prompt for persistent storage if push notifications enabled
---------
Co-authored-by: ekzyis <ek@stacker.news>
2023-12-20 14:38:43 -06:00
ekzyis
9f7f09378d
Consider mutes during push notifications ( #697 )
...
Co-authored-by: ekzyis <ek@stacker.news>
2023-12-19 20:02:48 -06:00
keyan
65744364f1
undo zap/downzap and improve downzap ux
2023-12-19 19:55:19 -06:00
keyan
7e0da18878
down zap ui polish
2023-12-19 18:25:41 -06:00
keyan
9455847484
add timeouts for nostr extension calls
2023-12-19 16:01:48 -06:00
keyan
efd48afd61
auth updating note id
2023-12-19 12:31:24 -06:00
Austin Kelsay
5737027c0f
Nostr crossposting improvements ( #629 )
...
* Add nostr event id field to items
* crosspost-item
* crosspost old items, update with nEventId
* Updating noteId encoding, cleaning up a little
* Fixing item-info condition, cleaning up
* Linting
* Spacing nit
* Add createdAt variable back
* Change instances of eventId to noteId
* Adding upsertNoteId mutation
* Cleaning up updateItem, using toasts to communivate success/failure in crosspost-item
* Linting
* Fix type
* Move crosspost to share button, make sure only OP can crosspost
* Lint
* Simplify conditions
* user might have no nostr extension installed
Co-authored-by: ekzyis <27162016+ekzyis@users.noreply.github.com>
* change upsertNoteId to updateNoteID for resolver and mutations, change isOp to mine, remove unused noteId params
* Use nostr.com for linking out with noteId
* lint
* add noopener to window.open call
* Simplify condition, throw GraphQLError
---------
Co-authored-by: Keyan <34140557+huumn@users.noreply.github.com>
Co-authored-by: ekzyis <27162016+ekzyis@users.noreply.github.com>
2023-12-19 11:48:48 -06:00
ekzyis
bfcca7d34e
Use docker container with ip4r installed ( #698 )
...
* Use docker container with ip4r installed
* Credit source
---------
Co-authored-by: ekzyis <ek@stacker.news>
2023-12-19 09:52:09 -06:00
ekzyis
6682817578
Do not remove orientation EXIF data ( #683 )
...
* Keep orientation metadata
* npm install piexifjs
---------
Co-authored-by: ekzyis <ek@stacker.news>
2023-12-19 09:45:21 -06:00
keyan
7c49aa55e2
upgrade react-markdown for url encoding patch
2023-12-18 18:11:21 -06:00
keyan
ee68bd2946
hide lnurlpay errors while still reporting errors accurately
2023-12-18 18:02:39 -06:00
keyan
13f3a89540
gofac node ip
2023-12-17 15:14:59 -06:00
ekzyis
db36076541
Mix error messages to hide user balance ( #693 )
...
Co-authored-by: ekzyis <ek@stacker.news>
2023-12-17 13:25:20 -06:00
keyan
fc3f46a343
fix #687
2023-12-17 13:23:52 -06:00
keyan
69004168e0
improve newsletter script
2023-12-17 13:20:22 -06:00
keyan
3a7d899ce7
fix missing view more? #687
2023-12-15 18:18:30 -06:00
keyan
d3fac7f968
fix qr withdrawal
2023-12-15 18:13:24 -06:00
keyan
0fe1d45c8f
wallet limit reduction + country list constants
2023-12-15 14:04:09 -06:00
keyan
71bbf34f36
remove unused param
2023-12-14 12:01:09 -06:00
keyan
a5e50821b7
gofac yourself
2023-12-14 11:30:51 -06:00
keyan
6763ef7bf0
fix comment edit bug
2023-12-10 19:26:25 -06:00