mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 12:35:07 +00:00
(Apps) Moved the apps to the new page layouts and replaced MatSidenav with FuseSidebar on majority of them
This commit is contained in:
parent
a87e68251e
commit
42ab15d9e1
|
@ -55,7 +55,7 @@
|
||||||
<!-- BOARD -->
|
<!-- BOARD -->
|
||||||
<div class="board-content ngx-dnd-container p-16 p-mat-24" fxLayout="row"
|
<div class="board-content ngx-dnd-container p-16 p-mat-24" fxLayout="row"
|
||||||
ngxDroppable="list" [model]="board.lists" (out)="onDrop($event)"
|
ngxDroppable="list" [model]="board.lists" (out)="onDrop($event)"
|
||||||
*fuseIfOnDom [@animateStagger]="{value:'50'}">
|
[@animateStagger]="{value:'50'}">
|
||||||
|
|
||||||
<!-- LIST -->
|
<!-- LIST -->
|
||||||
<scrumboard-board-list
|
<scrumboard-board-list
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
<!-- BOARDS -->
|
<!-- BOARDS -->
|
||||||
<div id="boards" class="mat-primary-400-bg" fxLayout="column" fxLayoutAlign="start center" fxFlex fusePerfectScrollbar>
|
<div id="boards" class="mat-primary-400-bg" fxLayout="column" fxLayoutAlign="start center" fxFlex fusePerfectScrollbar>
|
||||||
|
|
||||||
<div class="header pt-44 pt-mat-88" fxFlex="0 0 auto" *fuseIfOnDom [@animate]="{value:'*',params:{delay:'100ms'}}">
|
<div class="header pt-44 pt-mat-88" fxFlex="0 0 auto" [@animate]="{value:'*',params:{delay:'100ms'}}">
|
||||||
<h1>Scrumboard App</h1>
|
<h1>Scrumboard App</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- BOARD LIST -->
|
<!-- BOARD LIST -->
|
||||||
<div class="board-list" fxFlex="0 0 auto" fxLayout="row wrap" fxLayoutAlign="center center" *fuseIfOnDom
|
<div class="board-list" fxFlex="0 0 auto" fxLayout="row wrap" fxLayoutAlign="center center"
|
||||||
[@animateStagger]="{value:'50'}">
|
[@animateStagger]="{value:'50'}">
|
||||||
|
|
||||||
<!-- BOARD -->
|
<!-- BOARD -->
|
||||||
|
|
Loading…
Reference in New Issue
Block a user