Skip to content

Fix #10: Allow multi-upload of custom apps#12

Merged
max-tet merged 1 commit into
mainfrom
clayde/issue-10-multi-upload
Mar 24, 2026
Merged

Fix #10: Allow multi-upload of custom apps#12
max-tet merged 1 commit into
mainfrom
clayde/issue-10-multi-upload

Conversation

@ClaydeCode
Copy link
Copy Markdown
Contributor

Closes #10

Updated Apps.vue to support multi-upload of custom apps: added multiple attribute to b-form-file, changed customAppFile (null) to customAppFiles (array), updated the Install button disabled check to use array length, and updated uploadCustomApp() to POST each file individually in a loop, collecting failures and reporting the first error after the full batch completes.

- Add `multiple` attribute to b-form-file to allow selecting/dropping multiple zip files
- Change customAppFile (null) to customAppFiles (array)
- Update Install button disabled check to use array length
- Update uploadCustomApp() to POST each file individually, collect failures, and report after batch completes
@ClaydeCode ClaydeCode requested a review from max-tet March 24, 2026 10:58
@max-tet max-tet merged commit 8ad5a69 into main Mar 24, 2026
2 checks passed
@max-tet max-tet deleted the clayde/issue-10-multi-upload branch March 24, 2026 11:00
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.

Allow multi-upload of custom apps

2 participants