feat(explore): open repo detail on Enter for repo results #364

Merged
fuzzy merged 1 commit from feat/explore-enter-repo into main 2026-07-08 10:02:59 +00:00
Owner

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.

## 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.
feat(explore): open repo detail on Enter for repo results
All checks were successful
Test and Release / test (pull_request) Successful in 3m30s
Test and Release / lint (pull_request) Successful in 4m30s
f22cb53237
Add SetSelectedFunc to repo table in explore view. Enter on a repo
row opens the FileTreeView detail modal, reusing the same component
from the repos tab.
the.auditor left a comment

Review

Result: Approved — no issues.

Summary: Enter on a repo row in explore tab's Repos view opens the FileTreeView detail modal. Uses rowRepo map to track which table row maps to which repo, SetSelectedFunc to trigger fileTree.Show(). 11 lines added, clean and simple.

Checklist:

  • Correctness: rowRepo map correctly maps table rows to repos, callback uses proper row index
  • Completeness: Repo detail navigation now works from explore tab
  • Build: Passes clean
## Review **Result: Approved** — no issues. **Summary:** Enter on a repo row in explore tab's Repos view opens the FileTreeView detail modal. Uses `rowRepo` map to track which table row maps to which repo, `SetSelectedFunc` to trigger `fileTree.Show()`. 11 lines added, clean and simple. **Checklist:** - Correctness: ✅ rowRepo map correctly maps table rows to repos, callback uses proper row index - Completeness: ✅ Repo detail navigation now works from explore tab - Build: ✅ Passes clean
fuzzy scheduled this pull request to auto merge when all checks succeed 2026-07-08 10:00:31 +00:00
fuzzy merged commit f22cb53237 into main 2026-07-08 10:02:59 +00:00
fuzzy deleted branch feat/explore-enter-repo 2026-07-08 10:02:59 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
thwap/steeper!364
No description provided.