Skip to content

Conversation

edewit
Copy link
Contributor

@edewit edewit commented Aug 29, 2025

Refactor: Renamed React component files to .jsx extension

This PR renames several component files from a .js to a .jsx extension. This change is a simple refactoring and does not introduce any functional changes.

Why this change?

The .jsx extension is the widely accepted convention for files that contain JSX syntax. By adopting this convention, we improve code clarity and make it easier for developers (and tools) to immediately recognize which files are React components.

This is a minor but meaningful change that helps align our codebase with best practices in the React ecosystem.

Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
Copy link

openshift-ci bot commented Aug 29, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: edewit

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
Copy link

sonarqubecloud bot commented Sep 2, 2025

Quality Gate Failed Quality Gate failed

Failed conditions
C Reliability Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

Copy link

openshift-ci bot commented Sep 2, 2025

@edewit: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/unit-tests-sonarcloud 4b7e001 link true /test unit-tests-sonarcloud

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@edewit edewit requested a review from KevinFCormier September 2, 2025 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant