-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: styles imports, log permission directive, set favicon, menu stay…
…s open (#235) * fix: styles imports and added style for layout topbar items * fix: log if no permission in permission directive * fix: set favicon url, menu stays open when clicking menu item while mobile mode * fix: path typo * fix: token is also sent in local env * fix: remove style class --------- Co-authored-by: kim.tran <[email protected]>
- Loading branch information
Showing
7 changed files
with
42 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export * from './lib/topic/topic' | ||
export * from './lib/topic/syncable-topic' | ||
export * from './lib/topic/topic-publisher' | ||
export * from './lib/utils/path.uitls' | ||
export * from './lib/utils/path.utils' |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
/* You can add global styles to this file, and also import other style files */ | ||
/* You can add global styles to this file, and also import other style files */ | ||
/* You can add global styles to this file, and also import other style files */ | ||
@import '../../../node_modules/primeflex/primeflex.scss'; | ||
|
||
@import '../../../libs/portal-layout-styles/src/styles/shell/shell.scss'; | ||
@import 'node_modules/primeflex/primeflex.scss'; | ||
|
||
@import 'node_modules/@onecx/portal-layout-styles/src/styles/shell/shell.scss'; | ||
|
||
@import '../../../libs/portal-layout-styles/src/styles/primeng/theme-light.scss'; | ||
@import 'node_modules/@onecx/portal-layout-styles/src/styles/primeng/theme-light.scss'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,9 @@ | ||
/* You can add global styles to this file, and also import other style files */ | ||
/* You can add global styles to this file, and also import other style files */ | ||
/* You can add global styles to this file, and also import other style files */ | ||
// @import '../../../node_modules/primeng/resources/primeng.min'; | ||
@import '../../../node_modules/primeflex/primeflex.scss'; | ||
@import 'node_modules/primeflex/primeflex.scss'; | ||
// @import '../../../node_modules/primeicons/primeicons'; | ||
|
||
@import '../../../libs/portal-layout-styles/src/styles/shell/shell.scss'; | ||
@import 'node_modules/@onecx/portal-layout-styles/src/styles/shell/shell.scss'; | ||
|
||
@import '../../../libs/portal-layout-styles/src/styles/primeng/theme-light.scss'; | ||
@import 'node_modules/@onecx/portal-layout-styles/src/styles/primeng/theme-light.scss'; | ||
|
||
@import '../../../libs/portal-integration-angular/src/lib/core/directives/loading-indicator.directive.scss'; | ||
@import 'node_modules/@onecx/portal-integration-angular/assets/loading-indicator.directive.scss'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters