-
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
made the assigned to field only available to wartime mode #5411
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 settings. |
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.
@patelaryan7751 some minor changes, can you please fix it asap
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
LGTM |
WHAT
🤖 Generated by Copilot at 5574e07
Enhance
ShiftDetailsUpdate
component for wartime shifting mode. Add type annotations, conditional rendering, and UI adjustments to improve code quality, business logic, and UI design.Proposed Changes
@coronasafe/care-fe-code-reviewers @coronasafe/code-reviewers
Merge Checklist
HOW
🤖 Generated by Copilot at 5574e07
FieldChangeEvent
type and use it to annotatehandleChange
parameter inShiftDetailsUpdate
component (link)assigned_to
field andUserSelect
component only ifwartime_shifting
is true, and adjustclassName
prop ofSelectField
component accordingly inShiftDetailsUpdate
component (link)className
prop todiv
element that wrapsremarks
field to improve UI spacing and alignment inShiftDetailsUpdate
component (link)