Skip to content
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

Changing overlay layout to a single column #413

Merged
merged 1 commit into from
Sep 22, 2017
Merged

Changing overlay layout to a single column #413

merged 1 commit into from
Sep 22, 2017

Conversation

rhamilto
Copy link
Member

@rhamilto rhamilto commented Sep 1, 2017

localhost-9000-dev-console-
localhost-9000-dev-console- iphone 6

@rhamilto rhamilto changed the title [WIP] Changing overlay layout to a single column Changing overlay layout to a single column Sep 21, 2017
Copy link
Member

@spadgett spadgett left a comment

Choose a reason for hiding this comment

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

Thanks @rhamilto. Nice to see us remove more code than we're adding.

<div class="order-service-details">
<div class="order-service-details-top">
<div class="service-icon">
<span class="icon {{$ctrl.imageStream.iconClass}}"></span>
Copy link
Member

Choose a reason for hiding this comment

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

aria-hidden="true"

private showInfo = () => {
this.clearValidityWatcher();
this.ctrl.nextTitle = 'Next >';
this.reviewStep.allowed = true;
Copy link
Member

Choose a reason for hiding this comment

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

This line looks wrong. I think we can just delete it.

@@ -1,6 +1,6 @@
<div class="order-service">
<pf-wizard
hide-header="true"
title="{{$ctrl.imageStream.name}} {{$ctrl.istag.name}}"
Copy link
Member

Choose a reason for hiding this comment

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

Can you check that this updates correctly when you pick different versions in the dropdown inside the wizard?

Copy link
Member Author

Choose a reason for hiding this comment

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

Confirmed that it does. :)

<div class="order-service-details">
<div class="order-service-details-top">
<div class="service-icon">
<span ng-if="!$ctrl.imageUrl" class="icon {{$ctrl.iconClass}}"></span>
Copy link
Member

Choose a reason for hiding this comment

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

aria-hidden="true"

</div>
<div ng-if="$ctrl.serviceClass.resource.externalMetadata.documentationUrl" class="order-service-documentation-url">
<a ng-href="{{$ctrl.serviceClass.resource.externalMetadata.documentationUrl}}" target="_blank" class="learn-more-link">Learn More <i class="fa fa-external-link" aria-hidden="true"></i></a>
</div>
Copy link
Member

Choose a reason for hiding this comment

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

We should probably add externalMetadata.supportUrl too

Copy link
Member Author

Choose a reason for hiding this comment

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

screen shot 2017-09-21 at 12 08 47 pm

@rhamilto
Copy link
Member Author

@spadgett's comments addressed. Thanks!

Copy link
Member

@spadgett spadgett left a comment

Choose a reason for hiding this comment

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

LGTM, thanks @rhamilto

We might want to wait for openshift/origin-web-console#2127 to merge this so that all changes are ready to go together

@rhamilto
Copy link
Member Author

@jeff-phillips-18, can you take a look today? @spadgett is hoping we can this merged so we can also merge openshift/origin-web-console#2127 today.

@jeff-phillips-18
Copy link
Member

@rhamilto yeah, catching up with reviews now. Sorry for the delay.

Copy link
Member

@jeff-phillips-18 jeff-phillips-18 left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@rhamilto rhamilto merged commit 59f20b1 into openshift:master Sep 22, 2017
@rhamilto rhamilto deleted the single-column-overlay branch September 22, 2017 13:38
f0x11 pushed a commit to f0x11/origin-web-console that referenced this pull request Mar 26, 2018
f0x11 pushed a commit to f0x11/origin-web-console that referenced this pull request Mar 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants