From 9c1cb011a5979aeba15dbd0b6aba50274d1c69df Mon Sep 17 00:00:00 2001 From: zhom <2717306+zhom@users.noreply.github.com> Date: Tue, 12 May 2026 01:22:04 +0400 Subject: [PATCH] refactor: ui cleanup --- src/components/rail-nav.tsx | 15 +-------------- src/i18n/locales/en.json | 2 -- src/i18n/locales/es.json | 2 -- src/i18n/locales/fr.json | 2 -- src/i18n/locales/ja.json | 2 -- src/i18n/locales/pt.json | 2 -- src/i18n/locales/ru.json | 2 -- src/i18n/locales/zh.json | 2 -- 8 files changed, 1 insertion(+), 28 deletions(-) diff --git a/src/components/rail-nav.tsx b/src/components/rail-nav.tsx index e9b259b..0a12543 100644 --- a/src/components/rail-nav.tsx +++ b/src/components/rail-nav.tsx @@ -5,14 +5,7 @@ import { useTranslation } from "react-i18next"; import { FaDownload } from "react-icons/fa"; import { FiWifi } from "react-icons/fi"; import { GoGear, GoKebabHorizontal } from "react-icons/go"; -import { - LuCloud, - LuPlug, - LuPuzzle, - LuShieldCheck, - LuUser, - LuUsers, -} from "react-icons/lu"; +import { LuCloud, LuPlug, LuPuzzle, LuUser, LuUsers } from "react-icons/lu"; import { cn } from "@/lib/utils"; import { Logo } from "./icons/logo"; import { Tooltip, TooltipContent, TooltipTrigger } from "./ui/tooltip"; @@ -262,12 +255,6 @@ const MORE_ITEMS: MoreMenuItem[] = [ labelKey: "rail.more.importProfile", hintKey: "rail.more.importProfileHint", }, - { - page: "vpns", - Icon: LuShieldCheck, - labelKey: "rail.more.vpns", - hintKey: "rail.more.vpnsHint", - }, { page: "integrations", Icon: LuPlug, diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json index b93f1cb..060a855 100644 --- a/src/i18n/locales/en.json +++ b/src/i18n/locales/en.json @@ -1754,8 +1754,6 @@ "closeAriaLabel": "Close menu", "importProfile": "Import profile", "importProfileHint": "Bring profiles from another tool", - "vpns": "VPN configs", - "vpnsHint": "WireGuard tunnels", "integrations": "Integrations", "integrationsHint": "Slack, MCP, automations", "account": "Account", diff --git a/src/i18n/locales/es.json b/src/i18n/locales/es.json index 703d9cb..a4195ee 100644 --- a/src/i18n/locales/es.json +++ b/src/i18n/locales/es.json @@ -1754,8 +1754,6 @@ "closeAriaLabel": "Cerrar menú", "importProfile": "Importar perfil", "importProfileHint": "Trae perfiles de otra herramienta", - "vpns": "Configuraciones VPN", - "vpnsHint": "Túneles WireGuard", "integrations": "Integraciones", "integrationsHint": "Slack, MCP, automatizaciones", "account": "Cuenta", diff --git a/src/i18n/locales/fr.json b/src/i18n/locales/fr.json index 381f7a5..e26f2ba 100644 --- a/src/i18n/locales/fr.json +++ b/src/i18n/locales/fr.json @@ -1754,8 +1754,6 @@ "closeAriaLabel": "Fermer le menu", "importProfile": "Importer un profil", "importProfileHint": "Importer depuis un autre outil", - "vpns": "Configurations VPN", - "vpnsHint": "Tunnels WireGuard", "integrations": "Intégrations", "integrationsHint": "Slack, MCP, automatisations", "account": "Compte", diff --git a/src/i18n/locales/ja.json b/src/i18n/locales/ja.json index 2358687..4f74464 100644 --- a/src/i18n/locales/ja.json +++ b/src/i18n/locales/ja.json @@ -1754,8 +1754,6 @@ "closeAriaLabel": "メニューを閉じる", "importProfile": "プロファイルをインポート", "importProfileHint": "別のツールから取り込む", - "vpns": "VPN 設定", - "vpnsHint": "WireGuard トンネル", "integrations": "連携", "integrationsHint": "Slack、MCP、自動化", "account": "アカウント", diff --git a/src/i18n/locales/pt.json b/src/i18n/locales/pt.json index 25fb57d..7efe2e9 100644 --- a/src/i18n/locales/pt.json +++ b/src/i18n/locales/pt.json @@ -1754,8 +1754,6 @@ "closeAriaLabel": "Fechar menu", "importProfile": "Importar perfil", "importProfileHint": "Trazer perfis de outra ferramenta", - "vpns": "Configurações VPN", - "vpnsHint": "Túneis WireGuard", "integrations": "Integrações", "integrationsHint": "Slack, MCP, automações", "account": "Conta", diff --git a/src/i18n/locales/ru.json b/src/i18n/locales/ru.json index 97b7d83..2e62bf5 100644 --- a/src/i18n/locales/ru.json +++ b/src/i18n/locales/ru.json @@ -1754,8 +1754,6 @@ "closeAriaLabel": "Закрыть меню", "importProfile": "Импорт профиля", "importProfileHint": "Перенести профили из другого инструмента", - "vpns": "Конфигурации VPN", - "vpnsHint": "WireGuard-туннели", "integrations": "Интеграции", "integrationsHint": "Slack, MCP, автоматизации", "account": "Аккаунт", diff --git a/src/i18n/locales/zh.json b/src/i18n/locales/zh.json index 7e70de5..10d6c49 100644 --- a/src/i18n/locales/zh.json +++ b/src/i18n/locales/zh.json @@ -1754,8 +1754,6 @@ "closeAriaLabel": "关闭菜单", "importProfile": "导入配置文件", "importProfileHint": "从其他工具导入", - "vpns": "VPN 配置", - "vpnsHint": "WireGuard 隧道", "integrations": "集成", "integrationsHint": "Slack、MCP、自动化", "account": "账户",