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

re-ordering courses tool bar buttons fixes ( #4649 ) #4688

Closed
wants to merge 2 commits into from
Closed

re-ordering courses tool bar buttons fixes ( #4649 ) #4688

wants to merge 2 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Aug 28, 2019

image

image

note this is the updated courses tool-bar, which is now symmetrical to the resource tool-bar. ^^^

@ghost
Copy link
Author

ghost commented Aug 28, 2019

Changed the courses component to match the resources component. Fixing issue 4649. =>#4649

@ghost ghost changed the title regarding Issue #4649 regarding Issue fixes ( #4649 ) Aug 28, 2019
@ghost ghost changed the title regarding Issue fixes ( #4649 ) re-ordering courses tool bar buttons fixes ( #4649 ) Aug 28, 2019
Copy link
Member

@paulbert paulbert left a comment

Choose a reason for hiding this comment

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

Note that there were different conditions for each button being shown. By simply moving around the elements the conditions are now off.

Again I would suggest you start with writing issues and PRs for open-learning-exchange.github.io before creating PRs on this project.

@@ -37,18 +37,18 @@
</button>
</ng-container>
<ng-container *ngIf="!parent">
<mat-form-field class="font-size-1 margin-lr-3 mat-form-field-type-no-underline mat-form-field-dynamic-width">
Copy link
Member

Choose a reason for hiding this comment

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

Please fix indentation for this block.

Copy link
Author

Choose a reason for hiding this comment

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

@paulbert fixed indentation in the next commit.

@ghost
Copy link
Author

ghost commented Aug 28, 2019

Note that there were different conditions for each button being shown. By simply moving around the elements the conditions are now off.

Again I would suggest you start with writing issues and PRs for open-learning-exchange.github.io before creating PRs on this project.

I felt like the issues in that repository aren't as juicy as the ones in this one.

@paulbert
Copy link
Member

paulbert commented Sep 2, 2019

@dogethecoder Thanks for fixing the indentation, but you did not address this part of the request:

Note that there were different conditions for each button being shown. By simply moving around the elements the conditions are now off.

@paulbert
Copy link
Member

paulbert commented Sep 6, 2019

@dogethecoder Please let me know if you need any more help or explanation on this PR.

I'll be closing this on Monday if there is not an update before then.

@ghost
Copy link
Author

ghost commented Sep 7, 2019

@dogethecoder Thanks for fixing the indentation, but you did not address this part of the request:

Note that there were different conditions for each button being shown. By simply moving around the elements the conditions are now off.

Hey just went through the button tag, could you highlight what attributes needed to be refactored?thanks, sorry for the late fix @paulbert

@paulbert
Copy link
Member

paulbert commented Sep 9, 2019

@dogethecoder Please look through the template and make sure the conditions before your changes match the conditions after for the two buttons changed.

@ghost
Copy link
Author

ghost commented Sep 10, 2019

@dogethecoder Please look through the template and make sure the conditions before your changes match the conditions after for the two buttons changed.

Just went through the tags and i couldn't find any broken conditions. Also i didn't find any broken css. @paulbert

@paulbert
Copy link
Member

@dogethecoder The conditions are not broken, but how they are applied to the buttons has changed. You need to make sure that the conditions that applied to each of the buttons before you made the changes are the same as the ones that apply to each of the buttons after the changes.

@paulbert
Copy link
Member

@dogethecoder Do you need any more explanation with this PR?

I'll be closing this on Friday if there are no updates.

@paulbert
Copy link
Member

Closing since there are no recent updates.

@paulbert paulbert closed this Sep 23, 2019
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

2 participants