File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
src/main/resources/io/jenkins/plugins/designlibrary/AppBar Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2828 <td >${%topAppBar.do.2}</td >
2929 <td >${%topAppBar.dont.2}</td >
3030 </tr >
31+ <tr >
32+ <td >${%topAppBar.do.3}</td >
33+ </tr >
3134 </s : dos-donts >
3235 </s : section >
3336
Original file line number Diff line number Diff line change 11topAppBar =Top app bar
22topAppBar.description =Top app bar provides the page heading as well as important actions.
3- topAppBar.do.1 =Place your most important actions in the top app bar.
4- topAppBar.do.2 =Show a count subtitle if it explicitly relates to your page.
3+ topAppBar.do.1 =Use an app bar instead of a <code>h1</code> element as app bars have unique properties.
4+ topAppBar.do.2 =Place your most important actions in the app bar.
5+ topAppBar.do.3 =Show a count subtitle if it explicitly relates to your page.
56topAppBar.dont.1 =Avoid showing more than four actions at once, relegate less used actions to an overflow menu.
67topAppBar.dont.2 =Avoid showing a count subtitle if it could relate to multiple things on your page.
78
You can’t perform that action at this time.
0 commit comments