mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00: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:
parent
ecbe7beb6c
commit
6214d510d6
4 changed files with 13 additions and 2 deletions
|
|
@ -733,6 +733,7 @@
|
|||
>
|
||||
<DetailPanel
|
||||
{asset}
|
||||
albumId={album?.id}
|
||||
albums={appearsInAlbums}
|
||||
on:close={() => ($isShowDetail = false)}
|
||||
on:close-viewer={handleCloseViewer}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue