Monorepo for Tangled
0

Configure Feed

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

appview/pages: set code search input type to text

instead of "search", which adds an `x` icon in safari/chrome

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

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

+1 -1
+1 -1
appview/pages/templates/repo/index.html
··· 21 21 <input 22 22 id="search-q" 23 23 class="w-full h-full py-1 pl-8 pr-8 peer" 24 - type="search" 24 + type="text" 25 25 name="q" 26 26 placeholder="Find files or code..." 27 27 >