Updated season images

+ Fixed e-commerce app images
+ Stop animations in mail-ngrx app
This commit is contained in:
Sercan Yemen 2017-12-18 12:24:47 +03:00
parent e477f797d0
commit 786883eb10
8 changed files with 216 additions and 410 deletions

View File

@ -34,7 +34,7 @@ export class FuseConfigService
footer : 'mat-fuse-dark-900-bg' footer : 'mat-fuse-dark-900-bg'
}, },
customScrollbars: true, customScrollbars: true,
routerAnimation : 'fadeIn' // fadeIn, slideUp, slideDown, slideRight, slideLeft routerAnimation : 'fadeIn' // fadeIn, slideUp, slideDown, slideRight, slideLeft, none
}; };
/** /**

File diff suppressed because it is too large Load Diff

View File

@ -217,35 +217,35 @@
&.Jan { &.Jan {
background-image: url('/assets/images/backgrounds/winter.jpg'); background-image: url('/assets/images/backgrounds/winter.jpg');
background-position: 0 65%; background-position: 0 85%;
} }
&.Feb { &.Feb {
background-image: url('/assets/images/backgrounds/winter.jpg'); background-image: url('/assets/images/backgrounds/winter.jpg');
background-position: 0 65%; background-position: 0 85%;
} }
&.Mar { &.Mar {
background-image: url('/assets/images/backgrounds/spring.jpg'); background-image: url('/assets/images/backgrounds/spring.jpg');
background-position: 0 19%; background-position: 0 40%;
} }
&.Apr { &.Apr {
background-image: url('/assets/images/backgrounds/spring.jpg'); background-image: url('/assets/images/backgrounds/spring.jpg');
background-position: 0 19%; background-position: 0 40%;
} }
&.May { &.May {
background-image: url('/assets/images/backgrounds/spring.jpg'); background-image: url('/assets/images/backgrounds/spring.jpg');
background-position: 0 19%; background-position: 0 40%;
} }
&.Jun { &.Jun {
background-image: url('/assets/images/backgrounds/summer.jpg'); background-image: url('/assets/images/backgrounds/summer.jpg');
background-position: 0 91%; background-position: 0 80%;
} }
&.Jul { &.Jul {
background-image: url('/assets/images/backgrounds/summer.jpg'); background-image: url('/assets/images/backgrounds/summer.jpg');
background-position: 0 91%; background-position: 0 80%;
} }
&.Aug { &.Aug {
background-image: url('/assets/images/backgrounds/summer.jpg'); background-image: url('/assets/images/backgrounds/summer.jpg');
background-position: 0 91%; background-position: 0 80%;
} }
&.Sep { &.Sep {
background-image: url('/assets/images/backgrounds/autumn.jpg'); background-image: url('/assets/images/backgrounds/autumn.jpg');
@ -261,7 +261,7 @@
} }
&.Dec { &.Dec {
background-image: url('/assets/images/backgrounds/winter.jpg'); background-image: url('/assets/images/backgrounds/winter.jpg');
background-position: 0 65%; background-position: 0 85%;
} }
.header-content { .header-content {

View File

@ -8,6 +8,7 @@ import { locale as turkish } from './i18n/tr';
import { Store } from '@ngrx/store'; import { Store } from '@ngrx/store';
import { Observable } from 'rxjs/Observable'; import { Observable } from 'rxjs/Observable';
import * as fromStore from './store'; import * as fromStore from './store';
import { FuseConfigService } from '../../../../core/services/config.service';
@Component({ @Component({
selector : 'fuse-mail', selector : 'fuse-mail',
@ -30,6 +31,7 @@ export class FuseMailNgrxComponent implements OnInit, OnDestroy
selectedMailIds: string[]; selectedMailIds: string[];
constructor( constructor(
private configService: FuseConfigService,
private mailService: MailNgrxService, private mailService: MailNgrxService,
private translationLoader: FuseTranslationLoaderService, private translationLoader: FuseTranslationLoaderService,
private store: Store<fromStore.MailAppState>, private store: Store<fromStore.MailAppState>,
@ -46,6 +48,10 @@ export class FuseMailNgrxComponent implements OnInit, OnDestroy
this.searchText$ = this.store.select(fromStore.getSearchText); this.searchText$ = this.store.select(fromStore.getSearchText);
this.mails = []; this.mails = [];
this.selectedMailIds = []; this.selectedMailIds = [];
this.configService.setSettings({
routerAnimation: 'none'
});
} }
ngOnInit() ngOnInit()

Binary file not shown.

Before

Width:  |  Height:  |  Size: 250 KiB

After

Width:  |  Height:  |  Size: 94 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 363 KiB

After

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 274 KiB

After

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 280 KiB

After

Width:  |  Height:  |  Size: 104 KiB