From 109d82ed236eb79dcde2c6194ec54c14861af793 Mon Sep 17 00:00:00 2001 From: valknarness Date: Wed, 29 Oct 2025 08:00:18 +0100 Subject: [PATCH] fix: search results now link to repository detail page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed search results to link to internal /repository/{id} page instead of external GitHub URL, matching command menu behavior. Users can now view READMEs directly from search results. GitHub link remains available as a secondary external link icon. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- app/search/page.tsx | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/app/search/page.tsx b/app/search/page.tsx index cdbaa06..5099f9b 100644 --- a/app/search/page.tsx +++ b/app/search/page.tsx @@ -289,14 +289,20 @@ function SearchPageContent() {

+ + {result.repository_name} + - {result.repository_name} - +

{result.stars !== null && (