Skip to content

Commit

Permalink
Revamp navigation breadcrumbs (#186)
Browse files Browse the repository at this point in the history
* remove direct usages of useNavigation hook, minor restructuring

* migrate to react-router v6, start routes restructure, rename some folders,...

* restructure project routes

* fix project links

* refactor to data router

* revamp breadcrumbs

* fix active side link logic

* fix referenced navigation paths, current project ID

* fix scroll to storage card

* fix scroll to storage card

* refactoring fixes
  • Loading branch information
bartolomej authored Sep 3, 2023
1 parent 1b44f37 commit 62b8cd3
Show file tree
Hide file tree
Showing 105 changed files with 615 additions and 811 deletions.
4 changes: 1 addition & 3 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"@types/node": "^12.20.27",
"@types/react": "^17.0.24",
"@types/react-dom": "^17.0.9",
"@types/react-router-dom": "^5.3.0",
"@types/react-timeago": "^4.1.3",
"@uiw/codemirror-extensions-basic-setup": "^4.12.4",
"@uiw/codemirror-theme-github": "^4.12.4",
Expand All @@ -53,11 +52,10 @@
"react-dom": "^17.0.2",
"react-hot-toast": "^2.1.1",
"react-json-view": "^1.21.3",
"react-loader-spinner": "^4.0.0",
"react-modern-drawer": "^1.1.2",
"react-pro-sidebar": "^0.7.1",
"react-query": "^3.24.4",
"react-router-dom": "^5.3.0",
"react-router-dom": "6.15.0",
"react-scripts": "5.0.0",
"react-timeago": "^6.2.1",
"sqlite3": "^5.0.11",
Expand Down
Loading

0 comments on commit 62b8cd3

Please sign in to comment.