generated from gridsuite/gridapp-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Add users and connections management #11
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
Merged
Merged
Changes from all commits
Commits
Show all changes
56 commits
Select commit
Hold shift + click to select a range
02d3dfc
Add application Logo
Tristan-WorkGH 02e6472
Add missing view in about url
Tristan-WorkGH 46ce793
Update router usage to api v6
Tristan-WorkGH 198e2ac
Add routes with tabs menu
Tristan-WorkGH 9a77f09
remove unnecessary 'React' import
Tristan-WorkGH afa3321
fix wrong case for config parameter
Tristan-WorkGH fd3cf88
Fix bug with router context not passed with legacy auth component
Tristan-WorkGH fc9cf2e
Add connections list page & fix layout fullscreen
Tristan-WorkGH b960861
Use MUI translations
Tristan-WorkGH 1bb8691
move pages and add users list page
Tristan-WorkGH 0e844fa
Connect tables to API
Tristan-WorkGH 63b745e
Move App components to package
Tristan-WorkGH 1a72eda
fix
Tristan-WorkGH f78be06
Add support for custom toolbar in tables
Tristan-WorkGH b598bac
Add suppression of users
Tristan-WorkGH 9679235
add json export
Tristan-WorkGH 4a14fe9
fix translation
Tristan-WorkGH fab50c5
Add button new user & refresh after modification of data
Tristan-WorkGH 6f939bf
Fix CSS layout bug with Chromium navigators
Tristan-WorkGH 0ceeed8
Fix visibility of navigation links
Tristan-WorkGH 48588a4
trim input before calling api
Tristan-WorkGH 5a30797
Set `console` levels/types
Tristan-WorkGH 06156ec
Merge remote-tracking branch 'origin/main' into add_users
Tristan-WorkGH add235b
review
Tristan-WorkGH 176ebf7
pick update api
Tristan-WorkGH 619c4fd
fix package.json
Tristan-WorkGH 82da925
Migrate from x-data-grid to ag-grid & reorganize code
Tristan-WorkGH 838f07a
fix & review
Tristan-WorkGH 2829594
imports & copyright header
Tristan-WorkGH 85d8ed9
fix buttons
Tristan-WorkGH 8d5295a
clean code
Tristan-WorkGH c847aee
minify ag-grid translations
Tristan-WorkGH 1681b02
remove ag-grid modules
Tristan-WorkGH 6c86450
remove typescript overrride for ag-grid
Tristan-WorkGH a57adcc
remove "connections" page
Tristan-WorkGH ec00538
review
Tristan-WorkGH 33b3795
review
Tristan-WorkGH 0ab6a62
hide default buttons if not used instead of showing them disabled
Tristan-WorkGH 32e6aad
simplify multiple requests when delete
Tristan-WorkGH 37dd15b
fix css
Tristan-WorkGH 24eff80
fix translations
Tristan-WorkGH bb796ed
minimize changes PR
Tristan-WorkGH db46d55
fix progress-bar css
Tristan-WorkGH 53f7eb0
use hooks
Tristan-WorkGH d6c9da5
review
Tristan-WorkGH 3eaa8ca
review: clean & merge files related to grid
Tristan-WorkGH aa12c6b
can now reset grid & fix toolbar css
Tristan-WorkGH d8480fc
Merge remote-tracking branch 'origin/main' into add_users
Tristan-WorkGH 74cc8d5
review
Tristan-WorkGH 36a437c
review: remove no-rows overlay
Tristan-WorkGH 690dcdf
review: remove boolean cell render
Tristan-WorkGH e3d14b9
review: remove grid reset button
Tristan-WorkGH 94abd85
review: remove grid action progress feedback
Tristan-WorkGH a1d73f1
fixing css
Tristan-WorkGH 22b8e1a
review
Tristan-WorkGH 08de67f
review
Tristan-WorkGH File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
EXTEND_ESLINT=true | ||
REACT_APP_DEBUG_REQUESTS=false | ||
REACT_APP_DEBUG_AGGRID=false | ||
|
||
REACT_APP_API_GATEWAY=/api/gateway | ||
REACT_APP_WS_GATEWAY=/ws/gateway |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To remove ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why? it's an option used to easily enable debug on aggrid when debugging