mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 05:08:00 +02:00
Changes:
- Scroll To Top for Albums and Artists ( closes #123 ) - Opt-in for Prefers Reduced Motion ( closes #124 ) - Thumbnails for local playlists - Better SW caching
This commit is contained in:
parent
e905bb0d9a
commit
1e59c18acd
11 changed files with 83 additions and 24 deletions
|
@ -60,6 +60,7 @@ export const useResults = defineStore('results', () => {
|
|||
|
||||
useRoute(e);
|
||||
useNav().state.page = 'home';
|
||||
document.body.scrollIntoView();
|
||||
|
||||
next.value =
|
||||
json.nextpage && json.nextpage != 'null'
|
||||
|
@ -123,6 +124,7 @@ export const useArtist = defineStore('artist', () => {
|
|||
|
||||
useRoute('/channel/' + e);
|
||||
useNav().state.page = 'home';
|
||||
document.body.scrollIntoView();
|
||||
}
|
||||
|
||||
async function getArtistNext(i, { id, params, click, visit }) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue