You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I dont really understand the two first suggestions ?
The third one IMHO does not compromise functionality. A italic dimmed out placeholder "Search through installed applications, settings, and actions" makes it clear what the search you type in is for, and that it is out of the way. You can ignore it but its there.
It also seem very simple to do.
@teamcons the first point is more of a quirk of how GTK3 works. In gtk3 when a text entry gains focus its placeholder is hidden. In gtk4 the placeholder is hidden after you start typing
The second point describes how you can reveal this information since the search bar is on the same page as the app grid. Alternatively the search page could be an entirely different page hidden behind an icon for example, but I think being able to start typing right away is a pretty essential feature. So we can put keyboard focus on the first app in the grid and then if you manually move focus to the search entry yourself, replace the grid with this information.
However there is a question of how to hide this and get back to the app grid so I dunno. I think that's maybe somewhere I stalled out in the prototype I did
Problem
There's currently no way to know that things like settings and actions can be searched without just trying it
Proposal
We should do a few things here to make search more learnable:
Prior Art (Optional)
Siri has a view where it lists a bunch of things you can search for with examples of the query in quotes, and clicking them executes that search:
The text was updated successfully, but these errors were encountered: