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

refactor: move LinearProgress to ui package #7232

Merged
merged 3 commits into from
May 16, 2024
Merged

Conversation

lstocchi
Copy link
Contributor

@lstocchi lstocchi commented May 16, 2024

What does this PR do?

it moves the LinearProgress to the ui package.

Screenshot / video of UI

N/A

What issues does this PR fix or reference?

it resolves #6901

How to test this PR?

  • Tests are covering the bug fix or the new feature

@lstocchi lstocchi requested review from benoitf and a team as code owners May 16, 2024 10:20
@lstocchi lstocchi requested review from jeffmaury and cdrage and removed request for a team May 16, 2024 10:20
@@ -67,6 +67,10 @@
"./Tab": {
"types": "./dist/tab/Tab.svelte.d.ts",
"svelte": "./dist/tab/Tab.svelte"
},
"./LinearProgress": {
"types": "./dist/spinner/LinearProgress.d.ts",
Copy link
Contributor

Choose a reason for hiding this comment

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

could you rename the spinner directory to progress ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

@lstocchi lstocchi requested a review from axel7083 May 16, 2024 13:32
Copy link
Contributor

@axel7083 axel7083 left a comment

Choose a reason for hiding this comment

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

LGTM, thanks for the change 🚀

Signed-off-by: lstocchi <lstocchi@redhat.com>
Signed-off-by: lstocchi <lstocchi@redhat.com>
Signed-off-by: lstocchi <lstocchi@redhat.com>
@lstocchi lstocchi merged commit 87413f6 into containers:main May 16, 2024
8 checks passed
@lstocchi lstocchi deleted the i6901 branch May 16, 2024 14:55
@podman-desktop-bot podman-desktop-bot added this to the 1.11.0 milestone May 16, 2024
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.

Implement LinearProgress UI component
4 participants