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

BBA-21 Add support for toolbar button selection #36

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bcfox
Copy link
Contributor

@bcfox bcfox commented Jun 1, 2017

  • Allow users to position the global buttons to the left
    or right of the app specific buttons
  • Add unit test for toolbar to ensure the positioning works
  • Setting default for global buttons to appear to the right
    of app buttons (this way they do not move depending upon page buttons)

- Allow users to position the global buttons to the left
  or right of the app specific buttons
- Add unit test for toolbar to ensure the positioning works
- Setting default for global buttons to appear to the right
  of app buttons (this way they do not move depending upon page buttons)
@@ -0,0 +1,87 @@
import {
Copy link
Contributor

Choose a reason for hiding this comment

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

can we get the tabbing set to 4 spaces

<ng-template [cfToolbarHost]="portal | async">
</ng-template>
</span>
<ng-container [ngSwitch]="globalButtonAlign | async">
Copy link
Contributor

Choose a reason for hiding this comment

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

instead of changing the order in the document, we can use flexbox to either reverse the order or explicitly set the flexbox order.

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.

2 participants