-
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
Add rowgroup, row and cell attributes to log stream components #192841
Add rowgroup, row and cell attributes to log stream components #192841
Conversation
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
<EuiButton data-test-subj="infraProgressCtaStreamLiveButton" onClick={onStreamStart} size="s"> | ||
<FormattedMessage id="xpack.logsShared.logs.streamLive" defaultMessage="Stream live" /> | ||
</EuiButton> | ||
<div role="cell"> |
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.
Tip
EuiButton
accepts the role
attribute, do you think we can directly pass it there to not change the rendered markdown and avoid CSS side effects?
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.
I wanted to avoid changing the markup tbh but I followed the same suggestion with the other button displayed at the top of the log stream. I think the idea was to have a wrapper with a cell
role, and then a button as a child element with a button
role by default.
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, I just left a small suggestion!
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |
…ic#192841) Closes elastic/observability-accessibility#123 Co-authored-by: Elastic Machine <[email protected]> (cherry picked from commit 01b9478)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…192841) (#194189) # Backport This will backport the following commits from `main` to `8.x`: - [Add rowgroup, row and cell attributes to log stream components (#192841)](#192841) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Giorgos Bamparopoulos","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-09-26T16:37:54Z","message":"Add rowgroup, row and cell attributes to log stream components (#192841)\n\nCloses https://github.com/elastic/observability-accessibility/issues/123\r\n\r\nCo-authored-by: Elastic Machine <[email protected]>","sha":"01b9478cf6c9f8f33efd9baf9979541d0e3eee2e","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:prev-minor","ci:project-deploy-observability"],"title":"Add rowgroup, row and cell attributes to log stream components","number":192841,"url":"https://github.com/elastic/kibana/pull/192841","mergeCommit":{"message":"Add rowgroup, row and cell attributes to log stream components (#192841)\n\nCloses https://github.com/elastic/observability-accessibility/issues/123\r\n\r\nCo-authored-by: Elastic Machine <[email protected]>","sha":"01b9478cf6c9f8f33efd9baf9979541d0e3eee2e"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/192841","number":192841,"mergeCommit":{"message":"Add rowgroup, row and cell attributes to log stream components (#192841)\n\nCloses https://github.com/elastic/observability-accessibility/issues/123\r\n\r\nCo-authored-by: Elastic Machine <[email protected]>","sha":"01b9478cf6c9f8f33efd9baf9979541d0e3eee2e"}}]}] BACKPORT--> Co-authored-by: Giorgos Bamparopoulos <[email protected]>
Adds the following roles:
rowgroup
to thelogStream
wrapperrow
andcell
to the separator components (Showing entries from ...
)row
andcell
to the extra components (Extend time frame by...
)Closes https://github.com/elastic/observability-accessibility/issues/123