feat: Modals & release downloading

This commit is contained in:
Aleksi Lassila
2024-04-01 12:39:09 +03:00
parent ad8476d78a
commit 243ee258c1
30 changed files with 312 additions and 105 deletions

View File

@@ -17,8 +17,6 @@
}
};
$: console.log('cols', cols);
onMount(() => {
calculateRows();
});