Add copy/export functionality for feature comparison table#134
Add copy/export functionality for feature comparison table#134Kaustav2706 wants to merge 4 commits into
Conversation
|
@Kaustav2706 is attempting to deploy a commit to the Sameer's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
Completed @ThePlator , pls check! |
|
Hi @Kaustav2706! Thank you for the contribution. However, your PR is currently failing the CI/CD tests. To ensure the stability of the project and prevent breaking the backend development (as has happened in the past), we have a strict policy: no PR will be merged until all CI/CD checks are green. Please resolve the test failures and ensure your branch is correctly synchronized with the latest 'main'. Once the CI is passing, we'll be happy to review and merge it! 🚀 |
|
Hi @ThePlator, The failing checks appear to be unrelated backend/CI issues, since my changes only affect frontend responsiveness and zoom scaling on the /features page. Please review when possible. Thanks! |
|
Hi @ThePlator 👋 The CI pipeline is now passing successfully. Implemented:
Please review when convenient. Thanks! |
|
Hi @Kaustav2706! This is an excellent feature, and the code quality is top-notch. However, there are now merge conflicts in FeaturesPage.tsx and the package-lock.json because of our recent UI responsiveness and dependency updates. Please resolve the conflicts by:
Once the conflicts are resolved and the CI is green, I'll merge this immediately! |
|
Pl review @ThePlator |
ThePlator
left a comment
There was a problem hiding this comment.
Excellent work resolving the conflicts and implementing the export functionality! This adds great utility to the features page. Merging now, and we will keep an eye on the responsive behavior.
|
hi @ThePlator chk pls |
Description
This PR adds copy/export functionality to the "NPMChat vs Others" comparison table.
Features Added
Improvements
Closes #124