diff --git a/docs/assets/CONTRIBUTORS.svg b/docs/assets/CONTRIBUTORS.svg index 4776780a..4a3cf1a8 100644 --- a/docs/assets/CONTRIBUTORS.svg +++ b/docs/assets/CONTRIBUTORS.svg @@ -6,4 +6,7 @@ + + + \ No newline at end of file diff --git a/docs/showcase.md b/docs/showcase.md index 5d93b66e..31e8dbe2 100644 --- a/docs/showcase.md +++ b/docs/showcase.md @@ -41,6 +41,13 @@ --- +### Ground Control +> By [@dtctek](https://github.com/dtctek) + +![screenshot-ground-control](https://raw.githubusercontent.com/Lissy93/dashy/master/docs/showcase/7-ground-control-dtctek.png) + +--- + ## Submitting your Dashboard #### How to Submit @@ -69,4 +76,4 @@ If you're submitting a pull request, please use a format similar to this: --- -``` \ No newline at end of file +``` diff --git a/docs/showcase/7-ground-control-dtctek.png b/docs/showcase/7-ground-control-dtctek.png new file mode 100644 index 00000000..671117f5 Binary files /dev/null and b/docs/showcase/7-ground-control-dtctek.png differ diff --git a/package.json b/package.json index dafeeaf2..efaed92b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Dashy", - "version": "1.3.7", + "version": "1.3.8", "license": "MIT", "main": "server", "scripts": { @@ -32,7 +32,7 @@ "vue": "^2.6.10", "vue-cli-plugin-yaml": "^1.0.2", "vue-js-modal": "^2.0.0-rc.6", - "vue-material-tabs": "^0.0.7", + "vue-material-tabs": "^0.1.2", "vue-prism-editor": "^1.2.2", "vue-router": "^3.0.3", "vue-select": "^3.11.2", diff --git a/src/assets/interface-icons/config-color-palette.svg b/src/assets/interface-icons/config-color-palette.svg new file mode 100644 index 00000000..ae3571ea --- /dev/null +++ b/src/assets/interface-icons/config-color-palette.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/components/Settings/ThemeSelector.vue b/src/components/Settings/ThemeSelector.vue index 92d903f6..7e55b074 100644 --- a/src/components/Settings/ThemeSelector.vue +++ b/src/components/Settings/ThemeSelector.vue @@ -1,5 +1,6 @@