Add ability to upload and manage service images

Integrates Uppy.js for file uploads, adds new API endpoints for requesting upload URLs, and updates UI components to support image uploads.
This commit is contained in:
Riyadh
2026-04-20 10:55:11 +00:00
parent ef76e2dc15
commit 0efc4032be
23 changed files with 3479 additions and 358 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"name": "@workspace/object-storage-web",
"version": "0.0.0",
"private": true,
"type": "module",
"exports": {
".": "./src/index.ts"
},
"peerDependencies": {
"react": ">=18"
},
"devDependencies": {
"@types/react": "catalog:",
"@uppy/aws-s3": "^5.1.0",
"@uppy/core": "^5.2.0",
"@uppy/dashboard": "^5.1.1",
"@uppy/react": "^5.2.0",
"react": "catalog:",
"react-dom": "catalog:"
}
}