From 62fd5599e2285c741bad3019c2c8eb9467e8eb6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Barth=C3=A9l=C3=A9my=20Ledoux?= Date: Thu, 21 Nov 2024 10:46:25 +0100 Subject: [PATCH] fix: after context docs, some light fixes and cleanup (#6030) --- ui/src/components/ContextInfoBar.vue | 12 +- ui/src/components/docs/ContextDocs.vue | 8 +- ui/src/components/layout/ContextNews.vue | 8 +- ui/src/components/layout/News.vue | 153 ----------------------- ui/src/components/layout/TopNavBar.vue | 75 ----------- 5 files changed, 13 insertions(+), 243 deletions(-) delete mode 100644 ui/src/components/layout/News.vue diff --git a/ui/src/components/ContextInfoBar.vue b/ui/src/components/ContextInfoBar.vue index 48debec4e6..652be3c551 100644 --- a/ui/src/components/ContextInfoBar.vue +++ b/ui/src/components/ContextInfoBar.vue @@ -32,8 +32,6 @@ const panelWidth = ref(640) - const panel = ref(null) - const activeTab = ref("") const {startResizing, resizing} = useResizablePanel(activeTab) @@ -70,12 +68,6 @@ return {startResizing, resizing} } - function scrollToTop(){ - if(panel.value) { - panel.value.scrollTop = 0 - } - } - function setActiveTab(tab: string){ if(activeTab.value === tab){ activeTab.value = "" @@ -120,12 +112,12 @@ {{ configs?.commitId }} -
+
- +