mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
dev/add detail viewer to album (#358)
* Rename asset viewer folder * Refactor AssetViewer to be able to user with different component * Refactor AssetViewer to be able to user with different component * Added viewer for album and sharing
This commit is contained in:
parent
c129023821
commit
c028c7db4e
15 changed files with 170 additions and 75 deletions
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
import { blur, fade, slide } from 'svelte/transition';
|
||||
|
||||
import DownloadPanel from '$lib/components/asset-viewer-page/download-panel.svelte';
|
||||
import DownloadPanel from '$lib/components/asset-viewer/download-panel.svelte';
|
||||
import AnnouncementBox from '$lib/components/shared-components/announcement-box.svelte';
|
||||
import UploadPanel from '$lib/components/shared-components/upload-panel.svelte';
|
||||
import { onMount } from 'svelte';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue