Commit graph

298 commits

Author SHA1 Message Date
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
b8cdf27a44 fix: partly navigation 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
e6f2750272 chore: code clean-up 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
21a77d643f feat: activate/deactivate merchant 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
Tiago Vasconcelos
d2ff0b8f64 Add a banner header (props to JoshuaM) (#41)
* add banner header

* init naddr

* add type to place order content obj

* add content to config

* naddr working, still WIP

* add banner and UI customization

* add banner header

* init naddr

* add type to place order content obj

* add content to config

* naddr working, still WIP

* add banner and UI customization

* add market name to stall page breadcrumbs

* Add usage description to readme
2023-05-29 22:23:49 +03:00
Vlad Stan
fab419d974 fix: use singular for for customer entity 2023-05-04 12:22:27 +03:00
Vlad Stan
f7dd15e775 feat: allow to add test public key 2023-05-04 12:15:45 +03:00
steepdawn974
f6ebff613c Fix small typo in customer-stall 2023-04-13 21:25:55 +02:00
Vlad Stan
b8fe674dd7 fix: remove closed websocket 2023-04-11 19:16:05 +03:00
Vlad Stan
e05b54468a feat: add reconnect to nostrclient 2023-04-11 19:03:41 +03:00
Tiago Vasconcelos
e869270ddd making sure images exist 2023-04-03 22:15:38 +01:00
Tiago Vasconcelos
2ecfc4f33b Merge branch 'main' into fix_multiple_images 2023-04-03 21:32:34 +01:00
Tiago Vasconcelos
31eee1e003 fix product card 2023-04-03 21:28:29 +01:00
Vlad Stan
6dcd416e93 Merge pull request #39 from lnbits/fix_images
feat: add more images for product
2023-04-03 18:37:01 +03:00
Vlad Stan
d032c8b259 feat: add more images for product 2023-04-03 18:36:14 +03:00
Vlad Stan
00e8da895c Merge pull request #37 from lnbits/fix_ui_nitpicks
Fix: UI nitpicks
2023-04-03 18:18:34 +03:00
Vlad Stan
62737e7a79 fix: filter and notifications 2023-04-03 15:11:46 +03:00
Tiago Vasconcelos
c0a48bf444 replace radio option to select dropdown for zones on checkout 2023-04-03 11:28:38 +01:00
Tiago Vasconcelos
301017633a remove pubkey on add in drawer 2023-04-03 11:27:51 +01:00
Vlad Stan
d106879a09 Merge pull request #33 from lnbits/listen_for_orders
Listen for orders
2023-04-03 11:59:31 +03:00
Vlad Stan
547c477ce6 fix: shipping cost; update UI on new order 2023-04-03 11:57:55 +03:00