From 7771201c329b6dff463d6769b22169308be4dd16 Mon Sep 17 00:00:00 2001 From: arcbtc Date: Tue, 30 Dec 2025 11:46:45 +0000 Subject: [PATCH] moved to orders tab --- static/js/index.js | 2 +- templates/nostrmarket/index.html | 38 +++++++++++++++++++------------- 2 files changed, 24 insertions(+), 16 deletions(-) diff --git a/static/js/index.js b/static/js/index.js index e2421c2..f14bf1d 100644 --- a/static/js/index.js +++ b/static/js/index.js @@ -5,7 +5,7 @@ window.app = Vue.createApp({ mixins: [window.windowMixin], data: function () { return { - activeTab: 'merchant', + activeTab: 'orders', selectedStallFilter: null, merchant: {}, shippingZones: [], diff --git a/templates/nostrmarket/index.html b/templates/nostrmarket/index.html index 8f4e7b4..949f8fe 100644 --- a/templates/nostrmarket/index.html +++ b/templates/nostrmarket/index.html @@ -12,6 +12,12 @@ indicator-color="primary" align="left" > + + + + +
Orders
+
+ + + + +
+
- - -
Orders
-
- - - - -