sercan
44550ecdd8
Import cleanup
2018-11-27 11:11:07 +03:00
sercan
6db86a6b25
Use 'ResolveEnd' to reset the config. Closes #101
2018-11-27 10:44:11 +03:00
sercan
017ce59254
(FuseNavigation) Trigger observables on item add
...
(Docs) Fixed Material Color Picker input for the documentation
2018-11-16 09:53:31 +03:00
sercan
430fe0c0c1
Fixed: Forgot to change the font families
2018-10-19 10:43:48 +03:00
sercan
4da339cef1
(FusePerfectScrollbar) Unbind 'keydown' events of the PerfectScrollbar instances. This fixes the Angular Material inputs' high CPU usage.. The real problem is in the Angular Material library but we cannot do anything about it so we have removed the keyboard events of the PerfectScrollbar which resolves this years long issue.
2018-10-12 23:59:03 +03:00
sercan
23b943a765
Modernizations
2018-10-10 12:20:12 +03:00
sercan
8961d75241
(FuseNavigation) Merge the subscriptions
...
(FuseNavigationDocs) Updated the docs
2018-10-08 19:01:49 +03:00
sercan
ab7bd882a0
(FuseNavigation) Moved the changeDetection strategy to OnPush to improve the performance and allow for huge amounts of navigation items
...
(FuseNavigation) Use service to update the menu items
(FuseNavigationDocs) Updated the docs
2018-10-08 12:36:15 +03:00
sercan
98297ea787
Fuse Modernization continues...
2018-10-04 12:14:54 +03:00
sercan
5251a6305f
Used 'Muli' as the primary font
...
Increased the font-weight 500s to 600s
Small tweaks
2018-09-24 11:18:07 +03:00
sercan
0643d8c348
(Global) Use 'Nunito' as a primary font
...
(Global) Use outline Material Icons
(Global) Removed some unnecessary styles and moved some of them to the related places
2018-09-21 12:21:04 +03:00
sercan
c2d5a5a2a5
(Scrumboard) Fixed: Undefined matDialogRef
...
(Calendar) Fixed: Undefined matDialogRef
(Calendar) Updated angular-calendar
2018-09-21 11:38:11 +03:00
Sercan Yemen
94275c507f
Fixed: Extra padding on print layout because of the sidebar
2018-09-03 11:34:02 +03:00
Sercan Yemen
ed9c024e13
Sidenav helper fixes
2018-08-28 08:38:17 +03:00
Sercan Yemen
a184be1650
Various fixes
2018-08-28 07:03:19 +03:00
Sercan Yemen
09bd4b9fee
(Colors) Fixed: primary, accent and warn color classes don't obey the palettes' selected default hue value when used by themselves (without the -hue suffix)
2018-08-27 20:55:36 +03:00
Sercan Yemen
77c05ce4e0
(PageLayouts) IE11 fixes
2018-08-27 15:47:20 +03:00
Sercan Yemen
e92f34b38f
(Theming) Color themes
2018-08-27 12:28:57 +03:00
Sercan Yemen
ecbc370064
(FuseConfig) Only reset the layout object on route changes
2018-08-27 12:28:39 +03:00
Sercan Yemen
498b9647e6
(FuseConfig) Only reset the layout object on route changes
2018-08-27 12:28:20 +03:00
Sercan Yemen
962df7fe9a
(FuseConfig) Use RoutesRecognized event for better layout resetting especially on lazily loaded routes
2018-08-27 11:50:53 +03:00
Sercan Yemen
763111aae3
(ThemeOptions) Changed the navigation secondary background color
2018-08-27 10:06:47 +03:00
Sercan Yemen
715e77776e
No need for body and html modifications in the reset.scss
2018-08-27 10:06:19 +03:00
Sercan Yemen
6960a2ba26
(Theming) Dark theme + Ability to use multiple themes
2018-08-26 18:30:01 +03:00
Sercan Yemen
27dbbef6e1
(DemoComponent) Updated the demo component for better page layout demos
2018-08-26 18:29:03 +03:00
Sercan Yemen
f7f3a60ff5
(MatchMediaService) Added a debounce so that the layout changes can work a lot more stable on media changes
2018-08-26 10:56:34 +03:00
Sercan Yemen
08e2d5f331
(FuseCountdown) Fixed: Timer doesn't show up immediately
2018-08-20 18:24:57 +03:00
Sercan Yemen
0331db4384
(FuseNavigation) Fixed: Collapsable menu items are not working if they are placed in the root (without a group)
2018-07-31 09:36:50 +03:00
Sercan Yemen
0f1048cb3c
(FuseMaterialColorPicker) Greatly simplified the color picker, added reactive forms support and improved its design, closes #79
2018-07-26 14:10:35 +03:00
Sercan Yemen
bbd59ab6c3
(FuseProgressBar) Hide the progress bar on NavigationCancel and NavigationError, closes #81
2018-07-26 10:33:23 +03:00
Sercan Yemen
620583f99c
(SplashScreen) Improved the codebase of the service
2018-07-26 10:32:02 +03:00
Sercan Yemen
1d1ac4b04a
(Helpers) Comment styles
2018-07-17 15:14:19 +03:00
Sercan Yemen
8454526ef5
(ThemeOptions) Fixed: Sidepanel settings are not resetting when layout changes
2018-07-17 13:02:11 +03:00
Sercan Yemen
19c960cc4c
(Navbar) Moved navbar style into the variants
...
(AppComponent) Moved boxed class to the body
Fixed: Horizontal layout navbar covers entire screen
2018-07-13 18:55:45 +03:00
Sercan Yemen
54451bb19e
(FuseProgressBar) Added new component and its service
...
(LoadingBarService) Removed due to the new progress bar service
Added documentation for the FuseProgressBar
2018-07-13 14:16:05 +03:00
Sercan Yemen
d61549d9e6
Fixed: Scrolling is not smooth on iOS devices
2018-07-13 12:23:30 +03:00
Sercan Yemen
6b8cd41d5e
Added SidePanel to the layouts for controlling the chat bar and possible other bar properties via FuseConfig
2018-07-12 13:19:34 +03:00
Sercan Yemen
b099022f5a
(FuseSidebar) Max. width & width tweaks for small screen devices
2018-07-12 10:20:34 +03:00
Sercan Yemen
585709cf93
(FuseSidebar) Exported temporary fold & unfold methods
...
(FuseSidebar) Added [foldedAutoTriggerOnHover] input for disabling the fold/unfold on mouseenter/mouseleave
(Chat Panel) Don't unfold the panel on hover
(Chat Panel) Always keep the contacts list in view
2018-07-10 14:55:08 +03:00
Sercan Yemen
20d5a68bf3
(Colors) Further improved the color generators + added adaptive-border-color class
2018-07-09 16:37:00 +03:00
Sercan Yemen
59d53ba0b9
(Colors) Improved the color generators
2018-07-09 16:29:46 +03:00
Sercan Yemen
5045482ef5
(Navbar) Started to adding new style variants to the navbar (wip)
2018-07-09 14:09:53 +03:00
Sercan Yemen
e4c0340cd7
(Sidebar) Import the takeUntil from the correct location
2018-07-04 19:32:24 +03:00
Sercan Yemen
d781e59928
(Sidebar) Added "foldedWidth" input for controlling the width of the folded sidebar
...
(Sidebar) Replaced the margin with padding on the folded sidebar's sibling
(Docs) Updated Sidebar docs
2018-07-03 13:54:19 +03:00
Sercan Yemen
09d1b1034e
(Fuse) Tree-shakable core services, closes #64
2018-07-02 14:30:18 +03:00
Sercan Yemen
4e98ab1682
(Search Bar) Fixed: Height adjustment happens on the wrong media step
2018-07-02 13:29:33 +03:00
Sercan Yemen
984004d07a
(Toolbar) Fixed: Unnecessary _.find in setLanguage method, Closes #66
...
(Navigation) Fixed: Removed id causing a style issue
2018-07-02 13:22:14 +03:00
Sercan Yemen
64e0451dc6
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
2018-07-02 13:15:49 +03:00
Sercan Yemen
224bbf479a
Fixed the Loading bar service small issue
2018-07-02 11:42:03 +03:00
Sercan Yemen
4d93b6acef
Added a service for the Loading Bar
...
Added FuseLoadingBarService docs
Renamed service docs files
2018-07-01 14:02:14 +03:00