Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' into rm-rate-from-static-and-exclusive
Browse files Browse the repository at this point in the history
  • Loading branch information
apetro committed Dec 5, 2018
2 parents a83e13a + dd27187 commit aa8a056
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ and this project adheres to
### Fixed

* Removed rate app button from `exclusive` and `static` templates #868
* Changed label on UI control for switching home page between expanded and
compact widget modes, to make this feature more recognizable to and
understandable by users. New label is "Change tile size"; was
"Toggle expanded widgets". Also updates the associated `aria-label`. #866

### Deprecated

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,12 @@
</md-menu-item>
<md-subheader ng-if="renderMe">{{ appTitle }} Home options</md-subheader>
<md-menu-item ng-if="renderMe">
<md-button aria-label="Toggle expanded or compact widgets"
ng-controller="ToggleController"
ng-click="toggleMode(expandedMode)">
<md-button
aria-label="Toggle between small simple tiles and larger richer tiles"
ng-controller="ToggleController"
ng-click="toggleMode(expandedMode)">
<md-icon>widgets</md-icon>
<span>Toggle expanded widgets</span>
<span>Change tile size</span>
</md-button>
</md-menu-item>
</div>

0 comments on commit aa8a056

Please sign in to comment.