-
Notifications
You must be signed in to change notification settings - Fork 3.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
[#11126] Expand empty search results for feedback session logs #11151
[#11126] Expand empty search results for feedback session logs #11151
Conversation
Hi @hoonti06 can you also attach the before-after snapshot for the ease of review? |
Sure, I added gif files to compare before and after |
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 me the change solves the problem.
Need @t-cheepeng to verify if there's any pitfall around this change.
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 👍
@hoonti06 the e2e test case is bind to the old UI. Please update the e2e test case |
Thanks for the work here @hoonti06 💯 Looks like E2E tests for Audit Logs are failing - could you take a look and see if you can fix? Let us know if you need any assistance on this. |
Do try to run e2e test locally before pushing. It will save the time on remote CI and also allow us to get back to you faster, granted that we now limit the CI run for first PR to manual approval:) |
Sorry, I just succeeded in configuring my test environment locally. |
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 👍
Fixes #11126
Outline of Solution
before
![before](https://user-images.githubusercontent.com/17792043/119475117-cf3c4400-bd87-11eb-8b61-23197bfc5edb.gif)
after
![after](https://user-images.githubusercontent.com/17792043/119475079-c481af00-bd87-11eb-9410-aa40996afb9b.gif)