-
Notifications
You must be signed in to change notification settings - Fork 666
OCPBUGS-24049: Add option to enable/disable tailing to Pod log viewer mobile screen issues #13394
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
OCPBUGS-24049: Add option to enable/disable tailing to Pod log viewer mobile screen issues #13394
Conversation
|
@cyril-ui-developer: This pull request references Jira Issue OCPBUGS-24049, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. In response to this: Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/jira refresh |
|
/retest |
ea2f5dd to
74b5581
Compare
|
/retest |
1 similar comment
|
/retest |
74b5581 to
e7dc5ab
Compare
|
/retest |
|
/jira refresh |
|
@cyril-ui-developer: This pull request references Jira Issue OCPBUGS-24049, which is invalid:
Comment In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/jira refresh |
|
@cyril-ui-developer: This pull request references Jira Issue OCPBUGS-24049, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
Requesting review from QA contact: In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
I didn't review the code yet as I noticed a few concerns with the functionality: There is an issue with links in the mobile dropdown where clicking the menu item instead of the link results in nothing happening. Likely need to convert the links to actions rather than just putting them inside a menu item. Screen.Recording.2023-12-07.at.3.14.26.PM.movSeems like the layout could be better here. Since the right items are collapsing to a kebab, there is still plenty of room for the other items. @sg00dwin, do you have time to help @cyril-ui-developer with optimizing the layout? |
@rhamilto I would have to add a click event to handle that for Download, Raw and Expand. If click event is added for full length of dropdown item, then removing the underline would be idea for Download and Raw. WDYT? |
My assumption is the links would get removed entirely, which would remove the blue and the underline from the text. Is that what you mean? |
@rhamilto The UX design layout mobile screen in that order. Please double check the story |
e7dc5ab to
cd9d08d
Compare
|
@cyril-ui-developer: This pull request references Jira Issue OCPBUGS-24049, which is valid. 3 validation(s) were run on this bug
Requesting review from QA contact: In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
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.
| <DropdownItem to={currentLogURL} isExternalLink> | |
| <DropdownItem to={currentLogURL} download={`${resource.metadata.name}-${containerName}.log`> |
Plus a forthcoming version of @patternfly/react-core that includes patternfly/patternfly-react#9892
9f1e0f3 to
bf4499b
Compare
bf4499b to
cc20bd3
Compare
9d59e98 to
b5d17da
Compare
|
/retest |
3 similar comments
|
/retest |
|
/retest |
|
/retest |
b5d17da to
ed49fb4
Compare
|
/assign @rhamilto |
rhamilto
left a comment
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
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cyril-ui-developer, rhamilto The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/label acknowledge-critical-fixes-only |
|
/retest |
1 similar comment
|
/retest |
|
@cyril-ui-developer: all tests passed! Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
@cyril-ui-developer: Jira Issue OCPBUGS-24049: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-24049 has been moved to the MODIFIED state. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
[ART PR BUILD NOTIFIER] This PR has been included in build openshift-enterprise-console-container-v4.16.0-202403210141.p0.g16a13e5.assembly.stream.el8 for distgit openshift-enterprise-console. |
|
Fix included in accepted release 4.16.0-0.nightly-2024-03-21-152650 |








Follow on changes for PR
Before:
After: