Changes to repeater ui, and completed MVP for custom image sizes

This commit is contained in:
Jeremy Rangel
2025-01-04 14:58:58 -08:00
parent 63e181109c
commit ceb37fc5af
8 changed files with 360 additions and 7 deletions

View File

@ -1,5 +1,4 @@
document.addEventListener('DOMContentLoaded', function () {
console.log("I Tried"); // This will log the button element to the console
// Check if the 'Import Demo Posts' button exists
const importButton = document.getElementById('import-demo-posts');
@ -42,9 +41,7 @@ document.addEventListener('DOMContentLoaded', function () {
});
});
}
} else {
console.warn('Import button not found.');
}
}
// Check if the 'Delete Demo Posts' button exists
const deleteButton = document.getElementById('delete-demo-posts');