feat: song editor

This commit is contained in:
2026-09-08 09:52:40 +02:00
parent 6d9853f2c1
commit 047a3a8b29
16 changed files with 169 additions and 51 deletions
+9 -1
View File
@@ -49,6 +49,12 @@
isShowingAssociationManager.value = false;
fullPlayer.value = false;
};
const retry = () => {
associationResults.value = [];
isAnalyzing.value = false;
needsFiles.value = true;
};
</script>
<template>
@@ -91,7 +97,9 @@
<div v-else-if="associationResults.length === 0"></div>
<div v-else>
An error occurred. Please try again
<!-- FIXME: Button to restore -->
<button @click="retry">
Retry
</button>
</div>
<button @click="cancel">
Cancel