-
Notifications
You must be signed in to change notification settings - Fork 886
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
[Discover] Fixes state persistence after nav #5123
[Discover] Fixes state persistence after nav #5123
Conversation
Signed-off-by: Ashwin P Chandran <ashwinpc@amazon.com>
Codecov Report
@@ Coverage Diff @@
## feature/deangular #5123 +/- ##
==================================================
Coverage 66.69% 66.69%
==================================================
Files 3283 3283
Lines 63059 63057 -2
Branches 10031 10031
==================================================
Hits 42058 42058
+ Misses 18536 18534 -2
Partials 2465 2465
Flags with carried forward coverage won't be shown. Click here to find out more.
|
When i was testing, it seems like it still has some minor issues with the time filter:
Screen.Recording.2023-09-26.at.3.48.54.PM.mov |
Ah I see the issue. This is an issue with the breadcrumbs. Lemme fix that too :) |
Regarding @abbyhu2000 's comment, should we fix it in another issue? or we want to fix it together here? @ashwin-pc |
Closed in favour of #5168 |
Description
replaces history api with application service's navigate method to correctly preserve state during redirection
Issues Resolved
closes #5056
Screenshot
Screen.Recording.2023-09-26.at.2.27.21.PM.mov
Testing the changes
Opening a saved search
Creating a new search
Reset
Check List
yarn test:jest
yarn test:jest_integration
yarn test:ftr