Closed FungOliver closed 3 months ago
@FungOliver const anFin = sleep(firstUpdate ? 0 : 500)
was used for a smother loading animation, don't think it has something to do with reloading
Like the new version, definitely more reasonable than my previous design
Maybe we could try to align those lines?
Refactoring would be defnitely worth it, also the code in the backend could be simplified a lot
Proof of concept // in development
This PR implements a draggable knockOutTree instead of a list for assignning matches. Saving the order works right now, however, technically properties should be readonly? So what I am doing here is technically undefined behavior? The other solution would be to do emits() and emit() updates up to the parent element.
ViewMatchViewArrray
in the fileViewKnockoutTreeDraggable
const anFin = sleep(firstUpdate ? 0 : 500)
. Can't we assume that all teams have been added during match assignment or at least assume that it wouldn't happen concurrently?