diff --git a/tubio-frontend-nuxt-app/components/DownloadEntry.vue b/tubio-frontend-nuxt-app/components/DownloadEntry.vue index 02935a5..0e0b32e 100644 --- a/tubio-frontend-nuxt-app/components/DownloadEntry.vue +++ b/tubio-frontend-nuxt-app/components/DownloadEntry.vue @@ -59,7 +59,7 @@
-

Versengold - Thekenmädchen (Offizielles Video) Versengold - Thekenmädchen (Offizielles Video) Versengold - Thekenmädchen (Offizielles Video)

+

Versengold - Thekenmädchen (Offizielles Video) Versengold - Thekenmädchen (Offizielles Video) Versengold - Thekenmädchen (Offizielles Video)

diff --git a/tubio-frontend-nuxt-app/components/Icons/toggle-off.vue b/tubio-frontend-nuxt-app/components/Icons/toggle-off.vue new file mode 100644 index 0000000..5208edc --- /dev/null +++ b/tubio-frontend-nuxt-app/components/Icons/toggle-off.vue @@ -0,0 +1,5 @@ + diff --git a/tubio-frontend-nuxt-app/components/Icons/toggle-on.vue b/tubio-frontend-nuxt-app/components/Icons/toggle-on.vue new file mode 100644 index 0000000..320c178 --- /dev/null +++ b/tubio-frontend-nuxt-app/components/Icons/toggle-on.vue @@ -0,0 +1,5 @@ + diff --git a/tubio-frontend-nuxt-app/components/Layout/Header.vue b/tubio-frontend-nuxt-app/components/Layout/Header.vue index fc02480..d0789a5 100644 --- a/tubio-frontend-nuxt-app/components/Layout/Header.vue +++ b/tubio-frontend-nuxt-app/components/Layout/Header.vue @@ -2,15 +2,19 @@

+
+
-
- -
+ +
+ +
+
diff --git a/tubio-frontend-nuxt-app/components/Toggle.vue b/tubio-frontend-nuxt-app/components/Toggle.vue new file mode 100644 index 0000000..799b034 --- /dev/null +++ b/tubio-frontend-nuxt-app/components/Toggle.vue @@ -0,0 +1,40 @@ + + + + + diff --git a/tubio-frontend-nuxt-app/pages/index.vue b/tubio-frontend-nuxt-app/pages/index.vue index f52030d..05f21c4 100644 --- a/tubio-frontend-nuxt-app/pages/index.vue +++ b/tubio-frontend-nuxt-app/pages/index.vue @@ -2,7 +2,7 @@
diff --git a/tubio-frontend-nuxt-app/pages/settings.vue b/tubio-frontend-nuxt-app/pages/settings.vue new file mode 100644 index 0000000..12937f1 --- /dev/null +++ b/tubio-frontend-nuxt-app/pages/settings.vue @@ -0,0 +1,186 @@ + + + + + diff --git a/tubio-frontend-nuxt-app/tailwind.config.js b/tubio-frontend-nuxt-app/tailwind.config.js index 29399f9..3911970 100644 --- a/tubio-frontend-nuxt-app/tailwind.config.js +++ b/tubio-frontend-nuxt-app/tailwind.config.js @@ -20,6 +20,7 @@ module.exports = { 'purple-3-1': '#bee7f4', 'text-gray-1': '#bbb', + 'text-gray-2': '#fff', 'text-error-1': '#d40' }, @@ -28,7 +29,7 @@ module.exports = { 'md': '768px', 'lg': '1024px', 'xl': '1280px', - 'fhd': '1670px', + 'fhd': '1870px', 'wqhd': '2480px', 'break-header': '950px',