Feature/wms 5 (#32)

* Start the home page

* Fix the Tile and Tile Grid Component and also created the homePage

* Recreated the tile component with TileBasic

* fix the tile component

* Fixed: tile length sizing

* Rename page export

* Added: page to routes

* Renamed: sidenav title

Co-authored-by: Llewellyn D'souza <lledsouza2209@gmail.com>
This commit is contained in:
Talha Abbas
2022-02-01 14:32:48 +05:00
committed by GitHub
parent 384805865e
commit d2c2472e29
9 changed files with 258 additions and 9 deletions

View File

@@ -46,6 +46,7 @@ import LoginScreen from 'pages/authentication';
import Icon from '@mui/material/Icon';
import InventoryScreen from 'pages/inventory';
import WarehouseScreen from 'pages/warehouse';
import HomepageScreen from 'pages/homepage';
import LabelingScreen from 'pages/labeling';
import UserAccessScreen from 'pages/useraccess';
import NewWarehouseDetails from 'pages/newWarehouseDetails';
@@ -85,6 +86,20 @@ const protectedRoutes = [
name: 'Home',
key: 'Home',
icon: <Icon fontSize="medium">dashboard</Icon>,
collapse: [
{
name: 'Home',
key: 'home',
route: '/home',
component: <HomepageScreen />
}
]
},
{
type: 'collapse',
name: 'Test',
key: 'Test',
icon: <Icon fontSize="medium">dashboard</Icon>,
collapse: [
{
name: 'Dashboard',