From c15086d0cf9e86d959c468ab3cbe16db58f763af Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Tue, 18 Jul 2023 12:33:21 +0300 Subject: [PATCH] feat: ask for login --- static/components/market-config/market-config.html | 2 +- static/js/market.js | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/static/components/market-config/market-config.html b/static/components/market-config/market-config.html index 309c5f7..ad5e761 100644 --- a/static/components/market-config/market-config.html +++ b/static/components/market-config/market-config.html @@ -117,7 +117,7 @@
- +
diff --git a/static/js/market.js b/static/js/market.js index 73e5074..4f9b148 100644 --- a/static/js/market.js +++ b/static/js/market.js @@ -926,6 +926,11 @@ const market = async () => { async publishNaddr() { if (!this.account?.privkey) { this.openAccountDialog() + this.$q.notify({ + message: 'Please login before publshing the market profile', + color: 'warning', + icon: 'warning' + }) return }