stacker.news/worker
SatsAllDay 1d394bebe1
Ephemeral item support (#570)
backend impl and some of the UI for ephemeral item support

more to come, this is just a WIP so far

Consolidate client-side ephemeral fee logic in FeeButton components for easier reuse

* update the update_item function to handle the case where an item was not
ephemeral, but now is, so we charge the user accordingly

* introduce `hasDeleteCommand` for a better logical abstraction for some use cases in the code

* introduce `EPHEMERAL_FEE_SATS` which is derived from `EPHEMERAL_FEE_MSATS`, so we don't
have to the same calculation over and over

Remove fees for ephemeral items

* remove unused markdownField prop in FeeButton

* remove empty migration

minor code cleanup

Centralize delete item by author code to reduce duplication
2023-10-22 11:02:58 -05:00
..
Dockerfile use node v18 in docker 2023-08-07 13:19:11 -05:00
auction.js Convert worker to ESM (#500) 2023-09-23 20:19:35 -05:00
earn.js Fix earn push notifications 2023-10-13 21:46:07 +02:00
ephemeralItems.js Ephemeral item support (#570) 2023-10-22 11:02:58 -05:00
imgproxy.js Refactor typeof check with isJob function 2023-10-13 22:37:41 +02:00
index.js Ephemeral item support (#570) 2023-10-22 11:02:58 -05:00
nostr.js add a tag to zap receipts 2023-09-28 15:52:59 -05:00
ots.js Convert worker to ESM (#500) 2023-09-23 20:19:35 -05:00
package.json Convert worker to ESM (#500) 2023-09-23 20:19:35 -05:00
repin.js Convert worker to ESM (#500) 2023-09-23 20:19:35 -05:00
search.js Add OpenSearch to docker setup for development (#509) 2023-09-24 18:24:04 -05:00
streak.js More push notification types (#530) 2023-10-04 18:20:52 -05:00
trust.js personal wot 2023-10-19 18:45:07 -05:00
views.js personal wot 2023-10-19 18:45:07 -05:00
wallet.js More push notification types (#530) 2023-10-04 18:20:52 -05:00