diff --git a/client/package.json b/client/package.json index 3b61e36..d6a4084 100644 --- a/client/package.json +++ b/client/package.json @@ -4,7 +4,7 @@ "license": "MIT", "scripts": { "ng": "ng", - "start": "ng serve --ssl", + "start": "ng serve --aot", "build": "ng build", "test": "ng test", "lint": "ng lint" diff --git a/client/src/app/components/podcast/entry-list-item/entry-list-item.component.html b/client/src/app/components/podcast/entry-list-item/entry-list-item.component.html index f2ac5c0..199323f 100644 --- a/client/src/app/components/podcast/entry-list-item/entry-list-item.component.html +++ b/client/src/app/components/podcast/entry-list-item/entry-list-item.component.html @@ -1,60 +1,93 @@ - +
-
- +
+
- - -
+ +

+ +

+

{{entry.processingStatus}}| {{entry.createDate | amTimeAgo}} -

+

- - - - - -
-
- {{percentageProcessed}}% -
-
- {{entry.processingStatus}}: {{currentSpeed}} -
-
-
-
-
-
- - - + + + + + + +
+
+ {{percentageProcessed}}% +
+
+ {{entry.processingStatus}}: {{currentSpeed}} +
+
+
+
+
+
+ + + +
+ + + - - - - -