Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Template upload (backend) #232

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

Desumai
Copy link
Contributor

@Desumai Desumai commented Apr 30, 2024

No description provided.

desumai added 8 commits April 16, 2024 16:11
- Added HTML element for Template Upload dropdown
Backend for template upload, doesn't work
Batch upload now works
Template upload now works (single), haven't done error checking
TODO: error handling, UI stuff
@@ -634,7 +589,7 @@
setTimeout(() => {
const paste = e.target.value;
const table = document.getElementById('batch-items-table-div');
table.innerHTML = convertToTable(paste, 'batch-items-table');
table.innerHTML = convertToBatchUploadTable(paste, 'batch-items-table');

Check warning

Code scanning / CodeQL

DOM text reinterpreted as HTML Medium

DOM text
is reinterpreted as HTML without escaping meta-characters.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant