Commit graph

240 commits

Author SHA1 Message Date
Vlad Stan
e90d0161eb feat: UI improvements 2023-07-18 16:40:43 +02:00
Vlad Stan
84807367c3 feat: orders polish 2023-07-18 16:40:43 +02:00
Vlad Stan
31ef362d34 feat: orders improvements 2023-07-18 16:40:43 +02:00
Vlad Stan
edef69c92c feat: orders UI 2023-07-18 16:40:43 +02:00
Vlad Stan
6d921d7559 feat: UI improvements 2023-07-18 16:40:43 +02:00
Vlad Stan
bce0b342d0 feat: basic orders 2023-07-18 16:40:43 +02:00
Vlad Stan
aed65dd65e feat: basic orders UI 2023-07-18 16:40:43 +02:00
Vlad Stan
4817e594c9 feat: add basic customer orders 2023-07-18 16:40:43 +02:00
Vlad Stan
127f4148ea feat: add order confirmation 2023-07-18 16:40:43 +02:00
Vlad Stan
9c19dc8ee1 chore: orders uffff 2023-07-18 16:40:43 +02:00
Vlad Stan
6a093c8890 feat: basic order handling 2023-07-18 16:40:43 +02:00
Vlad Stan
e97a327aec feat: UI changes 2023-07-18 16:40:43 +02:00
Vlad Stan
81907426e5 feat: temp contact area 2023-07-18 16:40:43 +02:00
Vlad Stan
303afcfab4 feat: add shipping cost to cart 2023-07-18 16:40:43 +02:00
Vlad Stan
761a3137a6 feat: stuff 2023-07-18 16:40:43 +02:00
Vlad Stan
6c4ea7ac7d fix: label 2023-07-18 16:40:43 +02:00
Vlad Stan
2b0664b613 feat: change quantity from shopping cart 2023-07-18 16:40:43 +02:00
Vlad Stan
a77f3772f6 fix: layout 2023-07-18 16:40:43 +02:00
Vlad Stan
4a419b2df9 fix: typo 2023-07-18 16:40:43 +02:00
Vlad Stan
483fcedfd9 feat: remove from card 2023-07-18 16:40:43 +02:00
Vlad Stan
52c987b88e feat: more fields to shopping card 2023-07-18 16:40:43 +02:00
Vlad Stan
21aa44a44f feat: basic stopping card list 2023-07-18 16:40:43 +02:00
Vlad Stan
676ab5cc1b feat: add shopping-cart list 2023-07-18 16:40:43 +02:00
Vlad Stan
6152f6b0de feat: infinite scroll for market 2023-07-18 16:40:43 +02:00
Vlad Stan
58d7fc647c fix: remove products when merchant is removed 2023-07-18 16:40:43 +02:00
Vlad Stan
99a98f0df9 feat: validate merchant pubkeys 2023-07-18 16:40:43 +02:00
Vlad Stan
8061894057 feat: basic merchant fixes 2023-07-18 16:40:43 +02:00
Vlad Stan
6cf354ad39 fix: UI 2023-07-18 16:40:43 +02:00
Vlad Stan
92ba3f1979 fix: product placeholder 2023-07-18 16:40:43 +02:00
Vlad Stan
d6959c3c5c feat: ui stuff 2023-07-18 16:40:43 +02:00
Vlad Stan
4908d3986b feat: more UI improvements 2023-07-18 16:40:43 +02:00
Vlad Stan
ca466937e6 feat: horizontal categories 2023-07-18 16:40:43 +02:00
Vlad Stan
8d5aa813d3 fix: navigation 2023-07-18 16:40:43 +02:00
Vlad Stan
5558b95d1e feat: put product details in card 2023-07-18 16:40:43 +02:00
Vlad Stan
ff9891302a fix: breadcrumbs 2023-07-18 16:40:43 +02:00
Vlad Stan
6c02e58f84 feat: basic market-config component 2023-07-18 16:40:43 +02:00
Vlad Stan
dc63d057fd chore: improving 2023-07-18 16:40:43 +02:00
Vlad Stan
3d2d8198bc fix: do not re-add order on invoice re-issue 2023-07-05 10:15:23 +03:00
Vlad Stan
d1cdc3cd5c feat: show shipping cost for order 2023-07-05 09:58:34 +03:00
Vlad Stan
02d9fcfbfd feat: update shipping zone when re-issuing invoice 2023-07-04 17:15:20 +02:00
Vlad Stan
b5aed1224a feat: allow invoice re-issue 2023-07-04 16:20:08 +02:00
Vlad Stan
178046ccd4 chore: code format 2023-07-04 16:20:08 +02:00
Vlad Stan
93e362530b feat: show failed order error message 2023-07-04 16:20:08 +02:00
Vlad Stan
b6b86f5a02 feat: show message timestamp 2023-07-04 16:20:08 +02:00
Vlad Stan
acc6ed45c5 fix: store failed orders also 2023-07-04 16:20:08 +02:00
Vlad Stan
1a82fc030a feat: show order details for customer 2023-07-04 08:40:49 +02:00
Vlad Stan
eccac69f7f feat: show raw message data 2023-07-04 08:40:49 +02:00
Vlad Stan
13b19b672e feat: improve DMs for structured messages 2023-07-04 08:40:49 +02:00
Vlad Stan
2b84ebc83b fix: notification for orders 2023-07-04 08:40:49 +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