From a65f3cdd96a451d71bfb868e86d1d0c6247750b2 Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Tue, 18 Jul 2023 11:27:31 +0300 Subject: [PATCH] feat: UI improvements --- static/js/market.js | 3 ++ templates/nostrmarket/market.html | 57 ++++++++++++++++++------------- 2 files changed, 37 insertions(+), 23 deletions(-) diff --git a/static/js/market.js b/static/js/market.js index 55e0218..f56abbb 100644 --- a/static/js/market.js +++ b/static/js/market.js @@ -575,6 +575,9 @@ const market = async () => { window.history.pushState({}, '', url) // this.activePage = page }, + copyUrl: function () { + this.copyText(window.location) + }, copyText: function (text) { var notify = this.$q.notify Quasar.utils.copyToClipboard(text).then(function () { diff --git a/templates/nostrmarket/market.html b/templates/nostrmarket/market.html index 1e72809..efd0043 100644 --- a/templates/nostrmarket/market.html +++ b/templates/nostrmarket/market.html @@ -73,35 +73,46 @@
- +
-
- - - - - - - - - - - - -
+
+
+ + +
+
+
+ + + + + + + + + + + + + + + +
+
+