diff --git a/web/src/lib/components/layouts/user-page-layout.svelte b/web/src/lib/components/layouts/user-page-layout.svelte index 171392ca46..b6e9e7a7f7 100644 --- a/web/src/lib/components/layouts/user-page-layout.svelte +++ b/web/src/lib/components/layouts/user-page-layout.svelte @@ -22,24 +22,25 @@
-
- {#if title} -
+ {#if title} +
+

{title}

-
-
-
+
+
- {/if} - - -
+
+ {/if}
diff --git a/web/src/lib/components/shared-components/side-bar/side-bar-section.svelte b/web/src/lib/components/shared-components/side-bar/side-bar-section.svelte index ab9a9e11a5..5ec4b755e5 100644 --- a/web/src/lib/components/shared-components/side-bar/side-bar-section.svelte +++ b/web/src/lib/components/shared-components/side-bar/side-bar-section.svelte @@ -3,7 +3,7 @@ diff --git a/web/src/routes/(user)/archive/+page.svelte b/web/src/routes/(user)/archive/+page.svelte index 8fbe65a3a1..139b087bd3 100644 --- a/web/src/routes/(user)/archive/+page.svelte +++ b/web/src/routes/(user)/archive/+page.svelte @@ -36,7 +36,7 @@ }; - + {#if $archivedAsset.length === 0} -
- {#if people.length > 0} -
-
-

People

- {#if data.people.length > MAX_ITEMS} - View All 0} +
+
+

People

+ {#if data.people.length > MAX_ITEMS} + View All + {/if} +
+
+ {#each people as person (person.id)} + + +

{person.name}

+
+ {/each} +
+
+ {/if} + + {#if places.length > 0} +
+
+

Places

+
+ - {/if} - - {#if places.length > 0} -
-
-

Places

-
-
- {#each places as item} - -
- -
- - {item.value} - -
- {/each} -
-
- {/if} - - {#if things.length > 0} -
-
-

Things

-
-
- {#each things as item} - -
- -
- - {item.value} - -
- {/each} -
-
- {/if} - -
- - -
-

CATEGORIES

-
+
+ {/if} + + {#if things.length > 0} +
+
+

Things

+
+
+ {#each things as item} + +
+ +
+ + {item.value} + +
+ {/each} +
+
+ {/if} + +
+ +
+ + diff --git a/web/src/routes/(user)/favorites/+page.svelte b/web/src/routes/(user)/favorites/+page.svelte index c9c7aea20f..011c9bb4d7 100644 --- a/web/src/routes/(user)/favorites/+page.svelte +++ b/web/src/routes/(user)/favorites/+page.svelte @@ -40,7 +40,7 @@ {/if} - +
{#if favorites.length === 0} diff --git a/web/src/routes/(user)/map/+page.svelte b/web/src/routes/(user)/map/+page.svelte index c4b8c5053f..0bdf0f863a 100644 --- a/web/src/routes/(user)/map/+page.svelte +++ b/web/src/routes/(user)/map/+page.svelte @@ -45,7 +45,7 @@
-
+
{#await import('$lib/components/shared-components/leaflet') then { Map, TileLayer, AssetMarkerCluster }}
-
+
{#if data.partners.length > 0}