-
Notifications
You must be signed in to change notification settings - Fork 514
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
Show no information card if consultation and sample test history list is empty #7502
Show no information card if consultation and sample test history list is empty #7502
Conversation
@Sulochan-khadka is attempting to deploy a commit to the Open Healthcare Network Team on Vercel. A member of the Team first needs to authorize it. |
✅ 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.
Give a meaningful title to the PR
Refer: https://github.com/coronasafe/care_fe?tab=readme-ov-file#contributing-to-care
<div className=" w-full px-12"> | ||
<AutoExpandingTextInputFormField | ||
id="doctor_notes_textarea" | ||
maxHeight={160} | ||
rows={1} | ||
name="note" | ||
value={noteField} | ||
onChange={(e) => setNoteField(e.value)} | ||
className="grow" | ||
errorClassName="hidden" | ||
placeholder="Type your Note" | ||
disabled={!patientActive} | ||
onFocus={() => setFocused(true)} | ||
onBlur={() => setFocused(false)} | ||
/> | ||
</div> | ||
<div className="flex items-center"> | ||
<ButtonV2 | ||
id="add_doctor_note_button" | ||
onClick={onAddNote} | ||
border={false} | ||
className="absolute right-2" | ||
ghost | ||
size="small" | ||
disabled={!patientActive} | ||
authorizeFor={NonReadOnlyUsers} | ||
> | ||
<CareIcon className="care-l-message text-lg" /> | ||
</ButtonV2> | ||
</div> |
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.
Why was this changed? Totally unrelated to the issue being solved right?
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.
To Make the layout better... Since very soon, upload icon will also be added and so thought making a layout before would be better. Just rearrangement, thats it. Will remove if you say.
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.
Unrelated to the issue being solved by this PR. Feel free to file a separate issue if so.
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.
Should I remove them and file separate issue for this as well?
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.
Just saw this was addressed in another PR. Need not file an issue
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.
Yeah... actually that was addressed before this, both by me, therefore, it happened so.
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.
Also changed the title as was instructed.
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.
@Sulochan-khadka you've not pushed any changes plus the PR title still doesn't make sense. Refer the above link and see other PR's for example...
👋 Hi, @Sulochan-khadka, This message is automatically generated by prince-chrismc/label-merge-conflicts-action so don't hesitate to report issues/improvements there. |
👋 Hi, @Sulochan-khadka, 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. |
Have removed the unrelated code... @rithviknishad Let me have a review of yours... |
@rithviknishad , I have resolved the conflicts. Kindly do the needful. Thanks |
|
@nihal467 kindly have a review . |
@nihal467 @Ashesh3 @rithviknishad kindly get this merged soon. Let me know if some modifications are required from my side. Thankyou. |
LGTM |
@Sulochan-khadka Your efforts have helped advance digital healthcare and TeleICU systems. 🚀 Thank you for taking the time out to make CARE better. We hope you continue to innovate and contribute; your impact is immense! 🙌 |
Proposed Changes
@coronasafe/care-fe-code-reviewers @coronasafe/code-reviewers
Merge Checklist