Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksandr Dubenko <oldubenko@microsoft.com>
  • Loading branch information
sniok committed Aug 1, 2024
1 parent 89ab876 commit 98990db
Show file tree
Hide file tree
Showing 68 changed files with 8,660 additions and 14 deletions.
231 changes: 231 additions & 0 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"dependencies": {
"@apidevtools/json-schema-ref-parser": "9.0.9",
"@apidevtools/swagger-parser": "^10.0.3",
"@dagrejs/dagre": "^1.1.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@iconify/icons-mdi": "^1.2.9",
Expand Down Expand Up @@ -39,12 +40,16 @@
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@vitejs/plugin-react": "^4.2.1",
"@xyflow/react": "^12.0.1",
"base64-arraybuffer": "^1.0.2",
"buffer": "^6.0.3",
"console-browserify": "^1.2.0",
"cronstrue": "^1.123.0",
"cross-env": "^7.0.3",
"crypto-browserify": "^3.12.0",
"d3-force": "^3.0.0",
"d3-quadtree": "^3.0.1",
"elkjs": "^0.9.3",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.2",
Expand Down
5 changes: 5 additions & 0 deletions frontend/src/components/Sidebar/prepareRoutes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,11 @@ function prepareRoutes(
},
],
},
{
name: 'map',
label: t('glossary|Map'),
icon: 'mdi:map',
},
];

const sidebars: { [key: string]: SidebarItemProps[] } = {
Expand Down
Loading

0 comments on commit 98990db

Please sign in to comment.