-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Eui dashboard listing #16967
Eui dashboard listing #16967
Conversation
💔 Build Failed |
💔 Build Failed |
4fdfc50
to
80264ab
Compare
💔 Build Failed |
💔 Build Failed |
69f3f0f
to
1b80508
Compare
💔 Build Failed |
💔 Build Failed |
c16a081
to
a706b00
Compare
💔 Build Failed |
💔 Build Failed |
💔 Build Failed |
💔 Build Failed |
💔 Build Failed |
💔 Build Failed |
💔 Build Failed |
f22d3b7
to
25230f9
Compare
💔 Build Failed |
jenkins, test this |
💔 Build Failed |
25230f9
to
759fdec
Compare
💔 Build Failed |
This PR is finally ready for review. The functional tests are failing because EuiSearchBox input can get out of sync. For example, typing |
d640c9c
to
0518ead
Compare
@stacey-gammon I have rebased this PR and it should be good for a final look. |
💔 Build Failed |
💚 Build Succeeded |
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.
Everything looks and is working great, only thing I think should change is to add back in the edit link, to avoid any fallback from users. But otherwise, LGTM!!! 🎉 🎉
💚 Build Succeeded |
* convert dashboard listing page to react and EUI * add jest test for DashboardListing component * add data-test-subj attributes * clean up jest test * hideWriteControls and call to action when no dashboards exist * pass initial filter to dashboard listing, get functional tests to work * fix dashboard queries functional tests * upgraded to EUI 0.0.29 to get defaultFocusedButton fix * move dashboardListing directive to index * spacing in if statement * switch to EuiBasicTable * pagination * add sorting * fix jest test * handle out of order fetchs * remove info.gif * re-instate search functional test * replace EuiSearchBar with EuiFieldSearch * fix functional tests * update snapshot - when code rebased - new EUI version add another prop * add Edit link to actions column
* convert dashboard listing page to react and EUI * add jest test for DashboardListing component * add data-test-subj attributes * clean up jest test * hideWriteControls and call to action when no dashboards exist * pass initial filter to dashboard listing, get functional tests to work * fix dashboard queries functional tests * upgraded to EUI 0.0.29 to get defaultFocusedButton fix * move dashboardListing directive to index * spacing in if statement * switch to EuiBasicTable * pagination * add sorting * fix jest test * handle out of order fetchs * remove info.gif * re-instate search functional test * replace EuiSearchBar with EuiFieldSearch * fix functional tests * update snapshot - when code rebased - new EUI version add another prop * add Edit link to actions column
Convert dashboard listing page to react and EUI