Tweaked display of note cards, again

* Added an option to pin notes, on the main screen
This commit is contained in:
Max G
2020-03-02 05:33:49 +00:00
parent 2d0beec409
commit de3391eb94
6 changed files with 96 additions and 12 deletions

View File

@@ -69,7 +69,7 @@
<div class="sixteen wide column">
<h3 v-if="$store.getters.totals && $store.getters.totals['totalNotes'] == 0">
No Notes Yet. Create one when you feel ready.
No Notes Yet. Thats ok. Create one when you feel ready.
</h3>
<!-- Go to one wide column, do not do this on mobile interface -->
@@ -205,7 +205,10 @@
if(modified){
this.updateSingleNote(noteId)
}
})
this.$bus.$on('update_single_note', (noteId) => {
this.updateSingleNote(noteId)
})
this.$bus.$on('note_deleted', (noteId) => {
@@ -460,7 +463,7 @@
//Don't move notes that were not changed
if(note.updated == newNote.updated){
return
// return
}
//Compare note tags, if they changed, reload tags