diff --git a/client/components/app/ConfigSideNav.vue b/client/components/app/ConfigSideNav.vue index 50e440d7..267aabaa 100644 --- a/client/components/app/ConfigSideNav.vue +++ b/client/components/app/ConfigSideNav.vue @@ -14,10 +14,10 @@
-
-

v{{ $config.version }}

+
+ -

{{ Source }}

+

{{ Source }}

Latest: {{ latestVersion }}
diff --git a/client/components/app/SideRail.vue b/client/components/app/SideRail.vue index 995f4c23..deb96a6c 100644 --- a/client/components/app/SideRail.vue +++ b/client/components/app/SideRail.vue @@ -3,117 +3,119 @@
- - - - +
+ + + + -

{{ $strings.ButtonHome }}

+

{{ $strings.ButtonHome }}

-
- +
+ - - format_list_bulleted + + format_list_bulleted -

{{ $strings.ButtonLatest }}

+

{{ $strings.ButtonLatest }}

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

{{ $strings.ButtonLibrary }}

+

{{ $strings.ButtonLibrary }}

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

{{ $strings.ButtonSeries }}

+

{{ $strings.ButtonSeries }}

-
- +
+ - - collections_bookmark + + collections_bookmark -

{{ $strings.ButtonCollections }}

+

{{ $strings.ButtonCollections }}

-
- +
+ - - queue_music + + queue_music -

{{ $strings.ButtonPlaylists }}

+

{{ $strings.ButtonPlaylists }}

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

{{ $strings.ButtonAuthors }}

+

{{ $strings.ButtonAuthors }}

-
- +
+ - - record_voice_over + + record_voice_over -

{{ $strings.LabelNarrators }}

+

{{ $strings.LabelNarrators }}

-
- +
+ - - + + -

{{ $strings.ButtonSearch }}

+

{{ $strings.ButtonSearch }}

-
- +
+ - - album + + album -

Albums

+

Albums

-
- +
+ - - file_download + + file_download -

{{ $strings.ButtonDownloadQueue }}

+

{{ $strings.ButtonDownloadQueue }}

-
- +
+ - - warning + + warning -

{{ $strings.ButtonIssues }}

+

{{ $strings.ButtonIssues }}

-
-
-

{{ numIssues }}

-
- +
+
+

{{ numIssues }}

+
+ +
-
+

v{{ $config.version }}

Update

{{ Source }}

@@ -235,3 +237,12 @@ export default { mounted() {} } + + \ No newline at end of file diff --git a/client/components/widgets/CloseButton.vue b/client/components/widgets/CloseButton.vue deleted file mode 100644 index a9a61e1b..00000000 --- a/client/components/widgets/CloseButton.vue +++ /dev/null @@ -1,33 +0,0 @@ - - - - - \ No newline at end of file diff --git a/client/layouts/default.vue b/client/layouts/default.vue index 4f5e0fea..df8f754a 100644 --- a/client/layouts/default.vue +++ b/client/layouts/default.vue @@ -25,8 +25,6 @@