* More aggressive dark theme styles, changing default icon colors and notification colors

* Better sortig of archived notes which clicking archived
* Scroll to closed note and show animation on save
* Better notification styles, more obvious
This commit is contained in:
Max G
2020-03-30 05:31:09 +00:00
parent 5975ab6d68
commit 9309ea0821
5 changed files with 145 additions and 18 deletions

View File

@@ -424,11 +424,11 @@
this.$io.emit('leave_room', this.rawTextId)
this.$bus.$off('new_file_upload')
document.removeEventListener('visibilitychange', this.checkForUpdatedNote)
this.editor.destroy()
this.$bus.$off('new_file_upload')
},
mounted: function() {