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

feat: improved empty screens #3988

Merged
merged 4 commits into from Sep 20, 2023
Merged

feat: improved empty screens #3988

merged 4 commits into from Sep 20, 2023

Conversation

deboer-tim
Copy link
Collaborator

What does this PR do?

Improves the empty-screen message when the cause is a filter that doesn't match anything.

The design requires adding second line in EmptyScreen, which I've done as a detail message. I then looked at making a *FilterEmptyScreen for each page as it's own component or inline, but there was a lot of copy/paste so I created a generic FilteredEmptyScreen. As per the design in issue #3602, when the filter is too long (I picked 20 chars) the search term isn't shown.

searchTerm was already exported from ContainerList, I exported it from the others as well since it is necessary to test, and a useful feature in general. Tests added to show the filter empty screen comes up when the filter doesn't match anything.

Screenshot/screencast of this PR

filter.mov

What issues does this PR fix or reference?

Fixes #3602.

How to test this PR?

Type a filter that matches (to confirm no regression), doesn't match (to confirm new behaviour), and is really long (to show the message changes).

Improves the empty-screen message when the cause is a filter that doesn't match
anything.

The design requires adding second line in EmptyScreen, which I've done as a
detail message. I then looked at making a *FilterEmptyScreen for each page as
it's own component or inline, but there was a lot of copy/paste so I created
a generic FilteredEmptyScreen. As per the design in issue #3602, when the filter
is too long (I picked 20 chars) the search term isn't shown.

searchTerm was already exported from ContainerList, I exported it from the
others as well since it is necessary to test, and a useful feature in general.
Tests added to show the filter empty screen comes up when the filter doesn't
match anything.

Fixes #3602.

Signed-off-by: Tim deBoer <git@tdeboer.ca>
@deboer-tim deboer-tim requested review from benoitf and a team as code owners September 20, 2023 13:02
@deboer-tim deboer-tim requested review from jeffmaury and lstocchi and removed request for a team September 20, 2023 13:02
packages/renderer/src/lib/ContainerList.svelte Outdated Show resolved Hide resolved
packages/renderer/src/lib/ImagesList.svelte Outdated Show resolved Hide resolved
packages/renderer/src/lib/pod/PodsList.svelte Outdated Show resolved Hide resolved
packages/renderer/src/lib/volume/VolumesList.svelte Outdated Show resolved Hide resolved
Copy link
Contributor

@lstocchi lstocchi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Remove '.length > 0' and changed quotes to make linter happy with itself.

Signed-off-by: Tim deBoer <git@tdeboer.ca>
Use '${searchTerm}', use '' to show detail type, and found another '.length>0'.

Signed-off-by: Tim deBoer <git@tdeboer.ca>
@deboer-tim deboer-tim merged commit 615893f into main Sep 20, 2023
8 checks passed
@deboer-tim deboer-tim deleted the filter-empty branch September 20, 2023 20:14
@podman-desktop-bot podman-desktop-bot added this to the 1.5.0 milestone Sep 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Filtered container list gives "no containers" message which is a bit of a lie
4 participants