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
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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user