diff --git a/src/app/book/book.component.css b/src/app/book/book.component.css index 9421363..5dfbaa2 100644 --- a/src/app/book/book.component.css +++ b/src/app/book/book.component.css @@ -199,3 +199,4 @@ body { right: 3.5% } } + diff --git a/src/app/book/book.component.html b/src/app/book/book.component.html index 63a9743..a11a9f4 100644 --- a/src/app/book/book.component.html +++ b/src/app/book/book.component.html @@ -4,13 +4,13 @@
-

Current Folder : {{mainFolder?.name}}

+

Current Folder : {{mainFolder?.name}}

-

Used space : {{sizeFile.toString() === '0' ? '0' : (sizeFile/ ( 1024 * 1024 ) | number : '1.2-2')}} Mo / 30 Go

+

Used space : {{sizeFile.toString() === '0' ? '0' : (sizeFile/ ( 1024 * 1024 ) | number : '1.2-2')}} Mo / 30 Go

-

Path : {{mainFolder?.path}}

+

Path : {{mainFolder?.path}}

@@ -46,8 +46,7 @@ - - +
@@ -76,10 +75,10 @@ # - Nom - Taille + Name + Size Type - Date d'ajout + Date added @@ -131,7 +130,7 @@ - + @@ -273,7 +272,7 @@ {{ file.taille / ( 1024 * 1024 ) | number : '1.2-2'}} Mo {{ file.type }} - {{ file.lastDate }} + {{ file.lastDate | date: 'MM/dd/yyyy'}} diff --git a/src/app/book/book.component.ts b/src/app/book/book.component.ts index 1ef596e..5185f2a 100644 --- a/src/app/book/book.component.ts +++ b/src/app/book/book.component.ts @@ -81,6 +81,7 @@ export class BookComponent implements OnInit, OnDestroy { this.isClickCreateFolder = false; this.fileChooseName = 'None'; + console.log('this.fileChooseName' + this.fileChooseName); this.filesToUpload = []; this.test = ''; this.sizeFile = 0; diff --git a/src/app/main/main.component.html b/src/app/main/main.component.html index 0d19fd4..158a6b4 100644 --- a/src/app/main/main.component.html +++ b/src/app/main/main.component.html @@ -11,7 +11,7 @@
  • - +
  • @@ -21,8 +21,7 @@
  • diff --git a/src/assets/logo supfile.png b/src/assets/logo supfile.png new file mode 100644 index 0000000..91dcef2 Binary files /dev/null and b/src/assets/logo supfile.png differ