Context center UI#28056
Conversation
|
Hi there 👋 Thanks for your contribution! The OpenMetadata team will review the PR shortly! Once it has been labeled as Let us know if you need any help! |
❌ UI Checkstyle Failed❌ ESLint + Prettier + Organise Imports (src)One or more source files have linting or formatting issues. ❌ I18n SyncTranslation locale files are out of sync with Affected files
❌ Playwright — ESLint + Prettier + Organise ImportsOne or more Playwright test files have linting or formatting issues. Affected files
❌ Core Components — ESLint + PrettierOne or more core-component files have linting or formatting issues. Affected files
Fix locally (fast — only checks files changed in this branch): make ui-checkstyle-changed |
Code Review ✅ Approved 7 resolved / 7 findingsImplements the Context Center UI feature with component enhancements, updated dashboard utilities, and comprehensive Playwright E2E coverage. Addressed all previous findings, including file upload issues, utility duplication, and UI consistency. ✅ 7 resolved✅ Bug: Upload modal accumulates stale assets across multiple attach cycles
✅ Quality: Duplicate getReadableSize utility already exported from core components
✅ Quality: ContextCenterArticlesPage uses AntD Button/Dropdown - should use core
✅ Edge Case: getReadableSize crashes on very large files (index out of bounds)
✅ Bug: Hardcoded strings in file-upload component instead of i18n
...and 2 more resolved from earlier reviews OptionsDisplay: compact → Showing less information. Comment with these commands to change:
Was this helpful? React with 👍 / 👎 | Gitar |
Describe your changes:
Fixes #
I worked on ... because ...
Type of change:
High-level design:
N/A — small change.
Tests:
Use cases covered
Unit tests
Backend integration tests
Ingestion integration tests
Playwright (UI) tests
Manual testing performed
UI screen recording / screenshots:
Not applicable.
Checklist:
Fixes <issue-number>: <short explanation>Fixes #<issue-number>above.Summary by Gitar
ArticleDetailHeaderto useBadgeforcontentChangeStateand addedEditorIconto the editors list.ManageButtondropdown behavior by ensuringisDropdownOpenis set tofalseon various actions.RECENT_ARTICLES_LIMITto 25 and corrected the URL generation logic inContextCenterUtils.ArticleCardstyling by removing unused gap properties.ContextCenterplaywright tests and updated navigation checks to includeCONTEXT_CENTER.This will update automatically on new commits.