Monorepo for Tangled
0

Configure Feed

Select the types of activity you want to include in your feed.

appview/pages: fix codesearch interactions

also updates url on live search

Signed-off-by: oppiliappan <me@oppi.li>

oppiliappan (Jun 30, 2026, 8:34 AM +0100) a66793c8 772f501f

+3
+3
appview/pages/templates/repo/search.html
··· 20 20 placeholder="Find files or code" 21 21 hx-get="" 22 22 hx-trigger="{{ if .FilterQuery }}load, {{ end }}input changed delay:100ms from:input" 23 + hx-get="/{{ .RepoInfo.FullName }}/search" 24 + hx-trigger="{{ if .FilterQuery }}load, {{ end }}keydown[key=='Enter'] from:#repo-search-input, input changed delay:100ms from:#repo-search-input" 23 25 hx-target="#repo-files" 24 26 hx-swap="outerHTML" 27 + hx-replace-url="true" 25 28 autofocus 26 29 class="font-mono flex-1 py-1 pl-8 pr-2 peer" 27 30 >