Add global search, update filters for new filter model

This commit is contained in:
advplyr 2021-09-05 15:22:30 -05:00
parent 4420375f2a
commit 2c27fb3108
10 changed files with 164 additions and 33 deletions

View file

@ -67,11 +67,11 @@ export default {
}
this.$store.commit('setAppUpdateInfo', result)
if (result.updateAvailability === 2) {
setTimeout(() => {
this.showUpdateToast(result.availableVersion, !!result.immediateUpdateAllowed)
}, 5000)
}
// if (result.updateAvailability === 2) {
// setTimeout(() => {
// this.showUpdateToast(result.availableVersion, !!result.immediateUpdateAllowed)
// }, 5000)
// }
}
// parseSemver(ver) {
// if (!ver) return null