-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Log Explorer] Add logic to display highlights in Flyout #170650
[Log Explorer] Add logic to display highlights in Flyout #170650
Conversation
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
/oblt-deploy |
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.
Well done overall, thanks for taking care of working on so many requirements 🙏
I left some notes on missing requirements or improvements we can bring in, let me know if you have any doubts, I'm happy to review them together!
x-pack/plugins/log_explorer/public/components/flyout_detail/flyout_highlights.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/log_explorer/public/components/flyout_detail/fylout_header.tsx
Outdated
Show resolved
Hide resolved
.../plugins/log_explorer/public/components/flyout_detail/sub_components/highlight_container.tsx
Show resolved
Hide resolved
.../plugins/log_explorer/public/components/flyout_detail/sub_components/highlight_container.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/log_explorer/public/components/flyout_detail/sub_components/hover_action.tsx
Show resolved
Hide resolved
x-pack/plugins/log_explorer/public/components/flyout_detail/sub_components/highlight_field.tsx
Show resolved
Hide resolved
x-pack/plugins/log_explorer/public/components/flyout_detail/sub_components/hover_action.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/log_explorer/public/context/discover_actions/use_discover_action.ts
Outdated
Show resolved
Hide resolved
x-pack/test/functional/apps/observability_log_explorer/flyout_highlights.ts
Show resolved
Hide resolved
@tonyghiani All review comments have been address and the PR is open for review again. Regarding the design with ellipsis, i had a discussion with @isaclfreire. In order to handle the Actions better, i am changing with the grid columns dynamically based on breakpoint. |
d8676eb
to
632c24c
Compare
x-pack/plugins/log_explorer/public/components/flyout_detail/flyout_highlights.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/log_explorer/public/components/flyout_detail/sub_components/hover_action.tsx
Outdated
Show resolved
Hide resolved
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.
LGTM, thanks for this work 👍
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.
👍 limits change
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]Module Count
Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: |
Pinging @elastic/obs-ux-logs-team (Team:obs-ux-logs) |
Summary
Closes #169504
What's pending