(selected = entry)}
+ onkeydown={(e) => e.key === 'Enter' && (selected = entry)}>
-
- {#if entry.photos.length > 0}
-
-

- {#if entry.photos.length > 1}
-
-
-
- {#each entry.photos as _, i}
-
- {/each}
-
- {/if}
-
-
-
- {entry.location.city}, {entry.location.country}
-
-
{entry.title}
- {#if entry.memo}
-
{entry.memo}
+ {#if entry.photos.length > 0}
+
+

+ {#if entry.photos.length > 1}
+
+
+
+ {#each entry.photos as _, i}
+
+ {/each}
+
+ {/if}
+
{/if}
-
-
-
{entry.song.title}
-
Β·
-
{entry.song.artist}
+
+
+
{entry.title}
+ {#if entry.memo}
+
{entry.memo}
+ {/if}
+
+
+
{entry.song.title}
+
Β·
+
{entry.song.artist}
+
+ {entry.tripType === 'solo' ? 'Solo' : 'With Friends'}
+
+
-
+