Commit graph

17 commits

Author SHA1 Message Date
Vlad Stan
a3299b63c4 Extract market place (#78)
* chore: remove marketplace components

* feat: add static marketplace

* feat: add entry point for static marketplace

* doc: add comment

* chore: include nostr-bundle.js
2023-07-31 11:35:50 +03:00
Vlad Stan
d0b2ec1250 feat: allow to restore all products at once 2023-07-18 16:40:43 +02:00
Vlad Stan
51c4147e65 Product delete (#64)
* feat: restore stalls from `nostr` as pending

* feat: stall and prod last update time

* feat: restore products and stalls as `pending`

* feat: show pending stalls

* feat: restore stall

* feat: restore a stall from nostr

* feat: add  blank `Restore Product` button

* fix: handle no talls to restore case

* feat: show restore dialog

* feat: allow query for pending products

* feat: restore products

* chore: code clean-up

* fix: last dm and last order query

* chore: code clean-up

* fix: subscribe for stalls and products on merchant create/restore

* feat: add message type to orders

* feat: simplify messages; code format

* feat: add type to DMs; restore DMs from nostr

* fix: parsing ints

* fix: hide copy button if invoice not present

* fix: do not generate invoice if product not found

* feat: order restore: first version

* refactor: move some logic into `services`

* feat: improve restore UX

* fix: too many calls to customer DMs

* fix: allow `All` customers filter

* fix: ws reconnect on server restart

* fix: query for customer profiles only one

* fix: unread messages per customer per merchant

* fix: disable `user-profile-events`

* fix: customer profile is optional

* fix: get customers after new message debounced

* chore: code clean-up

* feat: auto-create zone

* feat: fixed ID for default zone

* feat: notify order paid
2023-06-30 13:12:56 +03:00
Vlad Stan
d032c8b259 feat: add more images for product 2023-04-03 18:36:14 +03:00
Vlad Stan
d7d7869b0e feat: link order to DMs 2023-03-17 10:51:20 +02:00
Vlad Stan
6b3cde90a3 fix: product description 2023-03-03 11:38:11 +02:00
Vlad Stan
54978c847f feat: publish events for products 2023-03-03 11:08:55 +02:00
Vlad Stan
62e7d439c7 feat: update product 2023-03-02 18:38:06 +02:00
Vlad Stan
1e6aaf8436 feat: delete product 2023-03-02 18:15:17 +02:00
Vlad Stan
4bad9655be feat: add products table 2023-03-02 18:05:49 +02:00
Vlad Stan
5328ce170c fat: add create product logic 2023-03-02 17:42:28 +02:00
Vlad Stan
f22e47e9ce feat: handle stall delete and update 2023-03-02 14:37:07 +02:00
Vlad Stan
5a526f86f1 chore: label updates 2023-03-02 14:25:23 +02:00
Vlad Stan
c1a0e721e6 feat: update and delete stall 2023-03-02 14:18:48 +02:00
Vlad Stan
6d8488d2c3 fix: shipping zones label 2023-03-02 13:58:49 +02:00
Vlad Stan
6ff1997d36 feat: add basic stall details 2023-03-02 13:31:42 +02:00
Tiago Vasconcelos
cc65c91726 Initial skeleton 2023-02-27 18:13:26 +00:00