Nice little directory browser :D
0
fork

Configure Feed

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

fix/Header: extra checkbox

How did that even happen what the hell

-1
-1
Components/Header.razor
··· 36 36 <input id="search" class="border-black" type="search" aria-labelledby="search-label" _="@_scriptForIdSearch" /> 37 37 38 38 <abbr id="rx-label" title="Search with RegEx">.*</abbr> 39 - <input id="use-rx-for-search" type="checkbox" autocomplete="off" checked aria-labelledby="rx-label" _="@_scriptForIdUseRxForSearch" /> 40 39 <input id="use-rx-for-search" type="checkbox" autocomplete="off" aria-labelledby="rx-label" _="@_scriptForIdUseRxForSearch" /> 41 40 42 41 <abbr id="case-label" title="Case sensitive search">Aa</abbr>