forked from DebaucheryLibrarian/traxxx
Added lazy-loading to release tile posters.
This commit is contained in:
@@ -79,6 +79,7 @@ const releasePosterFragment = `
|
||||
index
|
||||
path
|
||||
thumbnail
|
||||
lazy
|
||||
comment
|
||||
sfw: sfwMedia {
|
||||
id
|
||||
@@ -96,6 +97,7 @@ const releaseCoversFragment = `
|
||||
index
|
||||
path
|
||||
thumbnail
|
||||
lazy
|
||||
comment
|
||||
sfw: sfwMedia {
|
||||
id
|
||||
|
||||
@@ -72,12 +72,14 @@ function initReleasesActions(store, _router) {
|
||||
media {
|
||||
id
|
||||
thumbnail
|
||||
lazy
|
||||
}
|
||||
}
|
||||
covers: releasesCovers {
|
||||
media {
|
||||
id
|
||||
thumbnail
|
||||
lazy
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user