You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This feature ensures that users can maintain their search context when navigating in and out of detailed views. By using sessionStorage, the application preserves the last short name search query. This approach enhances user experience by eliminating the need to re-enter the last search term after detailed account interactions. Essentially, when the user clicks back, the search information should be persistent and the state re-loaded.
Scenario 1: Linking an Account GIVEN I navigate to the details view in EFT after entering a search query AND I navigate back to the search view WHEN I press the back button THEN I am presented with the search view with the search query from before
The text was updated successfully, but these errors were encountered:
This feature ensures that users can maintain their search context when navigating in and out of detailed views. By using
sessionStorage
, the application preserves the last short name search query. This approach enhances user experience by eliminating the need to re-enter the last search term after detailed account interactions. Essentially, when the user clicks back, the search information should be persistent and the state re-loaded.Scenario 1: Linking an Account
GIVEN I navigate to the details view in EFT after entering a search query
AND I navigate back to the search view
WHEN I press the back button
THEN I am presented with the search view with the search query from before
The text was updated successfully, but these errors were encountered: