-
Notifications
You must be signed in to change notification settings - Fork 480
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
cleanup fireRequests and remove axios #6003
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
✅ Deploy Preview for care-egov-staging ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@sainak check the cypress issue |
@rithviknishad @Ashesh3 can you please review this pr once |
👋 Hi, @sainak, This message is automatically generated by prince-chrismc/label-merge-conflicts-action so don't hesitate to report issues/improvements there. |
Hi, This pr has been automatically marked as stale because it has not had any recent activity. It will be automatically closed if no further activity occurs for 7 more days. Thank you for your contributions. |
Hi, @gigincg, @nihal467, @khavinshankar, @mathew-alex, This pr has been automatically closed because it has not had any recent activity. Thank you for your contributions. Feel free to repopen the pr. |
Note: This issue was only observed while moving to a preset, but manual controls are working fine
CC: @rithviknishad |
👋 Hi, @sainak, This message is automatically generated by prince-chrismc/label-merge-conflicts-action so don't hesitate to report issues/improvements there. |
Hi, This pr has been automatically marked as stale because it has not had any recent activity. It will be automatically closed if no further activity occurs for 7 more days. Thank you for your contributions. |
Hi, @gigincg, @nihal467, @khavinshankar, @mathew-alex, This pr has been automatically closed because it has not had any recent activity. Thank you for your contributions. Feel free to repopen the pr. |
@sainak any ETD for this PR status, as its been stale with no activity for 3 weeks ? |
Hi, This pr has been automatically marked as stale because it has not had any recent activity. It will be automatically closed if no further activity occurs for 7 more days. Thank you for your contributions. |
Hi, @gigincg, @nihal467, @khavinshankar, @mathew-alex, This pr has been automatically closed because it has not had any recent activity. Thank you for your contributions. Feel free to repopen the pr. |
WHAT
🤖 Generated by Copilot at ca617a1
This pull request replaces
axios
withfetch
for making HTTP requests throughout the codebase, and removes theaxios
dependency from thepackage.json
file. This improves the performance, compatibility, and consistency of the HTTP requests and reduces the code complexity. It also fixes some minor issues with the routes and authentication in theapi.tsx
file.Proposed Changes
@coronasafe/care-fe-code-reviewers @coronasafe/code-reviewers
Merge Checklist
HOW
🤖 Generated by Copilot at ca617a1
api.tsx
to match the backend expectations (link, link, link, link, link, link, link, link, link, link, link, link, link, link, link, link, link, link, link, link)api.tsx
to indicate that it does not require authentication (link)