From eddf80aaed085dd3c6a5593fd77a67c51cd03279 Mon Sep 17 00:00:00 2001 From: Aaryan Khandelwal <65252264+aaryan610@users.noreply.github.com> Date: Wed, 26 Nov 2025 18:51:03 +0530 Subject: [PATCH] [WEB-5511] regression: revamped navigation UI bugs (#8183) --- .../navigations/top-navigation-root.tsx | 8 +- .../components/workspace/sidebar/helper.tsx | 3 + .../customize-navigation-dialog.tsx | 77 ++++--------------- .../navigation/project-actions-menu.tsx | 17 ++-- .../components/navigation/project-header.tsx | 4 +- .../tab-navigation-overflow-menu.tsx | 67 ++++++++-------- .../navigation/tab-navigation-root.tsx | 26 ++++--- .../tab-navigation-visible-item.tsx | 8 ++ .../components/navigation/top-nav-power-k.tsx | 17 ++-- .../navigation/use-tab-preferences.ts | 55 +++++++++---- .../workspace/sidebar/workspace-menu-root.tsx | 7 +- packages/propel/src/icons/index.ts | 1 + .../propel/src/icons/set-as-default-icon.tsx | 23 ++++++ 13 files changed, 164 insertions(+), 149 deletions(-) create mode 100644 packages/propel/src/icons/set-as-default-icon.tsx diff --git a/apps/web/ce/components/navigations/top-navigation-root.tsx b/apps/web/ce/components/navigations/top-navigation-root.tsx index 448fa2599..c6b1de0d7 100644 --- a/apps/web/ce/components/navigations/top-navigation-root.tsx +++ b/apps/web/ce/components/navigations/top-navigation-root.tsx @@ -14,20 +14,20 @@ export const TopNavigationRoot = observer(() => { return (