Commit Graph

9 Commits

Author SHA1 Message Date
valknarness
109d82ed23 fix: search results now link to repository detail page
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 <noreply@anthropic.com>
2025-10-29 08:00:18 +01:00
valknarness
d7c095fdb7 fix: search API FTS join and error handling
Fixed 500 Internal Server Error in search API by correcting the FTS5
full-text search query join. The previous query incorrectly joined
fts.rowid directly to repositories.id, but FTS rowid corresponds to
the readmes table. Now properly joins through readmes table first.

Also enhanced error logging with detailed error messages in development
mode for easier debugging.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-29 06:52:08 +01:00
valknarness
018eb46d64 fix: readme typography 2025-10-27 21:19:49 +01:00
valknarness
f4cfcf804e fic: flickering 2025-10-27 19:24:17 +01:00
valknarness
51b42fe625 fix: icons 2025-10-26 22:53:16 +01:00
valknarness
da107d1833 fix: workflow build 2025-10-26 15:47:02 +01:00
valknarness
8a6e4b085d fix: workflow 2025-10-26 15:39:50 +01:00
valknarness
6ee26db0ba fix: make it build 2025-10-26 00:02:56 +02:00
valknarness
b63592f153 a new start 2025-10-25 16:09:02 +02:00