Remove all Medusa-related components and references#95
Conversation
|
|
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
@codegen-sh please resolve the conflicts
|
- Removed packages/medusa-forms/ package entirely - Removed apps/docs/src/medusa-forms/ Storybook stories - Updated apps/docs/package.json to remove @lambdacurry/medusa-forms dependency - Cleaned up TypeScript path mappings in apps/docs/tsconfig.json - Removed Medusa aliases from apps/docs/vite.config.mjs - Simplified apps/docs/src/main.css to remove Medusa UI imports and tokens - Updated yarn.lock to remove unused Medusa dependencies All Medusa components have been successfully migrated to the separate medusa-forms repository.
8187304 to
52bc10d
Compare
|
✅ Conflicts resolved! I've successfully rebased the PR branch onto the latest main and resolved all merge conflicts. The conflicts were in the What was resolved:
The PR is now up-to-date and ready for review! 🎯 💻 View my work • React 👍 or 👎 |
|
📝 Storybook Preview: View Storybook This preview will be updated automatically when you push new changes to this PR.
|
|
@codegen-sh let's review the cursor rules to make sure there are no references in their to medusa components as well
|
- Removed medusa-forms-patterns.mdc and medusa-stories-patterns.mdc files - Cleaned up Medusa references in storybook-testing.mdc - Updated monorepo-organization.mdc to remove Medusa package structure - Removed reference to medusa-forms-patterns.mdc in form-component-patterns.mdc The cursor rules now focus solely on the core forms components package.
|
✅ Cursor rules cleaned up! I've reviewed and cleaned up all Medusa references from the cursor rules: Cursor rules changes:
The cursor rules now focus solely on the core forms components package, with no lingering Medusa references. The repository is now completely clean of Medusa-related code and configuration! 🎯 💻 View my work • React 👍 or 👎 |
Summary
This PR removes all Medusa-related components and references from the LambdaCurry/forms repository, as these have been successfully migrated to the separate
medusa-formsrepository.Changes Made
Removed Packages
packages/medusa-forms/- Entire package containing Medusa form componentsDocumentation Cleanup
apps/docs/src/medusa-forms/- All Storybook stories for Medusa componentsapps/docs/package.json- Removed@lambdacurry/medusa-formsdependencyapps/docs/tsconfig.json- Removed Medusa-forms path mappingsapps/docs/vite.config.mjs- Removed Medusa-forms alias configurationsapps/docs/src/main.css- Removed Medusa UI imports and extensive token definitionsDependencies
yarn.lock- Automatically cleaned up unused Medusa dependenciesVerification
✅ Build Success: Both
@lambdacurry/formsand@lambdacurry/forms-docspackages build successfully✅ No Broken References: All Medusa imports and references have been removed
✅ Components Package Intact: The remaining components package is unaffected
Files Removed
@medusajs/uiThe forms repository now focuses solely on the core components package, with all Medusa functionality cleanly separated into its dedicated repository.
💻 View my work • About Codegen