-
Notifications
You must be signed in to change notification settings - Fork 90
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
Container search: Empty state #56
Comments
This could be possibly useful. But as you mentioned, we still would need empty state before you did the first search. And also, we would need to store this somewhere (in browser).
I am not sure what this means.
I don't think this is any useful.
This actually would be very useful. And also with possibility to manage registries (see #85) it would be double useful.
Sounds like a good idea. Could we get some design for this? |
We now have list of registries so showing them again does not bring any useful info. Maybe we could then show last few succesful searches but that is bit meh anyway. So I think we can just put there 'Type to find images' kind of message to show there are no results. Also we can just use empty-state component to make it look the same when the search is in progress and when there are no found results. Currently it looks always differently. |
Fixes cockpit-project#56 Closes 607
Fixes cockpit-project#56 Closes 607
Fixes cockpit-project#56 Closes 607
The container search should have an empty state. I'm not sure what it should be, but a couple of ideas come to mind:
Using previous items would mean there's still an initial empty state that's not useful. Also, it would imply we're storing something somewhere. I guess we'd have to use browser storage or cookies or something and then it's specific to that browser and host that Cockpit is running on.
Popular containers would require querying. And it probably will be irrelevant to most people too.
Showing which registries would be searched might be useful? And then there could be a link to the registries editor to add/remove/disable/enable?
I'm currently leaning to a few previous successful searches at the top with the registries that will be searched below it.
But really, I'm unsure of what would be best, or what else we might have there. Does anyone else have ideas?
The text was updated successfully, but these errors were encountered: