Skip to content
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

Open
wants to merge 31 commits into
base: main
Choose a base branch
from

Conversation

shrushti2000
Copy link
Contributor

@shrushti2000 shrushti2000 commented Mar 10, 2025

This PR introduces Activity Feed Revamp design changes across all the pages
and Playwright fixes for ActivityFeed.spec

Database Scehama Page

Screenshot 2025-03-11 at 6 36 42 PM Screenshot 2025-03-11 at 11 44 15 AM Screenshot 2025-03-11 at 6 32 53 PM

PipelineDetails Page
Screenshot 2025-03-11 at 6 31 47 PM

Topic Page
Screenshot 2025-03-11 at 6 32 11 PM

ML Models
Screenshot 2025-03-11 at 6 33 16 PM

Containers
Screenshot 2025-03-11 at 6 33 38 PM

SearchIndex
Screenshot 2025-03-11 at 6 33 59 PM

Glossaries
Screenshot 2025-03-11 at 6 34 24 PM
Screenshot 2025-03-11 at 6 34 38 PM

Type of change:

  • Bug fix
  • Improvement
  • New feature
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation

Checklist:

  • I have read the CONTRIBUTING document.
  • My PR title is Fixes <issue-number>: <short explanation>
  • I have commented on my code, particularly in hard-to-understand areas.
  • For JSON Schema changes: I updated the migration scripts or explained why it is not needed.

Copy link
Contributor

Hi there 👋 Thanks for your contribution!

The OpenMetadata team will review the PR shortly! Once it has been labeled as safe to test, the CI workflows
will start executing and we'll be able to make sure everything is working as expected.

Let us know if you need any help!

Copy link
Contributor

Hi there 👋 Thanks for your contribution!

The OpenMetadata team will review the PR shortly! Once it has been labeled as safe to test, the CI workflows
will start executing and we'll be able to make sure everything is working as expected.

Let us know if you need any help!

Copy link
Contributor

github-actions bot commented Mar 11, 2025

Jest test Coverage

UI tests summary

Lines Statements Branches Functions
Coverage: 63%
63.72% (42395/66536) 38.41% (16551/43089) 43.21% (5075/11744)

chirag-madlani
chirag-madlani previously approved these changes Mar 13, 2025
@@ -136,6 +136,7 @@
code {
white-space: break-spaces;
color: @text-color;
font-family: Inter, sans-serif;
Copy link
Collaborator

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?

Comment on lines +50 to +59
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);
Copy link
Collaborator

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

Copy link

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
safe to test Add this label to run secure Github workflows on PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants