Skip to content

Fix naming inconsistencies in Git UI components and add Node.js version to package.json #6103

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

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

zeroprooff
Copy link

PR addresses several naming inconsistencies in the Git UI components and adds the required Node.js version to package.json:

  1. Fixed typos in component names:

    • Renamed SourceControGroup to SourceControlGroup in sourcecontrolgroup.tsx
    • Updated corresponding interface name from SourceControGroupProps to SourceControlGroupProps
  2. Fixed typos in file names:

    • Renamed sourcontrol.tsx to sourcecontrol.tsx
    • Renamed sourcontrolitembuttons.tsx to sourcecontrolitembuttons.tsx
  3. Updated imports to match the corrected file names:

    • In gitui.tsx: Updated import path for SourceControl component
    • In sourcecontrolitem.tsx: Updated import path for SourceControlItemButtons component
  4. Added Node.js version to package.json to align with the version specified in README.md:

    • Added "node": "^20.0.0" to the engines section

These changes improve code consistency and maintainability without changing any functionality.

Copy link

netlify bot commented Jun 24, 2025

👷 Deploy request for remixproject pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 3ab5276

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.

1 participant