From b607424d8aef9533e54dc1afda1eeef3c0780def Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 16 Feb 2024 17:55:20 +0100 Subject: [PATCH] Update upload.component.html - Updated mobile design --- frontend/src/app/upload/upload.component.html | 26 ++++++++----------- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/frontend/src/app/upload/upload.component.html b/frontend/src/app/upload/upload.component.html index 9b09151..335478d 100644 --- a/frontend/src/app/upload/upload.component.html +++ b/frontend/src/app/upload/upload.component.html @@ -1,6 +1,6 @@

Upload Your File

-
+
Uploading {{ fileToUpload.name }}...

-
+
Success
@@ -61,35 +61,31 @@
-
-
File Name:
+
+
File Name:
{{uploadData.fileName}}
-
Is password protected:
+
Is password protected:
-
Is single download:
+
Is single download:
- -
Download Password:
+
Download Password:
{{uploadData.password || 'N/A'}}
-
File ID:
+
File ID:
{{uploadData.fileId}}
- -
Download URL:
+
Download URL:
-
File Status URL:
+
File Status URL:
@@ -98,6 +94,7 @@ +

Your file is now securely stored on our servers.

@@ -105,7 +102,6 @@
- Manage your uploads