-
Notifications
You must be signed in to change notification settings - Fork 0
enh: Traffic dashboard redesign #32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Add sub-tabs: Overview, Request Logs, Performance - Add intelligent insights bar with trend analysis and anomaly detection - Add actionable recommendations (investigate IP, slow endpoints) - Add request logs table with sorting, filtering, and pagination - Add unknown domains section for non-vhost traffic - Add deployment context to slowest endpoints - Update PathStats interface with deployment field - Use 4px border radius for compact modern look - Add sparklines and trend indicators to stat cards Signed-off-by: nfebe <fenn25.fn@gmail.com>
- Update design system CSS variables to use smaller radius values - --radius-sm: 3px, --radius-md: 4px, --radius-lg: 6px, --radius-xl: 8px - Replace all hardcoded 8px/10px/12px/16px border-radius with 4px - Affected views: Security, Home, Certificates, Networks, Plugins, DeploymentDetail, Infrastructure, Templates, Settings - Affected components: ContainerTerminal, DeploymentTrafficStats, SecurityHealthCard, ToastNotifications, PluginWidget, TrafficDashboard Creates a more compact, modern visual appearance consistent with the redesigned TrafficDashboard. Signed-off-by: nfebe <fenn25.fn@gmail.com>
Code Review SummaryThis pull request introduces substantial improvements in both the application's user interface and its underlying data architecture. The 🚀 Key Improvements
💡 Minor Suggestions
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review complete. See the overview comment for a summary.
Update design system scale to 2, 4, 6, 8, 12px and replace all hardcoded border-radius values with CSS variables across 46 files. - var(--radius-xs): 2px - tiny elements - var(--radius-sm): 4px - buttons, inputs, badges - var(--radius-md): 6px - cards, containers - var(--radius-lg): 8px - larger containers - var(--radius-xl): 12px - modals Signed-off-by: nfebe <fenn25.fn@gmail.com>
Deploying flatrun-ui with
|
| Latest commit: |
7136775
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://27824c7f.flatrun-ui.pages.dev |
| Branch Preview URL: | https://feat-traffic-dashboard-redes.flatrun-ui.pages.dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review complete. No specific code suggestions were generated. See the overview comment for a summary.
No description provided.