pramod_Task-#239 : Display in Card View contacts List #121
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "pramod_Task-#239"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
src/components/Directory/
created new component for card view - CardViewDirectory.jsx
src/components/Directory/DirectorySchema
updated validation for phone , it can accept min 6 to max 13 digit
src/components/Directory/ListViewDirectory
chanaged class to className
removed key
src/components/Directory/ManageDirectory
removed modal header icon and selected attribute in select tag.
src/components/Directory/UpdateContact
preserve IDs for existing contact emails and phones during update
changed icon for add and remove (email, phone)
src/components/common/GlobalModel
restore page scroll after modal is closed
src/pages/Directory/Directory
added CardViewDirectory component
added filter search and filtered by category
defined ITEM_PER_PAGE constant and use it for pagination settings and text wrapped for organization name