fix(administration): add theme preview

This commit is contained in:
Francis Lachapelle
2022-05-12 16:59:25 -04:00
parent 1e9ae3184b
commit 33217456fc
7 changed files with 133 additions and 4 deletions
@@ -32,6 +32,12 @@
<md-icon>security</md-icon>
<p class="sg-item-name"><var:string label:value="Rights"/></p>
</md-list-item>
<md-list-item ng-click="app.go('theme')"
ui-sref="administration.theme"
ui-sref-active="md-default-theme md-background md-bg md-hue-1">
<md-icon>palette</md-icon>
<p class="sg-item-name"><var:string label:value="Theme Preview"/></p>
</md-list-item>
</md-list>
</md-content>
</md-sidenav>