-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Activity Feed Tab Revamp #20167
base: main
Are you sure you want to change the base?
Activity Feed Tab Revamp #20167
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! |
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! |
@@ -136,6 +136,7 @@ | |||
code { | |||
white-space: break-spaces; | |||
color: @text-color; | |||
font-family: Inter, sans-serif; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@shrushti2000 why we are doing this?
const clone = contentRef.current.cloneNode(true) as HTMLElement; | ||
clone.style.maxHeight = 'none'; | ||
clone.style.position = 'absolute'; | ||
clone.style.visibility = 'hidden'; | ||
document.body.appendChild(clone); | ||
const fullHeight = clone.scrollHeight; | ||
document.body.removeChild(clone); | ||
|
||
// Compare the full height with two lines height | ||
setShouldShowViewMore(fullHeight > twoLinesHeight); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure why we want this logic
|
This PR introduces Activity Feed Revamp design changes across all the pages
and Playwright fixes for ActivityFeed.spec
Database Scehama Page
PipelineDetails Page

Topic Page

ML Models

Containers

SearchIndex

Glossaries


Type of change:
Checklist:
Fixes <issue-number>: <short explanation>