[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

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

feat: autofocus search input on home page (#171)

authored by

Ivan Uhalin and committed by
GitHub
6c27312a f63b7b7a

+1
+1
app/pages/index.vue
··· 68 68 name="q" 69 69 :placeholder="$t('search.placeholder')" 70 70 autocomplete="off" 71 + autofocus 71 72 class="w-full bg-bg-subtle border border-border rounded-lg pl-8 pr-24 py-4 font-mono text-base text-fg placeholder:text-fg-subtle transition-all duration-300 focus:(border-border-hover outline-none)" 72 73 @input="handleSearch" 73 74 @focus="isSearchFocused = true"