Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feathr UI: API spec alignment and ux experience improvement #303

Merged
merged 9 commits into from
Jun 2, 2022
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ui/.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
REACT_APP_AAD_APP_CLIENT_ID=db8dc4b0-202e-450c-b38d-7396ad9631a5
REACT_APP_AAD_APP_AUTHORITY=https://login.microsoftonline.com/common
REACT_APP_API_ENDPOINT=https://feathr-registry.azurewebsites.net
202 changes: 68 additions & 134 deletions ui/package-lock.json

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

9 changes: 2 additions & 7 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@
"dagre": "^0.8.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-flow-renderer": "^10.2.1",
"react-flow-renderer": "^9.7.4",
blrchen marked this conversation as resolved.
Show resolved Hide resolved
"react-query": "^3.38.0",
"react-resizable": "^3.0.4",
"react-router": "^5.0.1",
"react-router-dom": "^5.1.2"
"react-router-dom": "^6.3.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.3",
Expand All @@ -25,9 +23,6 @@
"@types/node": "^16.11.26",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"@types/react-resizable": "^1.7.4",
"@types/react-router": "^5.1.8",
"@types/react-router-dom": "^5.1.4",
"react-scripts": "5.0.0",
"typescript": "^4.6.3",
"web-vitals": "^2.1.4"
Expand Down
Loading