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:
Emanuel Bennici
2024-01-26 19:11:54 +01:00
committed by GitHub
parent 8aef92affc
commit 77f11e3ae5
4 changed files with 74 additions and 1 deletions
+6 -1
View File
@@ -72,8 +72,13 @@
{#if places.length > 0}
<div class="mb-6 mt-2">
<div>
<div class="flex justify-between">
<p class="mb-4 font-medium dark:text-immich-dark-fg">Places</p>
<a
href={AppRoute.PLACES}
class="pr-4 text-sm font-medium hover:text-immich-primary dark:text-immich-dark-fg dark:hover:text-immich-dark-primary"
draggable="false">View All</a
>
</div>
<div class="flex flex-row flex-wrap gap-4">
{#each places as item (item.data.id)}