atmosphere explorer
0
fork

Configure Feed

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

hide filter shortcut on mobile

Juliet b437e25f 9030f1dd

+1 -1
+1 -1
src/views/repo.tsx
··· 784 784 value={filter() ?? ""} 785 785 onInput={(e) => setFilter(e.currentTarget.value.toLowerCase())} 786 786 /> 787 - <Show when={!filter()}> 787 + <Show when={canHover && !filter()}> 788 788 <kbd class="rounded border border-neutral-200 bg-neutral-50 px-1.5 py-0.5 font-mono text-xs text-neutral-400 select-none dark:border-neutral-600 dark:bg-neutral-700"> 789 789 / 790 790 </kbd>