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

CSV upload #1109

Merged
merged 2 commits into from
Aug 31, 2024
Merged

CSV upload #1109

merged 2 commits into from
Aug 31, 2024

Conversation

aameraryan
Copy link
Contributor

  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

This PR addresses two issues:

  1. Fixes the CSV file upload issue.
    Additional info and screenshots are attached in the bottom.

  2. Resolves a linting issue caused by the incompatibility between prettier 3.3.3 and eslint-plugin-prettier 4.2.1. This is a known issue. Upgrading eslint-plugin-prettier to version 5.x resolved the problem. The upgrade also required formatting the files to pass lint checks.

Note: The GitHub action was blocking commits, so the fix for eslint-plugin-prettier and the related updates were included in this PR. Please let me know if we should open a separate issue for this fix and address it before tackling the main issue.

  • Why was this change needed? (You can also link to an open issue here)

  • Other information:
    Before: The file input did not support uploading .csv files. Even when users selected a .csv file, the file input did not select the file and appeared empty.

Screenshot 2024-08-31 at 5 24 24 AM

After: The file input now supports and successfully uploads .csv files.
Screenshot 2024-08-31 at 4 04 01 AM

Screenshot 2024-08-31 at 4 05 24 AM

Copy link

vercel bot commented Aug 31, 2024

@aameraryan is attempting to deploy a commit to the Arc53 Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

vercel bot commented Aug 31, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs-gpt ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 31, 2024 6:05pm

@dartpain
Copy link
Contributor

Perfect, thank you so much!

@dartpain dartpain merged commit 1414ad6 into arc53:main Aug 31, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants