Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix stream page ui issues #2148

Merged
merged 2 commits into from
Apr 26, 2024
Merged

fix stream page ui issues #2148

merged 2 commits into from
Apr 26, 2024

Conversation

suhailkakar
Copy link
Member

What does this pull request do? Explain your changes. (required)

Specific updates (required)

How did you test each of these updates (required)

Does this pull request close any open issues?

Screenshots (optional)

Checklist

  • I have read the CONTRIBUTING document.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.

@suhailkakar suhailkakar requested a review from a team as a code owner April 24, 2024 20:04
Copy link

vercel bot commented Apr 24, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
livepeer-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 24, 2024 8:06pm

@@ -196,8 +194,28 @@ const StreamFilter = ({ onDone, activeFilters }) => {
}
}, [activeFilters]);

const getDropdownMargin = (filterId) => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@suhailkakar we really should not need this switch logic. Dropdown components should automatically align to the parent element. We can't have custom logic depending the width of the dropdown element. That is not sustainable. I'm going to merge this PR but let's remove this logic in a follow up PR and use the component correctly.

@adamsoffer adamsoffer merged commit a4a1767 into master Apr 26, 2024
13 checks passed
@adamsoffer adamsoffer deleted the sk/stream-qa branch April 26, 2024 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants