Tweaked display of note cards, again
* Added an option to pin notes, on the main screen
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user