diff --git a/front/src/components/common/InlineSearchBar.vue b/front/src/components/common/InlineSearchBar.vue
index aba4e0fc2..4c09c78f6 100644
--- a/front/src/components/common/InlineSearchBar.vue
+++ b/front/src/components/common/InlineSearchBar.vue
@@ -3,6 +3,9 @@ import { useVModel } from '@vueuse/core'
import { computed } from 'vue'
import { useI18n } from 'vue-i18n'
+import Input from '~/components/ui/Input.vue'
+import Layout from '~/components/ui/Layout.vue'
+
interface Events {
(e: 'update:modelValue', value: string): void
(e: 'search', query: string): void
@@ -33,8 +36,7 @@ const search = () => {
-
+
diff --git a/front/src/ui/components/Sidebar.vue b/front/src/ui/components/Sidebar.vue
index 8a465aab2..f80785309 100644
--- a/front/src/ui/components/Sidebar.vue
+++ b/front/src/ui/components/Sidebar.vue
@@ -138,12 +138,20 @@ const logoUrl = computed(() => store.state.auth.authenticated ? 'library.index'
{{ t('components.Sidebar.link.artists') }}
+
+ {{ t('components.Sidebar.link.channels') }}
+
+
store.state.auth.authenticated ? 'library.index'
{{ t('components.Sidebar.link.favorites') }}
-