Runner cards feature/94-runnercard_mgnt #111

Merged
niggl merged 40 commits from feature/94-runnercard_mgnt into dev 2021-03-26 16:14:47 +00:00
Showing only changes of commit 40899e9d80 - Show all commits

View File

@ -63,7 +63,6 @@
duration: 500, duration: 500,
backgroundColor: "linear-gradient(to right, #00b09b, #96c93d)", backgroundColor: "linear-gradient(to right, #00b09b, #96c93d)",
}).showToast(); }).showToast();
console.log(JSON.stringify(current_cards));
current_cards[current_cards.findIndex((c) => c.id === id)] = result; current_cards[current_cards.findIndex((c) => c.id === id)] = result;
current_cards = current_cards; current_cards = current_cards;
}) })