feat(fe): remove Settings page from dashboard
Build & Deploy (Nix) / build-and-deploy (discord-gateway) (push) Successful in 3m7s
Build & Deploy (Nix) / build-and-deploy (proxy) (push) Successful in 3m28s
Build & Deploy (Nix) / build-and-deploy (backend) (push) Successful in 3m28s

Hapus halaman /settings + nav item Settings (TopNav/HiddenSidebar
via navItems). GlassDivider ikut dihapus (cuma dipakai settings).
useConfig tetap (dipakai guild-selector).

Verifikasi: tsc PASS, biome 0 error, next build PASS (10 halaman
static, settings hilang).
This commit is contained in:
asepharyana
2026-08-01 11:13:47 +07:00
parent 0771e62223
commit 903e7c4aeb
4 changed files with 0 additions and 205 deletions
-7
View File
@@ -6,7 +6,6 @@ import {
Mic,
Music,
Search,
Settings,
} from "lucide-react";
export interface NavItem {
@@ -57,12 +56,6 @@ export const navItems: NavItem[] = [
icon: Search,
matchPrefix: "/analysis",
},
{
href: "/settings",
label: "Settings",
icon: Settings,
matchPrefix: "/settings",
},
];
/**