-
Notifications
You must be signed in to change notification settings - Fork 486
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
chores: Fixed responsiveness of the expanded sort dropdown in the patients page #7321
Conversation
…ients page of care.coronasafe.com
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. |
Co-authored-by: Ashesh <[email protected]>
@ab1123 can we make it full-width / grow to use available space in smaller than desktop sizes? |
Yes sure sir, I will edit the necessary changes |
I have pushed the necessary details and henceforth I request for maintainer's review |
@@ -102,7 +102,7 @@ const ButtonV2 = ({ | |||
}: ButtonProps) => { | |||
const className = classNames( | |||
props.className, | |||
"inline-flex h-min cursor-pointer items-center justify-center gap-2 whitespace-pre font-medium outline-offset-1 transition-all duration-200 ease-in-out disabled:cursor-not-allowed disabled:bg-gray-200 disabled:text-gray-500", | |||
"inline-flex h-max cursor-pointer items-center justify-center gap-2 whitespace-pre font-medium outline-offset-1 transition-all duration-200 ease-in-out disabled:cursor-not-allowed disabled:bg-gray-200 disabled:text-gray-500", |
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.
avoid changing classes of the reusable button component as this would affect the entire platform.
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.
Sure sir. I will implement that
/> | ||
)} | ||
<div className="tooltip ml-4"> |
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.
<div className="tooltip ml-4"> | |
<div className="tooltip ml-4 flex-1"> |
parse: preventDuplicatePatientsDuetoPolicyId, | ||
}, | ||
]} | ||
<div className="vs:block sm:flex md:flex"> |
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.
<div className="vs:block sm:flex md:flex"> | |
<div className="vs:block sm:flex md:flex w-full"> |
👋 Hi, @ab1123, 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. |
@rithviknishad can you please review the latest commit as all the requested change are migrated in the latest commit. |
@ab1123 the switching tab UI is breaking in normal desktop view |
Sure sir, I will make the necessary changes and push a new commit |
@nihal467 kindly verify the changes made |
|
Closing due to inactivity. Feel free to re-open the PR. |
Proposed Changes
@coronasafe/care-fe-code-reviewers @coronasafe/code-reviewers
Merge Checklist
Screenshot