* Added error display to every axios server call

* Added better destroy of login token if invalid
* Block users from opening notes they don't own, note closes automatically
* Beefed up login and home page a little to make them more appealing
This commit is contained in:
Max G
2020-04-14 05:09:19 +00:00
parent 7c15427b3d
commit a44bca204c
19 changed files with 114 additions and 23 deletions

View File

@@ -194,6 +194,7 @@
//Grab the next batch
this.loadedAttachmentsOffset += results.data.length
})
.catch(error => { this.$bus.$emit('notification', 'Failed to Search Attachments') })
},
}
}