Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search installed extensions #8

Open
bordam opened this issue Jan 11, 2022 · 4 comments
Open

Search installed extensions #8

bordam opened this issue Jan 11, 2022 · 4 comments
Labels
enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@bordam
Copy link
Contributor

bordam commented Jan 11, 2022

In the official extensions app (since version 40 I think?) you can search through installed extensions. Would be awesome if you could make something similar!

@mjakeman
Copy link
Owner

This shouldn't be too hard to add. We store "local extensions" as a GListModel, so something like GtkFilterListModel should achieve this effect.

We'll need to figure out the UI for it as well. There should be a clear difference between searching installed extensions, and searching online.

@mjakeman mjakeman added enhancement New feature or request good first issue Good for newcomers labels Jan 12, 2022
@mjakeman mjakeman added this to the 0.2.0 milestone Jan 12, 2022
@mjakeman mjakeman removed this from the 0.2.0 milestone Jan 24, 2022
@forteller
Copy link

I came here to ask for this. I think type to search on the list of installed extensions would be the best way to do it. Most of the time when I look at that list I want to open the settings of a specific extension that I know the name of. Being able to just start typing that name right away would save me some precious seconds now spent looking for that extension.

The UI would make most sense to be just like in Gnome Settings, I think, where a search box slides down from the top when you start searching. Since you're on the Installed tab, not the Browse tab, confusing it with searching online is not a problem, I think.

Thanks!

@forteller
Copy link

Isn't the way to make the clear difference in search UI between installed and installable (in addition to being on two separate tabs), that the search for installable extensions has an always visible search box, while searching trough installed extensions should just be type to search while in the correct tab, and the search box to slide down from the top of the window, like when searching in Gnome Settings?

image

@mjakeman
Copy link
Owner

As part of #67 we'll be switching to universal search, so the user can just type to search and it will search installed and online extensions at the same time (with installed shown first). I think that's probably the cleanest way to achieve this (and I'd like to avoid two independent search mechanisms).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants