Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.

[FEATURE] DASHBOARD V2#1043

Open
SquirrelDeveloper wants to merge 19 commits intomasterfrom
feature/poc-dashboard
Open

[FEATURE] DASHBOARD V2#1043
SquirrelDeveloper wants to merge 19 commits intomasterfrom
feature/poc-dashboard

Conversation

@SquirrelDeveloper
Copy link
Copy Markdown
Collaborator

No description provided.

Squirrel Dev added 19 commits May 12, 2025 21:59
Introduced several new React components, including SummaryStatCard, AreaInstalledBarChartCard, and others, to display various statistical and visual insights on the dashboard. These components utilize Ant Design and @ant-design/plots for rich, customizable UI and charts.
# Conflicts:
#	client/src/pages/Dashboard/index.tsx
Introduced a new dashboard layout engine and widget factory to enable drag-and-drop customization of dashboard widgets. Updated `Dashboard` page to integrate the customizable layout, included react-dnd dependencies, and added MF compatibility fixes.
Extended LineChart to support dynamic data sources, metrics, and date ranges. Refactored DashboardLayoutEngine to enhance widget configuration via form dependencies and live data fetching for devices and containers.
Integrated `isPreview` flag across LineChart and AreaInstalledBarChartCard components to allow mock data rendering in preview mode. Enhanced legend and color handling for dynamic region visualization while optimizing dependencies. Removed unused demo data and components from the Dashboard index.
This commit deletes unused dashboard components including `AreaInstalledBarChartCard`, `ChartCard`, `DownloadsByOSDonutCard`, `GradientStatCardWithChart`, `MainChartCard`, and associated styles. The removal cleans up
Added `DebugOverlay` utility to multiple dashboard components including `WelcomeHeaderSection`, `PieChart`, `FeaturedAppCard`, `SummaryStatCard`, and others for enhanced development visibility in debug mode. Updated `FeaturedAppCard` with new auto-play carousel and shadow enhancements. Refactored `AnsiblePlaybookRunner` and `SummaryStatCard` logic for API handling improvements. Adjusted line chart styles and disabled `mfsu` in configuration. Updated dependencies in `package.json` with additions like `styled-components` and `lucide-react`.
Introduce new widget settings including statistics, date ranges, and color palettes. Improved UI flexibility with support for "all" or specific device/container selections and added background illustration options. Enhanced color handling for progress and background themes.
Replaces console logs with structured logging using `consola` for better traceability. Introduces enhanced RSS widget functionality with backend integration, customizable settings, and data fetching optimizations. Also, updates package dependencies and modularizes RSS service handling.
Introduced a logger utility with environments-specific configurations and modular tagging. Added tests for RSSController to validate feed handling logic. Simplified and optimized dashboard widgets and RSS widget sources for better maintainability and performance.
…layout management

Removed `BookingStatusCard` and deprecated components, replacing with new `DonutChart`, `ProgressBarsCard`, and enhanced `DashboardGrid` logic. Introduced page title editing, `DebugDataProvider`, and widget debug data features. Updated `.eslintrc` to use TypeScript parser and added configuration for `tsconfig.json`.
…t`, and `SummaryStatCard`. Streamline codebase by eliminating redundant files and deprecated features.
- Enhanced `DashboardGrid` empty state with new design and `Add Widget` functionality in edit mode.
- Updated default dashboard page with predefined widgets for improved user onboarding.
- Persisted visited tabs state for optimized tab rendering and navigation.
- Refactored several layouts for better usability and consistency.
- Improved dashboard initialization with fallback page creation logic and loading state handling.
{url ? (
<iframe
ref={iframeRef}
src={url}

Check warning

Code scanning / CodeQL

DOM text reinterpreted as HTML Medium

DOM text
is reinterpreted as HTML without escaping meta-characters.
@codecov
Copy link
Copy Markdown

codecov bot commented Jul 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

📢 Thoughts on this report? Let us know!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

enhancement New feature or request

Projects

Development

Successfully merging this pull request may close these issues.

2 participants