-
Notifications
You must be signed in to change notification settings - Fork 437
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
ConsultationDetails.tsx split into seperate components. #6232
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice Work! LGTM.
* Fix fullscreen button for IOS * Fix fullscreen
👋 Hi, @thtauhid, This message is automatically generated by prince-chrismc/label-merge-conflicts-action so don't hesitate to report issues/improvements there. |
Had conflict of 3 lines. I've updated the lines. |
…t_crud.ts to POM approach (ohcnetwork#5870) * Added test for importing and configuring an asset * Revert few changes * nits * Migrated to POM approach * Migrated patient_crud to POM approach * reverted some chnages * FIx * Merge conflicts * Fixed test * add responsiveness to virtual nursing assistant card (ohcnetwork#6130) * allow use stock as well (ohcnetwork#6115) * fixed responsive issue of 'Update Log' button in patient consultation page (ohcnetwork#6113) * fix multiple bed bug (ohcnetwork#6111) * Fixed typo in Date format in Asset management (ohcnetwork#6105) * Added padding to count block on patients page * fixed date format in asset manage page * show only items with no min value (ohcnetwork#6103) * check for id in response (ohcnetwork#6100) * Added Responsiveness to File upload (ohcnetwork#6096) * add responsiveness * refactor * remove overlap (ohcnetwork#6094) * fixed failing test * Fix * Fixed comments * fix comments * Fixed all comments --------- Co-authored-by: Pranshu Aggarwal <70687348+Pranshu1902@users.noreply.github.com> Co-authored-by: Gokulram A <gokulram2010418@ssn.edu.in> Co-authored-by: Kshitij Verma <101321276+kshitijv256@users.noreply.github.com> Co-authored-by: Mohammed Nihal <57055998+nihal467@users.noreply.github.com>
…hcnetwork#6106) * lints * Added test for resource and migrated it to POM * trying a fix * nits * backend change * Reverted useless changes * fix test * Fixed failing test * Added api verification * Diagnosis: Adds field Principal Diagnosis (ohcnetwork#6218) * adds field principle diagnosis * show in consultation details * fix typo * fix cypress * try adding wait * fix tests * open pdf file preview in new tab (ohcnetwork#6226) * Changed weekly to average weekly for working hours (ohcnetwork#6228) * Added padding to count block on patients page * fixed date format in asset manage page * Merged configure facility and configure health facility in one page * removed commented code * changed weekly to average weekly for working hours * Resolved comments --------- Co-authored-by: Mohammed Nihal <57055998+nihal467@users.noreply.github.com> Co-authored-by: Rithvik Nishad <mail@rithviknishad.dev> Co-authored-by: Ashesh <3626859+Ashesh3@users.noreply.github.com> Co-authored-by: Kshitij Verma <101321276+kshitijv256@users.noreply.github.com>
) * Consultation: Verified By Doctor as Dropdown * filter by home_facility instead * fixes ohcnetwork#6213 * fix cypress * fix cypress * fix more cypressss * fix moreeeee * fix inventory * fix inventory
👋 Hi, @thtauhid, This message is automatically generated by prince-chrismc/label-merge-conflicts-action so don't hesitate to report issues/improvements there. |
* fix cypress :/ * Update cypress/pageobject/Facility/FacilityCreation.ts * fix double click --------- Co-authored-by: Mohammed Nihal <57055998+nihal467@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are a lot of unnecessary changes now in this PR.
You'll have to rebase your original changes correctly.
Let's try to get this merged first on Monday once the necessary changes are made. |
Hello, Thank you for understanding. Should I close this PR? |
👋 Hi, @thtauhid, This message is automatically generated by prince-chrismc/label-merge-conflicts-action so don't hesitate to report issues/improvements there. |
WHAT
🤖 Generated by Copilot at b736565
This pull request adds several new components to the
ConsultationDetails
folder that render different tabs for displaying various data and plots related to a consultation. The components use existing components from other folders and pass the appropriate props to them. The components also use thePageTitle
component to show the name of each tab.Proposed Changes
ConsultationDetails.tsx
#5830@coronasafe/care-fe-code-reviewers @coronasafe/code-reviewers
Merge Checklist
HOW
🤖 Generated by Copilot at b736565