Closed MuhammadKhalilzadeh closed 1 week ago
The pull request includes changes to two main components: the CSS for the field component and the TypeScript for the AddNewVendor
modal. The CSS modification reduces the minimum width of the field from 250px to 220px. In the AddNewVendor
component, a new assignee
property is added to the vendor details state, and several fields are adjusted for layout consistency, including the addition of new fields for "Website", "Review status", and "Assignee". The overall structure and usability of the modal are enhanced through these updates.
File Path | Change Summary |
---|---|
Clients/src/presentation/components/Inputs/Field/index.css | Updated .field minimum width from 250px to 220px . |
Clients/src/presentation/components/Modals/NewVendor/index.tsx | Added assignee property to vendorDetails , adjusted field widths to 220 , added new fields for "Website", "Review status", and "Assignee". |
Objective | Addressed | Explanation |
---|---|---|
A vendor needs an assignee (internal user) (#203) | ✅ |
AddNewVendor
component in the main PR involve layout adjustments that include changing field widths, which is directly related to the modifications made in the NewVendor
modal component in PR #20, where widths of various fields were standardized to 220.Frontend Devs
In the fields where vendors play,
An assignee finds their way.
Widths adjusted, neat and fine,
A modal's charm begins to shine.
With every change, we hop along,
In CodeRabbit's world, we all belong! 🐰✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Addressing close #203
@gorkem-bwl What do you think about the looks of it?
Summary by CodeRabbit