From eaa5db38bf5e631467f8fcaa970c69e41177cf5b Mon Sep 17 00:00:00 2001 From: Denozordec Date: Tue, 30 Jun 2026 15:32:22 +0700 Subject: [PATCH] =?UTF-8?q?fix(web):=20=D0=B8=D1=81=D0=BF=D1=80=D0=B0?= =?UTF-8?q?=D0=B2=D0=B8=D1=82=D1=8C=20Base=20UI=20error=20#31=20=D0=B2=20A?= =?UTF-8?q?pp=20Switcher?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit DropdownMenuLabel перенесён внутрь DropdownMenuGroup; для внешних ссылок добавлен nativeButton={false}. Co-authored-by: Cursor --- apps/web/src/components/app-switcher.tsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/apps/web/src/components/app-switcher.tsx b/apps/web/src/components/app-switcher.tsx index ec7e97d..cd1c682 100644 --- a/apps/web/src/components/app-switcher.tsx +++ b/apps/web/src/components/app-switcher.tsx @@ -59,10 +59,10 @@ export function AppSwitcher() { align="start" sideOffset={4} > - - {config.menuLabel} - + + {config.menuLabel} + {config.apps.map((app) => { const Icon = APP_SWITCHER_ICONS[app.icon] const isCurrent = app.id === CURRENT_APP_ID @@ -78,7 +78,11 @@ export function AppSwitcher() { } return ( - }> + } + > {app.name} {app.shortcut ? (