Feature/wms 62 (#47)

* create warehouse
* edit warehouse changes
* Update: linted and formatted
* add warehouse button
* Update: linted
* Added: icons
* Update: Hidden pre decoration
* Updated: breadcrumbs logic

Co-authored-by: Llewellyn Dsouza <lledsouza2209@gmail.com>
This commit is contained in:
bluestreamlds
2022-02-07 22:53:05 +05:30
committed by GitHub
parent d32a8892e3
commit 27ff4e17db
6 changed files with 78 additions and 47 deletions

View File

@@ -55,6 +55,8 @@ import WarehouseDetailsTables from 'pages/warehouseDetailsTables';
import EditWarehouseDetails from 'pages/editWarehouseDetails';
import LabelingHome from 'pages/labellingHome';
import SetupInventory from 'pages/setupInventory';
import HomeIcon from 'assets/images/HomeIcon';
import SetupIcon from 'assets/images/SetupIcon';
// Images
// import profilePicture from 'assets/images/team-3.jpg';
@@ -88,7 +90,7 @@ const protectedRoutes = [
type: 'collapse',
name: 'Home',
key: 'Home',
icon: <Icon fontSize="medium">dashboard</Icon>,
icon: <HomeIcon width={24} height={24} color="white" />,
collapse: [
{
name: 'Home',
@@ -118,7 +120,7 @@ const protectedRoutes = [
type: 'collapse',
name: 'Setup',
key: 'Setup',
icon: <Icon fontSize="medium">dashboard</Icon>,
icon: <SetupIcon width={24} height={24} color="white" />,
collapse: [
{
name: 'Setup Home',