From 1aa79c257b023005201bb2c65b42eb5bfd26a0dc Mon Sep 17 00:00:00 2001 From: Sercan Yemen Date: Sun, 1 Jul 2018 14:06:41 +0300 Subject: [PATCH 1/7] Updated the changelog --- .../main/documentation/changelog/changelog.component.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/main/documentation/changelog/changelog.component.html b/src/app/main/documentation/changelog/changelog.component.html index cd777eb8..ab7f5ac6 100644 --- a/src/app/main/documentation/changelog/changelog.component.html +++ b/src/app/main/documentation/changelog/changelog.component.html @@ -34,9 +34,13 @@
New
From 224bbf479a3c8dd7b943757a52d3e45a4306a13a Mon Sep 17 00:00:00 2001 From: Sercan Yemen Date: Mon, 2 Jul 2018 11:42:03 +0300 Subject: [PATCH 2/7] Fixed the Loading bar service small issue --- src/@fuse/services/loading-bar.service.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/@fuse/services/loading-bar.service.ts b/src/@fuse/services/loading-bar.service.ts index 81de5ced..26713a49 100644 --- a/src/@fuse/services/loading-bar.service.ts +++ b/src/@fuse/services/loading-bar.service.ts @@ -1,7 +1,7 @@ import { Injectable } from '@angular/core'; import { NavigationEnd, NavigationStart, Router } from '@angular/router'; import { BehaviorSubject, Observable } from 'rxjs'; -import { filter, takeUntil } from 'rxjs/operators'; +import { filter } from 'rxjs/operators'; @Injectable() export class FuseLoadingBarService @@ -26,7 +26,7 @@ export class FuseLoadingBarService // @ Accessors // ----------------------------------------------------------------------------------------------------- - get visible(): Observable + get visible(): Observable { // Return the _visible as observable return this._visible.asObservable(); From 64e0451dc658b4e35cd0c6780c0a41433ad23631 Mon Sep 17 00:00:00 2001 From: Sercan Yemen Date: Mon, 2 Jul 2018 13:15:49 +0300 Subject: [PATCH 3/7] Removed the id from the navigation as there might be multiple navigations Fixed: getFlatNavigation doesn't correctly get the 'collapsable' items because of the item.type change Closes #71: getFlatNavigation method not correctly working when its called multiple times --- .../navigation/navigation.component.html | 6 ++-- .../navigation/navigation.service.ts | 31 +++++++------------ 2 files changed, 14 insertions(+), 23 deletions(-) diff --git a/src/@fuse/components/navigation/navigation.component.html b/src/@fuse/components/navigation/navigation.component.html index 79459998..e26575f3 100644 --- a/src/@fuse/components/navigation/navigation.component.html +++ b/src/@fuse/components/navigation/navigation.component.html @@ -1,5 +1,4 @@ -