mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
feat: improve asset-viewer next/prev perf and standardize preloading behavior (#24422)
Co-authored-by: Alex <alex.tran1502@gmail.com>
This commit is contained in:
parent
81f269e2a9
commit
78229baeab
24 changed files with 529 additions and 433 deletions
|
|
@ -26,6 +26,5 @@ export const makeRandomImage = () => {
|
|||
if (!value) {
|
||||
throw new Error('Ran out of random asset data');
|
||||
}
|
||||
|
||||
return value;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue