add Permanent sidebar for desktop widths(#46)
* sidebar is working in the desktop mode Still needs a few styling imporvements * - made the color of the sidebar same as the Navbar - increased font size in when using on a non-mobile device * changed the main view padding to 64px * Settings changed a few values to be based on the Theme object * - Added ToolTip - Fixed a Typo - Renamed mobileDevice to isMobileWidth - changed text property to Title in NavbarItem * increased tooltip fontsize
This commit is contained in:
6
src/typings.d.ts
vendored
6
src/typings.d.ts
vendored
@@ -190,3 +190,9 @@ interface SourcePreferences {
|
||||
type: string
|
||||
props: any
|
||||
}
|
||||
|
||||
interface NavbarItem{
|
||||
path: string,
|
||||
title:string,
|
||||
IconComponent: OverridableComponent<SvgIconTypeMap<{}, 'svg'>>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user