Disabled about page, enabled photos nav buttons, other fluff

This commit is contained in:
2025-11-22 16:17:04 +13:00
parent ff486c01e3
commit b4f8a42e05
4 changed files with 8 additions and 12 deletions

View File

@@ -18,9 +18,9 @@ const photos = await pb.collection('photos').getFullList({
<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()">&lt;</button> -->
<button id="dec-button" onclick="dec()">&lt;</button>
<span id="current-pos" /> of <span id="max-pos" />
<!-- <button id="inc-button" onclick="inc()">&gt;</button> -->
<button id="inc-button" onclick="inc()">&gt;</button>
</div>
<div slot="content" class="">