Groups design changed

This commit is contained in:
Jesús 2017-11-20 12:13:55 +01:00
parent 3399ca8a79
commit 407966f48b

View File

@ -9,12 +9,10 @@
<md-card ng-repeat="group in groups.items | filter : searchTerm | orderBy : groups.sortValue : groups.sortDir" ng-class="{selectedItem:($parent.selectedGroup == $index)}"
ng-click="$parent.loadGroup($index)" layout="row" style="padding-bottom: 130px">
ng-click="$parent.loadGroup($index)" layout="row" >
<md-card-title>
<md-card-title-text>
<span class="md-headline" >{{group.name}}</span>
<md-divider></md-divider>
<span class="md-subhead" >This is a sample description of the group.</span>
<span class="md-headline" >{{group.name}} ({{group.count}})</span>
</md-card-title-text>
</md-card-title>
</md-card>
@ -99,11 +97,16 @@
<md-progress-linear class="md-accent" md-mode="indeterminate" ng-show="files.busy && !files.end"></md-progress-linear>
</md-content>
</md-card>
<md-sidenav flex="100" layout-fill md-is-open="fileViewer" md-disable-backdrop="true" class="md-whiteframe-z1 md-sidenav-right">
<md-content flex layout-fill>
<md-button class="md-raised md-primary pull-right" style="border-radius: 10px 0 0 10px;" ng-click="fileViewer=false">Close</md-button>
<md-sidenav flex="100" layout-fill md-is-open="fileViewer" md-disable-backdrop="true" class="md-whiteframe-z1 md-sidenav-right" style="background-color:#F7F7F7">
<md-content flex style="background-color:#F7F7F7">
{{file.filename}}
<md-button class="md-fab md-mini md-primary pull-right" ng-click="fileViewer=false"> <i class="fa fa-close" aria-hidden="true"></i></md-button>
</md-content>
<md-content flex style="background-color:#F7F7F7">
<pre flex layout-fill class="json-beautifier"><code dynamic="file"></code></pre>
</md-content>
</md-content>
</md-sidenav>
</div>
</md-toolbar>