[READ-ONLY] Mirror of https://github.com/probablykasper/starchart. GitHub star history graph starchart.kasper.space
chart github github-api github-star graph history star star-history stargazers stars
0

Configure Feed

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

Add autofocus

Kasper (Apr 24, 2025, 5:54 AM +0200) 7904aaef 046fd960

+2
+2
src/routes/RepoInput.svelte
··· 32 32 33 33 <div class="container"> 34 34 <div class="inputs"> 35 + <!-- svelte-ignore a11y_autofocus --> 35 36 <input 36 37 class="bordered owner" 37 38 type="text" 38 39 bind:value={owner} 39 40 placeholder="probablykasper" 40 41 on:keydown={input_keydown} 42 + autofocus 41 43 /> 42 44 <div><span class="bordered slash">/</span></div> 43 45 <input