From 3e560cb4cc84dd7c1aa0014ce0084933d4291f5a Mon Sep 17 00:00:00 2001 From: Pranav Date: Thu, 15 Jan 2026 19:57:01 -0800 Subject: [PATCH] chore: Remove year in review from sidebar UI (#13292) Remove the Year In review from the UI Co-authored-by: Claude Opus 4.5 --- .../components-next/sidebar/Sidebar.vue | 2 - .../sidebar/SidebarProfileMenu.vue | 40 +------------------ 2 files changed, 1 insertion(+), 41 deletions(-) diff --git a/app/javascript/dashboard/components-next/sidebar/Sidebar.vue b/app/javascript/dashboard/components-next/sidebar/Sidebar.vue index a0e83973d..fb5e3ddcf 100644 --- a/app/javascript/dashboard/components-next/sidebar/Sidebar.vue +++ b/app/javascript/dashboard/components-next/sidebar/Sidebar.vue @@ -15,7 +15,6 @@ import Button from 'dashboard/components-next/button/Button.vue'; import SidebarGroup from './SidebarGroup.vue'; import SidebarProfileMenu from './SidebarProfileMenu.vue'; import SidebarChangelogCard from './SidebarChangelogCard.vue'; -import YearInReviewBanner from '../year-in-review/YearInReviewBanner.vue'; import ChannelLeaf from './ChannelLeaf.vue'; import SidebarAccountSwitcher from './SidebarAccountSwitcher.vue'; import Logo from 'next/icon/Logo.vue'; @@ -661,7 +660,6 @@ const menuItems = computed(() => {
- diff --git a/app/javascript/dashboard/components-next/sidebar/SidebarProfileMenu.vue b/app/javascript/dashboard/components-next/sidebar/SidebarProfileMenu.vue index 3dad3c76b..36aad75d0 100644 --- a/app/javascript/dashboard/components-next/sidebar/SidebarProfileMenu.vue +++ b/app/javascript/dashboard/components-next/sidebar/SidebarProfileMenu.vue @@ -1,13 +1,11 @@