drag & drop renewed, imageCropper revisited, imageOrder persisted, css quirks

This commit is contained in:
2024-03-31 19:44:08 +02:00
parent 89bb85a512
commit a437851f6d
28 changed files with 767 additions and 203 deletions

View File

@@ -20,7 +20,7 @@ export class ImageService {
return this.http.post(uploadUrl, formData,{
// headers: this.headers,
reportProgress: true,
//reportProgress: true,
observe: 'events',
});
}