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
@@ -1,9 +0,0 @@
"use client";
import { cn } from "@/lib/utils";
export function GlassDivider({ className }: { className?: string }) {
return (
<div className={cn("h-px bg-gradient-to-r from-transparent via-oklch(1 0 0 / 0.08) to-transparent", className)} />
);
}
@@ -1,3 +1,2 @@
export { GlassCard } from "./card";
export { GlassPanel } from "./panel";
export { GlassDivider } from "./divider";