mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-01 03:46:24 +00:00

- Set default value for plugins in AppRouter to prevent potential errors. - Add conditional rendering for ProfilerLatestValue to avoid rendering issues when props are undefined. - Make profilerLatestValueProps optional in ProfilerStateWrapper interface for better flexibility. - Refactor ColumnProfileTable to remove unused imports and optimize rendering logic. - Replace Button with Typography for better styling in ColumnProfileTable. - Update SingleColumnProfile to use Stack for layout consistency and include ColumnSummary when available. - Enhance CardinalityDistributionChart and DataDistributionHistogram with new styling and layout using MUI components. - Introduce DataPill styled component for consistent data display. - Update color constants for improved visual consistency across charts. - Modify data insight tooltip to conditionally display date in header for better clarity.