feat(web): places page ()

Add a place overview page, like the "People" page.
This adds the same functionality as available on mobile.
This commit is contained in:
Emanuel Bennici 2024-01-26 19:11:54 +01:00 committed by GitHub
parent 8aef92affc
commit 77f11e3ae5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 74 additions and 1 deletions
web/src/lib

View file

@ -21,6 +21,7 @@ export enum AppRoute {
ARCHIVE = '/archive',
FAVORITES = '/favorites',
PEOPLE = '/people',
PLACES = '/places',
PHOTOS = '/photos',
EXPLORE = '/explore',
SHARING = '/sharing',