[web-src] Artists/albums list sort + filter

This commit is contained in:
chme
2020-10-08 06:01:17 +02:00
parent a6061f2a66
commit efb647d013
15 changed files with 455 additions and 97 deletions

View File

@@ -276,11 +276,11 @@ export const router = new VueRouter({
}, 10)
})
} else if (to.path === from.path && to.hash) {
return { selector: to.hash, offset: { x: 0, y: 90 } }
return { selector: to.hash, offset: { x: 0, y: 120 } }
} else if (to.hash) {
return new Promise((resolve, reject) => {
setTimeout(() => {
resolve({ selector: to.hash, offset: { x: 0, y: 90 } })
resolve({ selector: to.hash, offset: { x: 0, y: 120 } })
}, 10)
})
} else if (to.meta.has_index) {