Commit graph

359 commits

Author SHA1 Message Date
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
040097381b feat: simplify layout 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
e41ede5216 feat: move login 2023-07-18 16:40:43 +02:00
Vlad Stan
0cfc5502cd chore: here and there 2023-07-18 16:40:43 +02:00
Vlad Stan
dc63d057fd chore: improving 2023-07-18 16:40:43 +02:00
Vlad Stan
927d8661ef fix: do not add a default for merchant time column 2023-07-11 08:56:37 +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
6b44f8c27f fix: error message 2023-07-05 09:08:09 +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
4539e3a515 refactor: rename now public method 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
bb376b43f2 chore: code format 2023-07-04 16:20:08 +02:00
Vlad Stan
9d1cc504a1 chore: code clean-up 2023-07-04 08:40:49 +02:00
Vlad Stan
5b122a1a15 chore: code clean-up 2023-07-04 08:40:49 +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
b89d761b04 feat: prepare for merchant active/restoring state 2023-07-04 08:40:49 +02:00
Vlad Stan
16e15939d3 refactor: prepare for merchant active/disable state 2023-07-04 08:40:49 +02:00
Vlad Stan
4ebed5455c fix: default zone ID 2023-06-30 13:15:35 +03: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
Luis Miguel
1cb8fe86b1 Update README.md nip45 --> nip15 (#62) 2023-05-30 09:05:21 +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
80bb57c537 doc: add merchant pubkey config 2023-05-08 12:23:56 +03:00
Vlad Stan
cf7f929600 Merge pull request #58 from lnbits/update_doc
Update doc
2023-05-08 12:06:06 +03:00
Vlad Stan
203a5e7f24 doc: link to nostrclient troubleshooting 2023-05-08 12:03:53 +03:00
Vlad Stan
e4b7a58341 doc: add Troubleshoot 2023-05-08 11:46:41 +03:00
Vlad Stan
f00848d232 doc: nostrclient details 2023-05-08 11:23:46 +03:00
Vlad Stan
eda2ecfea3 fix: append list to list 2023-05-04 14:28:06 +03:00
Vlad Stan
f4348c8d8e Merge pull request #56 from lnbits/add_client_for_dm
fix: use relative import
2023-05-04 12:51:07 +03:00