Add Komoot activity import with guided browser-based batch flow #25

Open
McPringle wants to merge 23 commits from McPringle/komoot-import into main
Showing only changes of commit 0663ca407f - Show all commits

View file

@ -172,7 +172,7 @@
importFirstProgressText.textContent = 'Importing...';
return;
}
importFirstProgressText.textContent = `Importing ${current}/${total}...`;
importFirstProgressText.textContent = `Importing ${current}/${total}`;
}
function showError(message) {