fix(sidebar): move claude extension to compatible

This commit is contained in:
Tam Nhu Tran
2026-03-15 15:58:37 -04:00
parent a2f531016d
commit 337dd188cc
2 changed files with 8 additions and 6 deletions
+4 -2
View File
@@ -102,7 +102,6 @@ function buildNavGroups(t: (key: string) => string): SidebarGroupDef[] {
}, },
{ path: '/copilot', icon: Github, label: t('nav.githubCopilot') }, { path: '/copilot', icon: Github, label: t('nav.githubCopilot') },
{ path: '/cursor', iconSrc: '/assets/sidebar/cursor.svg', label: t('nav.cursorIde') }, { path: '/cursor', iconSrc: '/assets/sidebar/cursor.svg', label: t('nav.cursorIde') },
{ path: '/claude-extension', icon: Puzzle, label: t('nav.claudeExtension') },
{ {
path: '/accounts', path: '/accounts',
icon: Users, icon: Users,
@@ -117,7 +116,10 @@ function buildNavGroups(t: (key: string) => string): SidebarGroupDef[] {
}, },
{ {
title: t('nav.compatibleClis'), title: t('nav.compatibleClis'),
items: [{ path: '/droid', icon: TerminalSquare, label: t('nav.factoryDroid') }], items: [
{ path: '/claude-extension', icon: Puzzle, label: t('nav.claudeExtension') },
{ path: '/droid', icon: TerminalSquare, label: t('nav.factoryDroid') },
],
}, },
{ {
title: t('nav.system'), title: t('nav.system'),
+4 -4
View File
@@ -29,7 +29,7 @@ const resources = {
accounts: 'Accounts', accounts: 'Accounts',
allAccounts: 'All Accounts', allAccounts: 'All Accounts',
sharedData: 'Shared Data', sharedData: 'Shared Data',
compatibleClis: 'Compatible CLIs', compatibleClis: 'Compatible',
factoryDroid: 'Factory Droid', factoryDroid: 'Factory Droid',
system: 'System', system: 'System',
health: 'Health', health: 'Health',
@@ -1200,7 +1200,7 @@ const resources = {
accounts: '账号', accounts: '账号',
allAccounts: '全部账号', allAccounts: '全部账号',
sharedData: '共享数据', sharedData: '共享数据',
compatibleClis: '兼容 CLI', compatibleClis: '兼容',
factoryDroid: 'Factory Droid', factoryDroid: 'Factory Droid',
system: '系统', system: '系统',
health: '健康', health: '健康',
@@ -2330,7 +2330,7 @@ const resources = {
accounts: 'Tài khoản', accounts: 'Tài khoản',
allAccounts: 'Tất cả tài khoản', allAccounts: 'Tất cả tài khoản',
sharedData: 'Dữ liệu dùng chung', sharedData: 'Dữ liệu dùng chung',
compatibleClis: 'CLI tương thích', compatibleClis: 'Tương thích',
factoryDroid: 'Factory Droid', factoryDroid: 'Factory Droid',
system: 'Hệ thống', system: 'Hệ thống',
health: 'Sức khỏe', health: 'Sức khỏe',
@@ -3520,7 +3520,7 @@ const resources = {
accounts: 'アカウント', accounts: 'アカウント',
allAccounts: 'すべてのアカウント', allAccounts: 'すべてのアカウント',
sharedData: '共有データ', sharedData: '共有データ',
compatibleClis: '対応 CLI', compatibleClis: '互換',
factoryDroid: 'Factory Droid', factoryDroid: 'Factory Droid',
system: 'システム', system: 'システム',
health: 'ヘルス', health: 'ヘルス',