feat(explore): open repo detail on Enter for repo results #364
No reviewers
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
thwap/steeper!364
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/explore-enter-repo"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Enter on a repo row in the explore tab's Repos view opens the FileTreeView detail modal, reusing the same component from the repos tab.
Why
Users browsing repos in the explore view couldn't navigate into them. This connects the discover tab to the existing repo detail flow.
Review
Result: Approved — no issues.
Summary: Enter on a repo row in explore tab's Repos view opens the FileTreeView detail modal. Uses
rowRepomap to track which table row maps to which repo,SetSelectedFuncto triggerfileTree.Show(). 11 lines added, clean and simple.Checklist: