mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
Migrate SvelteKit to the latest version 431 (#526)
This commit is contained in:
parent
fb0fa742f5
commit
db2ed2d881
47 changed files with 1509 additions and 1216 deletions
|
|
@ -6,7 +6,6 @@
|
|||
import WindowMinimize from 'svelte-material-icons/WindowMinimize.svelte';
|
||||
import type { UploadAsset } from '$lib/models/upload-asset';
|
||||
import { getAssetsInfo } from '$lib/stores/assets';
|
||||
import { session } from '$app/stores';
|
||||
let showDetail = true;
|
||||
|
||||
let uploadLength = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue