-
Notifications
You must be signed in to change notification settings - Fork 23
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
style(docs): integrate the stark layout in all showcase's pages #701
style(docs): integrate the stark layout in all showcase's pages #701
Conversation
fa32044
to
6a7b597
Compare
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.
Some small remarks.
And also, I don't think this PR is related to this issue 668 because the Flex reusable classes are not there yet and there is no documentation stating that they can Angular's FlexLayout. Perhaps we should tackle this in another PR?
"TITLE": "Stark breadcrumb" | ||
}, | ||
"BUTTON": { | ||
"TITLE": "Stark buttons" |
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.
Can we put all the titles with the first letter of each word in uppercase? Like "Stark Buttons"
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.
Well I don't think it is super relevant, title and sentences should be written with normal case, then we can css rule to override this, but at least we can always go back to the original version if we want.
I also considered uppercasing titles but they don't do it neither in Angular Material or in Material Design.
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.
Ok, let's keep it like this for now 😉
</div> | ||
<mat-checkbox [(ngModel)]="isDisabled">isDisabled</mat-checkbox> | ||
</example-viewer> | ||
<h1 class="mat-display-3" translate>SHOWCASE.DEMO.DATE_PICKER.TITLE</h1> |
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.
The translation key here should be the one from the Date Range picker instead of the one from Date Picker ;)
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.
Well spotted :-)
<mat-card-header> | ||
<mat-card-title> | ||
<h1 class="documentation-title">Stark documentation</h1> | ||
<h4 translate>Stark Core - Latest</h4> |
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.
For the titles of the cards of this Home page, could we have them centered horizontally?
6a7b597
to
fe56d4d
Compare
Rebased and repushed |
ISSUES CLOSED: #673
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: #673
What is the new behavior?
Stark layout is now applied in all pages of the showcase
Does this PR introduce a breaking change?