This repository was archived by the owner on Mar 4, 2026. It is now read-only.
Open
Conversation
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.
Codecov ReportAll modified and coverable lines are covered by tests ✅ 📢 Thoughts on this report? Let us know! |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
No description provided.