Big Refactor of all SQL calls to comply with database changes
Added tag suggestions when entering tag field Cleaned up animations to make them REAL smooth
This commit is contained in:
@@ -232,7 +232,7 @@
|
||||
setTimeout(() => {
|
||||
resolve(true)
|
||||
return
|
||||
}, 500)
|
||||
}, 300)
|
||||
}
|
||||
|
||||
const postData = {
|
||||
@@ -256,7 +256,7 @@
|
||||
vm.lastNoteHash = vm.hashString(vm.noteText)
|
||||
resolve(true)
|
||||
})
|
||||
}, 500)
|
||||
}, 300)
|
||||
})
|
||||
|
||||
},
|
||||
@@ -335,7 +335,7 @@
|
||||
}
|
||||
|
||||
.size-down {
|
||||
animation: size-down 0.5s linear both;
|
||||
animation: size-down 0.5s ease;
|
||||
}
|
||||
|
||||
@keyframes size-down {
|
||||
@@ -345,7 +345,7 @@
|
||||
}
|
||||
100% {
|
||||
opacity: 0;
|
||||
top: 405vh;
|
||||
top: 30vh;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user