-
-
Notifications
You must be signed in to change notification settings - Fork 306
Description
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
- I have searched through existing issues and feature requests to see if my idea has already been proposed.
- If this feature is accepted, I would be willing to help implement and maintain this feature.
- If this feature is accepted, I'm willing to sponsor the development of this feature.