diff --git a/tubio-frontend-nuxt-app/components/DownloadEntry.vue b/tubio-frontend-nuxt-app/components/DownloadEntry.vue index 0e0b32e..9883435 100644 --- a/tubio-frontend-nuxt-app/components/DownloadEntry.vue +++ b/tubio-frontend-nuxt-app/components/DownloadEntry.vue @@ -4,9 +4,16 @@
+ +
+
+ + +
20.09.2020
+
@@ -86,12 +93,20 @@ @@ -262,5 +277,9 @@ export default { & *::-webkit-scrollbar { display: none; } + + & .icon--mode { + width: 20px; + } } diff --git a/tubio-frontend-nuxt-app/components/Icons/film.vue b/tubio-frontend-nuxt-app/components/Icons/film.vue new file mode 100644 index 0000000..5b34f73 --- /dev/null +++ b/tubio-frontend-nuxt-app/components/Icons/film.vue @@ -0,0 +1,5 @@ + diff --git a/tubio-frontend-nuxt-app/components/Icons/music-note.vue b/tubio-frontend-nuxt-app/components/Icons/music-note.vue new file mode 100644 index 0000000..db6ddf0 --- /dev/null +++ b/tubio-frontend-nuxt-app/components/Icons/music-note.vue @@ -0,0 +1,7 @@ + diff --git a/tubio-frontend-nuxt-app/components/LogBox.vue b/tubio-frontend-nuxt-app/components/LogBox.vue new file mode 100644 index 0000000..2285692 --- /dev/null +++ b/tubio-frontend-nuxt-app/components/LogBox.vue @@ -0,0 +1,34 @@ + + + + + \ No newline at end of file diff --git a/tubio-frontend-nuxt-app/components/LogEntry.vue b/tubio-frontend-nuxt-app/components/LogEntry.vue new file mode 100644 index 0000000..dc8c251 --- /dev/null +++ b/tubio-frontend-nuxt-app/components/LogEntry.vue @@ -0,0 +1,37 @@ + + + + + diff --git a/tubio-frontend-nuxt-app/pages/settings.vue b/tubio-frontend-nuxt-app/pages/settings.vue index 12937f1..948f450 100644 --- a/tubio-frontend-nuxt-app/pages/settings.vue +++ b/tubio-frontend-nuxt-app/pages/settings.vue @@ -85,7 +85,8 @@
-

Logs

+

Logs

+
@@ -94,12 +95,14 @@