semantic bufo search find-bufo.com
bufo

autofocus search input on page load

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

+4
+4
static/index.html
··· 553 553 id="searchInput" 554 554 placeholder="describe the bufo you seek..." 555 555 autocomplete="off" 556 + autofocus 556 557 > 557 558 <button id="searchButton">search</button> 558 559 </div> ··· 823 824 searchInput.value = query; 824 825 search(false); // don't update URL since we're already loading from it 825 826 } 827 + 828 + // ensure focus on the search input 829 + searchInput.focus(); 826 830 }); 827 831 828 832 // handle sample query button clicks