merge v0.12.0 #51

Merged
serversdown merged 12 commits from dev into main 2026-05-17 19:44:57 -04:00
Showing only changes of commit 8cffd7dd5e - Show all commits
+2 -2
View File
@@ -53,11 +53,11 @@
<label class="block">
<span class="text-sm font-medium text-gray-700 dark:text-gray-300">Install photo</span>
<input id="photo-input" type="file" accept="image/*" capture="environment"
<input id="photo-input" type="file" accept="image/*"
onchange="onPhotoPicked(event)"
class="mt-2 w-full text-sm text-gray-500 file:mr-4 file:py-3 file:px-4 file:rounded-lg file:border-0 file:text-sm file:font-semibold file:bg-seismo-orange file:text-white hover:file:bg-orange-600">
<p class="text-xs text-gray-500 dark:text-gray-400 mt-1">
On mobile, this opens the camera. EXIF GPS is auto-extracted.
Take a new photo or pick a previously taken one. EXIF GPS is auto-extracted either way.
</p>
</label>