Reach parents and children from the task list#68
Merged
textfuel merged 4 commits intotextfuel:mainfrom May 5, 2026
Merged
Conversation
From any task in the issue list, users now walk into its subtasks or jump to its parent and follow the chain as far as the data goes. The same works from the Sub and Lnk info-panel tabs, so the whole hierarchy is reachable without leaving the keyboard. Stepping back restores the cursor and view from before the walk. The walk lives in an ad-hoc issue tab next to the existing ones, analogous to the JQL tab: it appears on demand, holds the current step's results, and disappears when the user pops out. The previewed issue, info panel, and clipboard actions stay in sync with whatever is currently in focus along the path.
textfuel
reviewed
May 4, 2026
Owner
textfuel
left a comment
There was a problem hiding this comment.
Thanks for the PR!
Nice feature and the tests look solid. Left a few comments to double-check before merge
textfuel
approved these changes
May 5, 2026
Owner
textfuel
left a comment
There was a problem hiding this comment.
Thanks for the fixes! Merging
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #47
Space opens an issue's children, Backspace opens its parent; each step pushes onto a stack and Esc pops back. The Sub and Lnk info-panel tabs offer the same walks for the previewed issue. Both walks share an ad-hoc tab next to the existing ones, like the JQL tab.
Issue.Subtasks.previewEpochpattern.#66 was only the enabler for this PR. I got sidetracked, while working on this and realized, that I would have to solve the parent-link problem first.