-
Notifications
You must be signed in to change notification settings - Fork 22
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
Feat #712 + #711 : Developer can see a list of enpoints and a graph showing my ‘Hits per Day’ #836
Feat #712 + #711 : Developer can see a list of enpoints and a graph showing my ‘Hits per Day’ #836
Conversation
…eat/712-developer-can-see-list-of-enpoints
…eat/712-developer-can-see-list-of-enpoints
…/reapit/foundations into feat/712-developer-can-see-list-of-enpoints
@@ -54,7 +54,7 @@ | |||
"react-google-map": "^3.1.1", | |||
"react-google-maps-loader": "^4.2.5", | |||
"react-icons": "^3.7.0", | |||
"react-table": "7.0.0-alpha.35", | |||
"react-table": "7.0.4", |
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.
Upgrade to stable version of react-table to add Footer to the table
https://react-table.js.org/examples/simple#footers
Version 7.0.0-alpha.35 didn't have this feature.
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.
LGTM 💯
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.
LGTM
…howing my ‘Hits per Day’ (#836) * mock redux * mock redux * feat: #712: Add traffic event table component * feat: #712: Upgrade react-table to stable version - Add Footer for table element * fixing typescript * feat: #712: Update developer endpoint list + chart * feat: #712: Fix typo issues * feat: #712: Fix linting issues * feat: #712: Fix linting issues * feat: #712: Update snapshot test Co-authored-by: nhalx <[email protected]>
No description provided.