1
0
mirror of https://github.com/immich-app/immich.git synced 2025-06-27 05:11:11 +02:00

fix(web): back button from person detail page (#5047)

* feat: return button to the main page

* add album route

* feat: do not use explicit routes
This commit is contained in:
martin
2023-11-14 23:55:03 +01:00
committed by GitHub
parent ecbe7beb6c
commit 6214d510d6
4 changed files with 13 additions and 2 deletions

View File

@ -733,6 +733,7 @@
>
<DetailPanel
{asset}
albumId={album?.id}
albums={appearsInAlbums}
on:close={() => ($isShowDetail = false)}
on:close-viewer={handleCloseViewer}