update to 0.16.0 #72

Merged
serversdown merged 32 commits from dev into main 2026-06-23 00:59:46 -04:00
Showing only changes of commit 85a64c83f8 - Show all commits
+6
View File
@@ -266,6 +266,12 @@ async function openClassifyModal(pendingId) {
document.getElementById('new-project-name').value = '';
document.getElementById('new-location-name').value = '';
// Reset the submit button — the success path closes the modal without
// clearing it, so without this it stays stuck on "Classifying…" on reopen.
const submitBtn = document.getElementById('classify-submit');
submitBtn.disabled = false;
submitBtn.textContent = 'Classify';
// Coords hint for "use captured coords" checkbox.
const hint = document.getElementById('captured-coords-hint');
if (pd.coordinates) {