diff --git a/API/Controllers/ReaderController.cs b/API/Controllers/ReaderController.cs index 5060a1a36..e53a5402f 100644 --- a/API/Controllers/ReaderController.cs +++ b/API/Controllers/ReaderController.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/API/config/appsettings.Development.json b/API/config/appsettings.Development.json index 2a01e3fb3..57dde53db 100644 --- a/API/config/appsettings.Development.json +++ b/API/config/appsettings.Development.json @@ -1,6 +1,6 @@ { - "TokenKey": "super secret unguessable key", - "Port": 5000, - "IpAddresses": "", - "BaseUrl": "/joe/" + "TokenKey": "super secret unguessable key", + "Port": 5000, + "IpAddresses": "", + "BaseUrl": "/joe/" } diff --git a/UI/Web/src/app/nav/_components/nav-header/nav-header.component.html b/UI/Web/src/app/nav/_components/nav-header/nav-header.component.html index a9006678d..9e432a24f 100644 --- a/UI/Web/src/app/nav/_components/nav-header/nav-header.component.html +++ b/UI/Web/src/app/nav/_components/nav-header/nav-header.component.html @@ -1,27 +1,27 @@ + + +
+ +
+ + + + + + + + +
+ + diff --git a/UI/Web/src/app/reading-list/_components/reading-list-detail/reading-list-detail.component.html b/UI/Web/src/app/reading-list/_components/reading-list-detail/reading-list-detail.component.html index 4507e327a..8531f110b 100644 --- a/UI/Web/src/app/reading-list/_components/reading-list-detail/reading-list-detail.component.html +++ b/UI/Web/src/app/reading-list/_components/reading-list-detail/reading-list-detail.component.html @@ -1,134 +1,134 @@ -

- - {{readingList?.title}} - () -

-
{{items.length | number}} Items
- - -
-
-

Page Settings

- -
-
-
-
- - -
-
- - -
+

+ + {{readingList?.title}} + () +

+
{{items.length | number}} Items
+ + +
+
+

Page Settings

+ +
+
+
+
+ + +
+
+ +
-
-
-
- - -
- -
-
- -
-
-
-
- -
- -
- - +
+
+
+
+ + +
+ +
+
+ +
+
+
+
+ +
+ +
+ +
-
-

- {{readingList.startingMonth | date:'MMM'}} - , - {{readingList.startingYear}} - — - - {{readingList.endingMonth}} - , - {{readingList.endingYear}} - - -

-
- -
- -
+
+
+

+ {{readingList.startingMonth | date:'MMM'}} + , + {{readingList.startingYear}} + — + + {{readingList.endingMonth}} + , + {{readingList.endingYear}} + + +

+
+ +
+
- -
- -
-
Characters
- - - - - -
-
-
- -
-
- - Nothing added - - -
- - - - +
+ +
+ +
+
Characters
+ + + - + +
+
+
+ +
+
+ + Nothing added + +
-
\ No newline at end of file + + + + + + +
+
diff --git a/openapi.json b/openapi.json index 6f227b200..82be404f9 100644 --- a/openapi.json +++ b/openapi.json @@ -15566,4 +15566,4 @@ "description": "Responsible for all things Want To Read" } ] -} \ No newline at end of file +}