Skip to content

Commit 50dd9ab

Browse files
committed
Finished rework, added full error handling as far as possible, added information messages, improved styling and optical feedback
1 parent 0bcbdd8 commit 50dd9ab

File tree

6 files changed

+308
-252
lines changed

6 files changed

+308
-252
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
</head>
1212

1313
<body>
14-
<mapping-input base-url="https://matwerk.datamanager.kit.edu:8095/" id="input-component"></mapping-input>
14+
<mapping-input base-url="https://matwerk.datamanager.kit.edu:8095/" maxSize=10 id="input-component"></mapping-input>
1515

1616
</body>
1717

18-
</html>
18+
</html>

package-lock.json

Lines changed: 3 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@
5151
},
5252
"dependencies": {
5353
"filepond": "^4.30.4",
54-
"filepond-plugin-file-validate-size": "^2.2.8",
54+
"filepond-plugin-file-validate-size": "^2.2.8"
5555
}
5656
}

0 commit comments

Comments
 (0)