-
Notifications
You must be signed in to change notification settings - Fork 82
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
Add docs relating to the new 'App bar' subtitle feature #325
Conversation
<p class="jdl-leading-paragraph">${%topAppBar.description}</p> | ||
<div class="jdl-component-group"> | ||
<div class="jdl-component-sample jdl-component-sample--full-width jdl-component-sample--no-bottom-padding jdl-component-sample--gridless"> | ||
<l:app-bar title="${%title}" subtitle="3"> |
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.
So is subtitle always a number? Shouldn't it then be called number or count or something more intuitive? Or is is planned to have there an subtitle text as well? Then it would make sense to have an example for such a page as well.
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.
I'm not too sure to be honest - trying not to be overly specific in case there is a future scenario where we might want to include text, only scenario I could currently think of is if we need to provide more context, e.g. https://jenkins-redesign.vercel.app/project/build/375/test-results
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.
LGTM
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.
Conflicts, but lgtm
Added some small docs relating to jenkinsci/jenkins#9221 - happy to add more/tweak if this isn't clear. Also gave the app bar page a minor refresh, bringing it more inline with other pages.
Testing done
Submitter checklist