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(HMS-4080) replace PF5 deprecated components with new variants #63

Merged
merged 3 commits into from
May 20, 2024

Conversation

pvoborni
Copy link
Contributor

Replaces:

  • Dropdown on DetailsPage
  • Wizard
  • removes FilterField as it uses deprecated Dropdown but it is not used.

Rebased on top of #62

@app-sre-bot
Copy link

Can one of the admins verify this patch?

pvoborni added 3 commits May 16, 2024 07:44
PatternFly 5 deprecated dropdown list and replaced it with a newer
variant.

Signed-off-by: Petr Vobornik <[email protected]>
This component is not used anywhere. It is using Dropdown component
deprecated by PatternFly 5. It needs almost full rewrite thus it is
easier to delete it.

Could be implemented in newer way when it is needed.

Signed-off-by: Petr Vobornik <[email protected]>
PatternFly 5 has new implementation of Wizard component. This commit
is using it instead of the old one so that the UI doesn't use deprecated
components.

Signed-off-by: Petr Vobornik <[email protected]>
@pvoborni pvoborni marked this pull request as ready for review May 16, 2024 08:19
@avisiedo avisiedo self-requested a review May 16, 2024 09:32
@frasertweedale
Copy link
Contributor

Please don't merge this before the rollup demo :)

Copy link
Contributor

@avisiedo avisiedo left a comment

Choose a reason for hiding this comment

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

Excellent change!

I only have a concern about keeping or not the filtering field on the server details.

I have played with the changes locally, and everything worked well.

I have checked in ephemeral environment a basic cycle and interact with the different behavior of the UI and the changes on the PR worked successfully.

LGTM

@pvoborni the concern in the PR can be addressed in a separate PR if a change were necessary.

@avisiedo avisiedo merged commit 45af0c9 into podengo-project:main May 20, 2024
1 check passed
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.

4 participants