mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-10 22:10:15 -05:00
[web] Refactor lists to improve performance
Reduces the number of Vue components that need to be created/managed. Instead of a Vue component for each item, we now only have one Vue component for the whole list of items.
This commit is contained in:
@@ -321,7 +321,7 @@ export const router = createRouter({
|
||||
if (to.meta.has_tabs) {
|
||||
resolve({ el: '#top', top: 140 })
|
||||
} else {
|
||||
resolve({ el: '#top', top: 100 })
|
||||
resolve({ el: '#top', top: 110 })
|
||||
}
|
||||
}, wait_ms)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user