Item and Label Navigation Improvements #733
Shad0wTeam
started this conversation in
Ideas
Replies: 1 comment
-
Please note we're converting this issue into a discussion as per our new procedures/policies. You can read more about that in our announcement #712 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What is the problem you are trying to solve with this feature?
Currently, when viewing an item in the web app, users must exit the current item and click on a new one to open it. This requires multiple steps, which is not efficient when navigating through a large number of items. A similar issue occurs with labels, where users must exit one label and return to the label list to select a new label, leading to unnecessary clicks and poor navigation flow.
What is the solution you are proposing?
I propose adding navigation controls within the item and label views. For items, this would allow users to easily move to the next or previous item, or even jump directly to the first or last item in the list. For labels, users should be able to navigate between labels without closing the current label view and returning to the label list. These controls could be implemented with navigation arrows or buttons, making it much quicker and more efficient to browse through items and labels.
What alternatives have you considered?
The current method of exiting each item and re-entering another, or closing and reopening labels, is the only option available right now. I haven't considered other alternatives since this solution seems the most intuitive and efficient way to improve navigation within the app.
Additional context
Adding these navigation features would streamline workflows, especially when dealing with a large set of items or labels. This change would allow users to stay in the context of their current view without having to repeatedly navigate back to lists, improving the overall user experience and saving time.
Contributions
Beta Was this translation helpful? Give feedback.
All reactions