mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-10 08:16:25 +00:00

- Updated createMuiTheme.ts to improve theme structure and organization. - Added GlobalStyles to App.tsx for consistent font sizing across the application. - Introduced InlineTestCaseIncidentStatus component for better handling of test case statuses. - Modified TestCaseIncidentManagerStatus to conditionally render InlineTestCaseIncidentStatus based on props. - Enhanced DataQualityTab to include a new column for failed/aborted reasons and last run timestamps. - Updated QualityTab to streamline pagination handling and improve layout. - Added isInline prop to TestCaseStatusIncidentManagerStatus interface for inline rendering.