phase 1 backup - support for multi-file versioned upload

This commit is contained in:
2026-08-03 22:46:22 -05:00
parent 5e58b8a183
commit f09acedbcf
14 changed files with 375 additions and 91 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
const autosaveStatus = document.getElementById('autosave-status');
const csrf = getCookie('csrftoken');
const csrfHeader = csrf ? { 'X-CSRFToken': csrf } : {};
const FIELDS = ['title', 'summary', 'category', 'description', 'caption', 'version_name', 'changelog'];
const FIELDS = ['title', 'summary', 'category', 'description', 'version_name', 'changelog'];
function setStatus(text, state) {
autosaveStatus.innerHTML = text;