Skip to content

Conversation

@cajieh
Copy link
Contributor

@cajieh cajieh commented Dec 1, 2023

Follow on changes for PR

Before:

Screenshot 2023-12-07 at 8 22 53 AM

Screenshot 2023-12-07 at 8 23 03 AM

After:

Screenshot 2024-03-20 at 8 41 33 AM Screenshot 2024-03-20 at 8 41 19 AM

Screenshot 2024-03-20 at 9 52 31 AM

@openshift-ci openshift-ci bot requested review from spadgett and zherman0 December 1, 2023 13:39
@openshift-ci openshift-ci bot added component/core Related to console core functionality kind/i18n Indicates issue or PR relates to internationalization or has content that needs to be translated labels Dec 1, 2023
@cajieh cajieh changed the title Add show fulllog chkbx to log viewer mobile screen OCPBUGS-24049: Add option to enable/disable tailing to Pod log viewer mobile screen issues Dec 1, 2023
@openshift-ci-robot openshift-ci-robot added jira/severity-important Referenced Jira bug's severity is important for the branch this PR is targeting. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. labels Dec 1, 2023
@openshift-ci-robot
Copy link
Contributor

@cyril-ui-developer: This pull request references Jira Issue OCPBUGS-24049, which is invalid:

  • expected the bug to target the "4.15.0" version, but no target version was set

Comment /jira refresh to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.

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.

@cajieh
Copy link
Contributor Author

cajieh commented Dec 1, 2023

/jira refresh

@cajieh
Copy link
Contributor Author

cajieh commented Dec 3, 2023

/retest

@cajieh cajieh force-pushed the add-show-full-log-chkbx-log-viewers-mobile-screen branch 3 times, most recently from ea2f5dd to 74b5581 Compare December 5, 2023 15:47
@cajieh
Copy link
Contributor Author

cajieh commented Dec 5, 2023

/retest

1 similar comment
@cajieh
Copy link
Contributor Author

cajieh commented Dec 6, 2023

/retest

@cajieh cajieh force-pushed the add-show-full-log-chkbx-log-viewers-mobile-screen branch from 74b5581 to e7dc5ab Compare December 6, 2023 16:59
@cajieh
Copy link
Contributor Author

cajieh commented Dec 6, 2023

/retest

@cajieh
Copy link
Contributor Author

cajieh commented Dec 7, 2023

/jira refresh

@openshift-ci-robot
Copy link
Contributor

@cyril-ui-developer: This pull request references Jira Issue OCPBUGS-24049, which is invalid:

  • expected the bug to target the "4.15.0" version, but no target version was set

Comment /jira refresh to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.

In response to this:

/jira refresh

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.

@cajieh
Copy link
Contributor Author

cajieh commented Dec 7, 2023

/jira refresh

@openshift-ci-robot openshift-ci-robot added jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. and removed jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. labels Dec 7, 2023
@openshift-ci-robot
Copy link
Contributor

@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
  • bug is open, matching expected state (open)
  • bug target version (4.15.0) matches configured target version for branch (4.15.0)
  • bug is in the state ASSIGNED, which is one of the valid states (NEW, ASSIGNED, POST)

Requesting review from QA contact:
/cc @yapei

In response to this:

/jira refresh

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.

@openshift-ci openshift-ci bot requested a review from yapei December 7, 2023 13:46
@rhamilto
Copy link
Member

rhamilto commented Dec 7, 2023

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.mov

Seems 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?
Screenshot 2023-12-07 at 3 15 38 PM

@cajieh
Copy link
Contributor Author

cajieh commented Dec 7, 2023

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.mov
Seems 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? Screenshot 2023-12-07 at 3 15 38 PM

@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?

@rhamilto
Copy link
Member

rhamilto commented Dec 7, 2023

@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?

@cajieh
Copy link
Contributor Author

cajieh commented Dec 8, 2023

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.mov
Seems 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? Screenshot 2023-12-07 at 3 15 38 PM

@rhamilto The UX design layout mobile screen in that order. Please double check the story

@cajieh cajieh force-pushed the add-show-full-log-chkbx-log-viewers-mobile-screen branch from e7dc5ab to cd9d08d Compare December 8, 2023 12:22
@openshift-ci-robot openshift-ci-robot removed the jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. label Dec 15, 2023
@openshift-ci-robot
Copy link
Contributor

@cyril-ui-developer: This pull request references Jira Issue OCPBUGS-24049, which is valid.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (4.16.0) matches configured target version for branch (4.16.0)
  • bug is in the state POST, which is one of the valid states (NEW, ASSIGNED, POST)

Requesting review from QA contact:
/cc @yapei

In response to this:

/jira refresh

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.

Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
<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

@cajieh cajieh force-pushed the add-show-full-log-chkbx-log-viewers-mobile-screen branch from 9f1e0f3 to bf4499b Compare December 22, 2023 16:11
@cajieh cajieh force-pushed the add-show-full-log-chkbx-log-viewers-mobile-screen branch from bf4499b to cc20bd3 Compare January 12, 2024 19:54
@cajieh cajieh force-pushed the add-show-full-log-chkbx-log-viewers-mobile-screen branch 4 times, most recently from 9d59e98 to b5d17da Compare March 18, 2024 21:41
@cajieh
Copy link
Contributor Author

cajieh commented Mar 19, 2024

/retest

3 similar comments
@cajieh
Copy link
Contributor Author

cajieh commented Mar 19, 2024

/retest

@cajieh
Copy link
Contributor Author

cajieh commented Mar 19, 2024

/retest

@cajieh
Copy link
Contributor Author

cajieh commented Mar 19, 2024

/retest

@cajieh cajieh force-pushed the add-show-full-log-chkbx-log-viewers-mobile-screen branch from b5d17da to ed49fb4 Compare March 20, 2024 12:45
@cajieh
Copy link
Contributor Author

cajieh commented Mar 20, 2024

/assign @rhamilto

Copy link
Member

@rhamilto rhamilto left a comment

Choose a reason for hiding this comment

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

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Mar 20, 2024
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Mar 20, 2024

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 20, 2024
@cajieh
Copy link
Contributor Author

cajieh commented Mar 20, 2024

/label acknowledge-critical-fixes-only

@openshift-ci openshift-ci bot added the acknowledge-critical-fixes-only Indicates if the issuer of the label is OK with the policy. label Mar 20, 2024
@cajieh
Copy link
Contributor Author

cajieh commented Mar 20, 2024

/retest

1 similar comment
@cajieh
Copy link
Contributor Author

cajieh commented Mar 20, 2024

/retest

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Mar 20, 2024

@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.

@openshift-merge-bot openshift-merge-bot bot merged commit 16a13e5 into openshift:master Mar 20, 2024
@openshift-ci-robot
Copy link
Contributor

@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:

Follow on changes for PR

Before:

Screenshot 2023-12-07 at 8 22 53 AM

Screenshot 2023-12-07 at 8 23 03 AM

After:

Screenshot 2024-03-20 at 8 41 33 AM Screenshot 2024-03-20 at 8 41 19 AM

Screenshot 2024-03-20 at 9 52 31 AM

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.

@openshift-bot
Copy link
Contributor

[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.
All builds following this will include this PR.

@openshift-merge-robot
Copy link
Contributor

Fix included in accepted release 4.16.0-0.nightly-2024-03-21-152650

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

Labels

acknowledge-critical-fixes-only Indicates if the issuer of the label is OK with the policy. approved Indicates a PR has been approved by an approver from all required OWNERS files. component/core Related to console core functionality jira/severity-important Referenced Jira bug's severity is important for the branch this PR is targeting. jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. kind/i18n Indicates issue or PR relates to internationalization or has content that needs to be translated lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants