diff --git a/client/pages/config/index.vue b/client/pages/config/index.vue index 1b46046f..f7a5d89c 100644 --- a/client/pages/config/index.vue +++ b/client/pages/config/index.vue @@ -4,7 +4,7 @@
-

Settings

+

Settings

@@ -27,26 +27,6 @@
-
- - -

- Use square book covers - info_outlined -

-
-
- -
- - -

- Use alternative bookshelf view - info_outlined -

-
-
-
@@ -66,7 +46,36 @@
-

Scanner Settings

+

Display Settings

+
+ +
+ + +

+ Use square book covers + info_outlined +

+
+
+ +
+ + +

+ Use alternative bookshelf view + info_outlined +

+
+
+ +
+

Date Format

+ +
+ +
+

Scanner Settings

@@ -144,7 +153,7 @@
-

Experimental Feature Settings

+

Experimental Feature Settings

@@ -156,15 +165,6 @@

- -
- -

- Date Format - info_outlined -

-
-
@@ -297,9 +297,6 @@ export default { } }, methods: { - updateEnableChromecast(val) { - this.updateServerSettings({ enableChromecast: val }) - }, updateSortingPrefixes(val) { if (!val || !val.length) { this.$toast.error('Must have at least 1 prefix') @@ -337,10 +334,12 @@ export default { .then((success) => { console.log('Updated Server Settings', success) this.updatingServerSettings = false + this.$toast.success('Server settings updated') }) .catch((error) => { console.error('Failed to update server settings', error) this.updatingServerSettings = false + this.$toast.error('Failed to update server settings') }) }, initServerSettings() { diff --git a/client/tailwind.config.js b/client/tailwind.config.js index b6e831fc..4e5784b7 100644 --- a/client/tailwind.config.js +++ b/client/tailwind.config.js @@ -31,6 +31,7 @@ module.exports = { '20': '5rem', '24': '6rem', '32': '8rem', + '40': '10rem', '48': '12rem', '64': '16rem', '80': '20rem'