chore(web): update ESLint configuration and improve component layouts
Build, Test, and Push CFDM Docker Image / test (push) Failing after 3m29s
Build, Test, and Push CFDM Docker Image / build-and-push (push) Has been skipped
Build, Test, and Push CFDM Docker Image / create-release (push) Has been skipped
Build, Test, and Push CFDM Docker Image / update-wiki (push) Has been skipped

- Modified ESLint configuration to include additional global ignores for better linting control.
- Updated component layouts in the ReUI kit to use flexbox for improved spacing and alignment.
- Refactored the CertificatesPage to optimize chart data handling and state management.
- Enhanced DashboardPage with state management for current timestamp to streamline expiration checks.

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Denozordec
2026-07-10 00:38:23 +07:00
co-authored by Cursor
parent 29e57666e0
commit a55200e623
6 changed files with 18 additions and 21 deletions
@@ -49,7 +49,7 @@ function DetailPanelHeader({
</div>
{actions ? <div className="shrink-0">{actions}</div> : null}
</FrameHeader>
{children ? <FramePanel className="space-y-4">{children}</FramePanel> : null}
{children ? <FramePanel className="flex flex-col gap-4">{children}</FramePanel> : null}
</Frame>
)
}
@@ -68,7 +68,7 @@ function DetailPanelMetrics({ cards }: { cards: DetailMetricCard[] }) {
</span>
</div>
</FrameHeader>
<FramePanel className="space-y-2">
<FramePanel className="flex flex-col gap-2">
<p className="text-muted-foreground text-xs leading-relaxed">
{card.description}
</p>
@@ -51,7 +51,7 @@ function KpiCardItem({ card }: { card: OpsKpiCard }) {
<h3 className="truncate text-sm leading-tight font-medium">{card.title}</h3>
</div>
</div>
<div className="mt-5 space-y-1.5">
<div className="mt-5 flex flex-col gap-1.5">
<p className="text-muted-foreground text-sm leading-tight">
{card.metricLabel}
</p>
@@ -48,7 +48,7 @@ export function SettingsShell({
return (
<PageShell>
<div className="w-full max-w-4xl space-y-6">
<div className="flex w-full max-w-4xl flex-col gap-6">
<header className="px-1">
<h1 className="text-xl font-semibold tracking-tight">{title}</h1>
<p className="text-muted-foreground max-w-2xl text-sm leading-relaxed">