more mirroe archive commands

This commit is contained in:
Jan Prochazka
2023-02-10 15:14:02 +01:00
parent dd46604069
commit 8df2a8a6df
6 changed files with 235 additions and 77 deletions

View File

@@ -68,7 +68,7 @@
}
export async function save() {
await apiCall('archive/save-change-set', {
await apiCall('archive/modify-file', {
folder: archiveFolder,
file: archiveFile,
changeSet: $changeSetStore.value,
@@ -88,6 +88,7 @@
jslid={jslid || `archive://${archiveFolder}/${archiveFile}`}
supportsReload
changeSetState={$changeSetStore}
focusOnVisible
{changeSetStore}
{dispatchChangeSet}
/>