Add model previews on upload (#27)

Closes #22

This modifies the upload form to allow for a preview of models.

Reviewed-on: #27
This commit is contained in:
2024-11-04 00:02:48 +00:00
parent a3a9902070
commit fc30b09d16
4 changed files with 81 additions and 0 deletions

3
modules/glmv-upl.css Normal file
View File

@@ -0,0 +1,3 @@
.mv-preview {
pointer-events: none;
}