- Refactored `GatewayHero.tsx` to display a new dashboard header layout based on a provided mockup. - The new design features a greeting, top status cards (Services, Clusters, Alerts), a central search bar, and quick access buttons. - Bottom graphical cards for "Network Load" and "Global Mesh" were implemented using static styling mocks. - Retained the core functionality of the central prompt input to route queries to `/xworkmate`. - Adjusted the homepage spacing in `page.tsx` to accommodate the new top section while keeping the existing `UnifiedNavigation`, `StatsSection`, `ShortcutsSection`, and `Footer`. - Verified UI changes against the mockup and handled minor review feedback (fixed greeting punctuation and header text contrast). Co-authored-by: cloud-neutral <4133689+cloud-neutral@users.noreply.github.com>
7 lines
251 B
TypeScript
7 lines
251 B
TypeScript
/// <reference types="next" />
|
|
/// <reference types="next/image-types/global" />
|
|
import "./.next/dev/types/routes.d.ts";
|
|
|
|
// NOTE: This file should not be edited
|
|
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
|