mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-05-26 18:17:49 +02:00
refactor: ui cleanup
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -1754,8 +1754,6 @@
|
||||
"closeAriaLabel": "メニューを閉じる",
|
||||
"importProfile": "プロファイルをインポート",
|
||||
"importProfileHint": "別のツールから取り込む",
|
||||
"vpns": "VPN 設定",
|
||||
"vpnsHint": "WireGuard トンネル",
|
||||
"integrations": "連携",
|
||||
"integrationsHint": "Slack、MCP、自動化",
|
||||
"account": "アカウント",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -1754,8 +1754,6 @@
|
||||
"closeAriaLabel": "Закрыть меню",
|
||||
"importProfile": "Импорт профиля",
|
||||
"importProfileHint": "Перенести профили из другого инструмента",
|
||||
"vpns": "Конфигурации VPN",
|
||||
"vpnsHint": "WireGuard-туннели",
|
||||
"integrations": "Интеграции",
|
||||
"integrationsHint": "Slack, MCP, автоматизации",
|
||||
"account": "Аккаунт",
|
||||
|
||||
@@ -1754,8 +1754,6 @@
|
||||
"closeAriaLabel": "关闭菜单",
|
||||
"importProfile": "导入配置文件",
|
||||
"importProfileHint": "从其他工具导入",
|
||||
"vpns": "VPN 配置",
|
||||
"vpnsHint": "WireGuard 隧道",
|
||||
"integrations": "集成",
|
||||
"integrationsHint": "Slack、MCP、自动化",
|
||||
"account": "账户",
|
||||
|
||||
Reference in New Issue
Block a user