mirror of
https://github.com/immich-app/immich.git
synced 2025-07-03 21:40:00 +02:00
feat(web): places page (#6669)
Add a place overview page, like the "People" page. This adds the same functionality as available on mobile.
This commit is contained in:
parent
8aef92affc
commit
77f11e3ae5
4 changed files with 74 additions and 1 deletions
web/src/lib
|
@ -21,6 +21,7 @@ export enum AppRoute {
|
|||
ARCHIVE = '/archive',
|
||||
FAVORITES = '/favorites',
|
||||
PEOPLE = '/people',
|
||||
PLACES = '/places',
|
||||
PHOTOS = '/photos',
|
||||
EXPLORE = '/explore',
|
||||
SHARING = '/sharing',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue