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
-
- - - - -