Commit graph

34 commits

Author SHA1 Message Date
Vlad Stan
1721ec8741 refactor: code clean-up 2023-07-18 16:40:43 +02:00
Vlad Stan
56d828ad8b feat: focus on product details 2023-07-18 16:40:43 +02:00
Vlad Stan
be8aa4433c feat: more UI improvements 2023-07-18 16:40:43 +02:00
Vlad Stan
9ba0a82836 fix: navigation 2023-07-18 16:40:43 +02:00
Vlad Stan
2ce9eb7bec feat: put product details in card 2023-07-18 16:40:43 +02:00
Vlad Stan
69e33589ec fix: breadcrumbs 2023-07-18 16:40:43 +02:00
Vlad Stan
33adae672d
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
e227aef7eb
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
steepdawn974
381ef52a9a
Fix small typo in customer-stall 2023-04-13 21:25:55 +02:00
Tiago Vasconcelos
6515adbf69 replace radio option to select dropdown for zones on checkout 2023-04-03 11:28:38 +01:00
Vlad Stan
e926521bbc
Merge pull request #31 from lnbits/add_readme_instructions
Add merchant setup guide in readme
2023-03-28 09:49:13 +03:00
Tiago Vasconcelos
b9c924e549 feat: allow for manual quantity input 2023-03-27 18:12:04 +01:00
Tiago Vasconcelos
c64716b0d5 fix: motorina0's camel-case nitpick 2023-03-27 15:39:07 +01:00
Tiago Vasconcelos
20a27076d6 shopping cart add and remove products quantity 2023-03-23 16:34:26 +00:00
Tiago Vasconcelos
3aff1e3274 remove from checkout list the "generate keys" 2023-03-22 12:38:56 +00:00
Tiago Vasconcelos
89be5c26af remove key generation on checkout, redirect to login 2023-03-22 12:35:57 +00:00
Tiago Vasconcelos
013081ebb7 feat: show not enough stock message 2023-03-20 10:45:55 +00:00
Tiago Vasconcelos
bc41925bf7 feat: one pool to rule them all (WIP) 2023-03-17 15:38:54 +00:00
Tiago Vasconcelos
8da40e9f14 fix: q-notify behaviour 2023-03-17 10:25:46 +00:00
Tiago Vasconcelos
fbf50cb587 change optional display 2023-03-15 11:57:31 +00:00
Tiago Vasconcelos
51479b9a27 less windows spinners 2023-03-15 11:32:44 +00:00
Tiago Vasconcelos
cbe033219c make address field optional 2023-03-15 11:26:53 +00:00
Tiago Vasconcelos
7846bc70c8 order not logged in - create keypair 2023-03-10 12:03:24 +00:00
Tiago Vasconcelos
0af208fb4e tweak not logged in customer 2023-03-09 17:05:29 +00:00
Tiago Vasconcelos
825dbc4250 Auto stash before rebase of "main" 2023-03-09 10:23:33 +00:00
Tiago Vasconcelos
88a40f48a7 brush up checkout dialog 2023-03-09 10:02:16 +00:00
Tiago Vasconcelos
9f1d11d451 payment dialog flow 2023-03-09 10:02:16 +00:00
Tiago Vasconcelos
9acc67b2ce clean up 2023-03-09 10:02:16 +00:00
Tiago Vasconcelos
68d36ae3a0 remove exchange rates 2023-03-09 10:02:16 +00:00
Tiago Vasconcelos
0401588668 send/receive messages 2023-03-09 10:02:16 +00:00
Tiago Vasconcelos
c041fdac5f general fixes, prop passing and shopping cart (doesn't send dm) 2023-03-09 10:01:28 +00:00
Tiago Vasconcelos
85832b28c8 routing done 2023-03-09 10:01:28 +00:00
Tiago Vasconcelos
d11d226407 mergeable-ish client UI 2023-03-09 10:01:28 +00:00
Tiago Vasconcelos
419d34bf8f add customer stall component, remove toolbar 2023-03-09 10:01:28 +00:00