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
I've encountered two interrelated user experience issues while navigating the resource logs in our application.
Lack of Back Navigation from Logs to Resource Page: When I access the logs of a resource, there is no direct way to return to the specific resource page. This can be disorienting for users. To address this, I propose adding a back button with an accompanying query parameter. This would provide a straightforward way to navigate back to the resource page from the logs.
go-back-in-logs.mp4
Resetting of Filters on Using Browser Back Button: Additionally, when using the browser's back button to return to the resource page from the logs, the state of any previously set filters (for resource types) is lost, requiring manual readjustment. This reset can be time-consuming for users.
While these could be logged as separate issues, their resolution is likely to involve related aspects of user navigation and state management in our UI. Addressing both in a cohesive manner would significantly enhance the overall user experience.
I've encountered two interrelated user experience issues while navigating the resource logs in our application.
go-back-in-logs.mp4
While these could be logged as separate issues, their resolution is likely to involve related aspects of user navigation and state management in our UI. Addressing both in a cohesive manner would significantly enhance the overall user experience.
Similar to #1006