Merged
Conversation
Contributor
|
Just curious because of other conversation today but, hows this look on mobile? |
kevwilliams
approved these changes
Apr 14, 2026
Contributor
Author
|
@kevwilliams it stacks but still doesn't look great because the rest of the app doesn't scale to mobile well yet. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Transforms the dashboard from a single Recent Users widget into a full Operator Command Center with KPI counters, fraud alerts, pending approvals, quota utilization, and real-time cluster health monitoring via MCP.
What's New
KPI Counter Row
useResourceCounthook with skeleton loading statesFraud Alerts Widget
Pending Approvals Widget
Quota Utilization Widget
Cluster Health Widget (MCP-powered)
kube_node_status_condition{condition="Ready"})gatewayapi_gateway_status)MCP_URL+MCP_API_KEYenv vars)ae-north-1-alice→ "UAE North")Files Changed
New Files (13)
app/features/dashboard/components/cluster-health-widget.tsxapp/features/dashboard/components/fraud-alerts-widget.tsxapp/features/dashboard/components/kpi-counter-card.tsxapp/features/dashboard/components/pending-approvals-widget.tsxapp/features/dashboard/components/quota-utilization-widget.tsxapp/features/dashboard/hooks/use-cluster-health.tsapp/features/dashboard/hooks/use-fraud-alerts-widget.tsapp/features/dashboard/hooks/use-pending-approvals-widget.tsapp/features/dashboard/hooks/use-quota-utilization-widget.tsapp/features/dashboard/hooks/use-resource-count.tsapp/server/routes/cluster.tsModified Files (9)
app/features/dashboard/index.tsapp/hooks/use-env.tsMCP_ENABLEDto public env interfaceapp/root.tsxMCP_ENABLEDflag to clientapp/routes/dashboard/index.tsxapp/server/routes/api.ts/clusterrouteapp/routes/fraud/detail/index.tsxapp/features/dashboard/components/recent-users-widget.tsxapp/modules/i18n/locales/en.poapp/modules/i18n/locales/fr.poArchitecture