first merge to main 🚀 #71

Manually merged
philipp merged 491 commits from dev into main 2021-02-19 17:03:06 +00:00
Showing only changes of commit 008c91a552 - Show all commits

View File

@ -10,6 +10,7 @@
let processed_last_submit = true; let processed_last_submit = true;
import Toastify from "toastify-js"; import Toastify from "toastify-js";
import "toastify-js/src/toastify.css"; import "toastify-js/src/toastify.css";
$: smart_track_min_duration_placeholder = parseInt(tracklength || 0) * 0.369;
function submit() { function submit() {
if (processed_last_submit === true) { if (processed_last_submit === true) {
processed_last_submit = false; processed_last_submit = false;