minetest / contentdb

A content database for Minetest mods, games, and more
https://content.minetest.net
GNU Affero General Public License v3.0
93 stars 45 forks source link

Focus Search input on page load #406

Closed depascalis closed 1 year ago

depascalis commented 1 year ago

Problem

I use CDB mainly to searching for something. After entering the site, It's incredibly painful and inconvenient to move my finger all the way from the keyboard to the touchpad and then perform the gestures needed to put focus on the search input field. I'd like to input my query as soon as the main page has loaded.

Solutions

Please put focus on the Search input field on page load.

rubenwardy commented 1 year ago

This will be very annoying on mobile, if it shows the keyboard. One alternative would be to add a keyboard shortcut for the searchbar, like ?.

You can currently press tab 7 times to focus the search bar.

Another option is to add ContentDB as a search engine. This would allow searching CDB straight from your browser's searchbar

image

depascalis commented 1 year ago

You're right, I didn't consider mobile, but that could be handled with media queries or similar right?