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: form progress #5253

Merged
merged 2 commits into from
Dec 14, 2023
Merged

feat: form progress #5253

merged 2 commits into from
Dec 14, 2023

Conversation

deboer-tim
Copy link
Collaborator

What does this PR do?

I'm pretty sure this was an idea from Mo. Adds a linear progress bar at the bottom of the FormPage header to indicate that something is 'in progress', and uses this when building and pulling images, playing kube, deploying pods, creating pods from containers, creating volumes, and creating resources (container or Kubernetes).

This helps to indicate that there's 'something happening', especially in cases like #4229 where you can't see another progress monitor in the view.

This 'duplicates' the progress monitor when creating a container/Kubernetes instance, but I don't want to remove that as these pages are also used during onboarding and the original/smaller one helps draw your eye to the Show Logs expander. IMHO having two here is still an improvement.

Screenshot / video of UI

Screen.Recording.2023-12-13.at.2.31.59.PM.mov

What issues does this PR fix or reference?

N/A

How to test this PR?

Perform any of these actions.

I'm pretty sure this was an idea from Mo. Adds a linear progress bar at the
bottom of the FormPage header to indicate that something is 'in progress',
and uses this when building and pulling images, playing kube, deploying pods,
creating pods from containers, creating volumes, and creating resources
(container or Kubernetes).

This helps to indicate that there's 'something happening', especially in
cases like #4229 where you can't see another progress monitor in the view.

This 'duplicates' the progress monitor when creating a container/Kubernetes
instance, but I don't want to remove that as these pages are also used during
onboarding and the original/smaller one helps draw your eye to the Show Logs
expander. IMHO having two here is still an improvement.

Signed-off-by: Tim deBoer <git@tdeboer.ca>
@deboer-tim deboer-tim requested review from benoitf and a team as code owners December 13, 2023 19:39
@deboer-tim deboer-tim requested review from dgolovin and cdrage and removed request for a team December 13, 2023 19:39
Copy link
Collaborator

@benoitf benoitf left a comment

Choose a reason for hiding this comment

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

LGTM but there is no test of the LinearProgress in FormPage

When you write a test, it helps if you include it in the commit. :)

Signed-off-by: Tim deBoer <git@tdeboer.ca>
Copy link
Collaborator

@benoitf benoitf left a comment

Choose a reason for hiding this comment

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

👍

@deboer-tim
Copy link
Collaborator Author

Lying in bed last night I was trying to remember if I actually included the test I wrote in the PR. 😂 There now.

@benoitf benoitf merged commit 1a705d9 into main Dec 14, 2023
8 checks passed
@benoitf benoitf deleted the form-progress branch December 14, 2023 23:19
@podman-desktop-bot podman-desktop-bot added this to the 1.7.0 milestone Dec 14, 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.

None yet

3 participants