feat: UI improvements

This commit is contained in:
Vlad Stan 2023-07-18 11:27:31 +03:00
parent 12349aa344
commit a65f3cdd96
2 changed files with 37 additions and 23 deletions

View file

@ -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 () {