This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Navigation modal #1648
Open
Description
We have a common architectural element emerging among several features we'd like to add. I'd like to solve it in a consistent way so we can make different parts of the package feel familiar. Specifically:
- Navigating among merge conflicts: Navigation between merge conflicts #812
- Navigating between review comments on a review
Both of these fit the general pattern: "Given a set of markers on the files within a project, quickly jump from one to any other."
Some other characteristics they share:
- The sets of markers are ordered, but you may not wish to visit them in that exact order. You often want to jump to the next one, but not always.
- Each marker may be "resolved" or "unresolved." You may wish to revisit "resolved" markers after the fact, but it is less important than visiting a new "unresolved" one.