Add field for film used in photos
This commit is contained in:
@@ -15,6 +15,7 @@ const photos = await pb.collection('photos').getFullList({
|
||||
<div slot="sidebar">
|
||||
<p id="photo-title" class="bold text-2xl">{photos[0].title === "" ? "Untitled" : photos[0].title}</p>
|
||||
<p id="photo-camera" class="text-sm">📸 {photos[0].camera}</p>
|
||||
<p id="photo-film" class="text-sm">{photos[0].film !== "" ? `🎞️ ${photos[0].film}` : ""}</p>
|
||||
<p id="photo-location" class="text-sm">📌 {photos[0].location}</p>
|
||||
|
||||
<!-- <button id="dec-button" onclick="dec()"><</button> -->
|
||||
|
||||
Reference in New Issue
Block a user