Conversation
🔴 Playwright Results — 1 failure(s), 17 flaky✅ 3112 passed · ❌ 1 failed · 🟡 17 flaky · ⏭️ 207 skipped
Genuine Failures (failed on all attempts)❌
|
...ta-ui/src/main/resources/ui/src/components/common/atoms/domain/ui/useDomainCardTemplates.tsx
Show resolved
Hide resolved
Co-authored-by: Rohit0301 <Rohit0301@users.noreply.github.com>
…adata/OpenMetadata into untitled-ui-migration-3
| const getGlossaryTags = (entity: Domain | DataProduct): TagLabel[] => | ||
| entity.tags?.filter((tag) => tag.source === 'Glossary') ?? []; | ||
|
|
||
| const getClassificationTags = (entity: Domain | DataProduct): TagLabel[] => | ||
| entity.tags?.filter((tag) => tag.source === 'Classification') ?? []; | ||
|
|
There was a problem hiding this comment.
we might already have this util fn, and if not, lets move this to utils file.
| title={filter.values.join(', ')} | ||
| weight="medium"> | ||
| {filter.values.join(', ')} |
There was a problem hiding this comment.
unnecessary 2 loops
| </Typography> | ||
| <Card className="tw:mb-5 tw:p-5"> | ||
| <div className="tw:flex tw:items-center tw:justify-between"> | ||
| <div> |
There was a problem hiding this comment.
please check if we need this blank div?
There was a problem hiding this comment.
required, it wraps 2 elements
Code Review ✅ Approved 1 resolved / 1 findingsMigrated MUI components to untitled-ui with fixes for domain icon display and test compatibility. No issues found. ✅ 1 resolved✅ Bug: Domain card template missing overflow protection classes
OptionsAuto-apply is off → Gitar will not commit updates to this branch. Comment with these commands to change:
Was this helpful? React with 👍 / 👎 | Gitar |
|



Describe your changes:
Components migrated
Fixes 3273
I worked on ... because ...
Screen.Recording.2026-03-23.at.7.44.54.PM.mov
Type of change:
Checklist:
Fixes <issue-number>: <short explanation>