From dc63d057fd77624eb55f2ecb82b6e7b667ba5e16 Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Wed, 5 Jul 2023 12:25:30 +0300 Subject: [PATCH] chore: improving --- .../customer-market/customer-market.html | 11 ---- static/js/market.js | 2 +- templates/nostrmarket/market.html | 50 ++++++++++++------- 3 files changed, 32 insertions(+), 31 deletions(-) diff --git a/static/components/customer-market/customer-market.html b/static/components/customer-market/customer-market.html index eb056ff..ba5ad41 100644 --- a/static/components/customer-market/customer-market.html +++ b/static/components/customer-market/customer-market.html @@ -2,17 +2,6 @@
-
diff --git a/static/js/market.js b/static/js/market.js index e50a891..fac2655 100644 --- a/static/js/market.js +++ b/static/js/market.js @@ -48,7 +48,7 @@ const market = async () => { } }, searchNostr: false, - drawer: false, + drawer: true, pubkeys: new Set(), relays: new Set(), events: [], diff --git a/templates/nostrmarket/market.html b/templates/nostrmarket/market.html index 8b25525..600ad32 100644 --- a/templates/nostrmarket/market.html +++ b/templates/nostrmarket/market.html @@ -1,5 +1,12 @@ {% extends "public.html" %} {% block page %} + + + + Header + + + Settings @@ -145,27 +152,32 @@
+
-
- - - {%raw%} - - {{ activePage }} - - {%endraw%} - - Search for products on Nostr - - - - -
+ + + + + + + +
+ Search + for products on Nostr + User + Config + Shopping + Cart +
+
+