2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 05:25:42 +00:00

[React] Tree navigation (#5800)

* Adds placehold "PartCategoryTree"

- Global navigation (within the "Part" context) for part categories
- Replaces multiple tree views from legacy UI

* FIx for ApiImage component

- Do not continuously request if the user is unauthorized

* Add StockLocation tree

* Add initial data to nav tree panels

* Display data

* Render tree view

* Fix unused variables
This commit is contained in:
Oliver
2023-10-28 00:35:52 +11:00
committed by GitHub
parent 70578500ca
commit f29a675824
13 changed files with 392 additions and 30 deletions

View File

@ -26,6 +26,7 @@
"@mantine/hooks": "<7",
"@mantine/modals": "<7",
"@mantine/notifications": "<7",
"@naisutech/react-tree": "^3.1.0",
"@sentry/react": "^7.74.1",
"@tabler/icons-react": "^2.39.0",
"@tanstack/react-query": "^5.0.0",
@ -41,6 +42,7 @@
"react-router-dom": "^6.17.0",
"react-select": "^5.7.7",
"react-simplemde-editor": "^5.2.0",
"styled-components": "^6.1.0",
"zustand": "^4.4.3"
},
"devDependencies": {