chore: - Adjust opacity settings for ConnectionRow to improve user experience.

This commit is contained in:
decolua 2026-03-26 10:48:53 +07:00
parent 99cb9ed11f
commit 3059df4014
4 changed files with 25 additions and 24 deletions

View file

@ -12,7 +12,6 @@ import { ConfirmModal } from "./Modal";
const navItems = [
{ href: "/dashboard/endpoint", label: "Endpoint", icon: "api" },
{ href: "/dashboard/providers", label: "Providers", icon: "dns" },
{ href: "/dashboard/proxy-pools", label: "Proxy Pools", icon: "lan" },
// { href: "/dashboard/basic-chat", label: "Basic Chat", icon: "chat" }, // Hidden
{ href: "/dashboard/combos", label: "Combos", icon: "layers" },
{ href: "/dashboard/usage", label: "Usage", icon: "bar_chart" },
@ -26,6 +25,7 @@ const debugItems = [
];
const systemItems = [
{ href: "/dashboard/proxy-pools", label: "Proxy Pools", icon: "lan" },
{ href: "/dashboard/profile", label: "Settings", icon: "settings" },
];