-
-
{#if memory}
-
-
{memory.location}
+
-
-
-
+
-
-

-
+
+ {#each memory.images as img}
+

+ {/each}
{:else}
-
Memory not loaded.
+
Loading memory...
{/if}
+ .image-list {
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ gap: 1rem;
+ margin-top: 2rem;
+ }
+
+ .image-list img {
+ width: 80%;
+ max-width: 500px;
+ border-radius: 12px;
+ }
+
+ .empty {
+ color: var(--gray-400);
+ text-align: center;
+ margin-top: 4rem;
+ }
+
\ No newline at end of file