Skip to content

Conversation

@greedy-wudpeckr
Copy link

Which problem is this PR solving?

Description of the changes

  • Fixed responsiveness of few components

Screenshots :

Before :
Screenshot 2026-01-21 at 3 28 02 PM
Screenshot 2026-01-21 at 3 28 10 PM
Screenshot 2026-01-21 at 3 28 20 PM
After :
Screenshot 2026-01-21 at 3 27 19 PM
Screenshot 2026-01-21 at 3 27 26 PM
Screenshot 2026-01-21 at 3 27 37 PM

Signed-off-by: greedy-wudpeckr <[email protected]>
Signed-off-by: greedy-wudpeckr <[email protected]>
Signed-off-by: greedy-wudpeckr <[email protected]>
@greedy-wudpeckr greedy-wudpeckr requested a review from a team as a code owner January 21, 2026 10:01
@greedy-wudpeckr greedy-wudpeckr requested review from Copilot and pavolloffay and removed request for a team January 21, 2026 10:01
@github-actions github-actions bot added the pr-quota-reached PR is on hold due to quota limits for new contributors label Jan 21, 2026
@github-actions
Copy link

Hi @greedy-wudpeckr, thanks for your contribution! To ensure quality reviews, we limit how many concurrent open PRs new contributors can open.

This PR is currently on hold (Status: 3/1 open). We will automatically move this into the review queue once your existing PRs are merged or closed.

Please see our Contributing Guidelines for details on our tiered quota policy.

@greedy-wudpeckr
Copy link
Author

PTAL @yurishkuro

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR improves the responsiveness of search trace page components to better handle different screen sizes, particularly mobile and tablet viewports.

Changes:

  • Added responsive grid breakpoints to ResultItem columns for better layout on smaller screens
  • Enhanced SearchResults header with flex-wrap and media queries for mobile optimization
  • Wrapped the submit button in a FormItem and added max-width constraints to prevent overflow

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
packages/jaeger-ui/src/components/SearchTracePage/SearchResults/index.css Added flex-wrap, gap, and mobile media query to header for better wrapping behavior on small screens
packages/jaeger-ui/src/components/SearchTracePage/SearchResults/ResultItem.tsx Converted fixed column spans to responsive breakpoints (xs, sm, md, lg) for adaptive layout
packages/jaeger-ui/src/components/SearchTracePage/SearchForm.tsx Wrapped submit button in FormItem for consistent form layout
packages/jaeger-ui/src/components/SearchTracePage/SearchForm.css Added max-width: 100% to submit button states to prevent overflow on narrow screens

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-quota-reached PR is on hold due to quota limits for new contributors

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Responsiveness of some components

1 participant