CRM UI - #12
Merged
Merged
Conversation
…ed query structure
…response handling
…rganization - Moved industry and size options for organizations to a new `crm-options.ts` file. - Centralized person status and source options in `crm-options.ts`. - Replaced hardcoded options in filters with imported options. - Simplified the `getPeopleColumns` function by using a new `CrmRowActions` component for row actions. - Updated date formatting in various components to use `dayjs` for consistency. - Refactored state management in `PeopleDataTable` to use a single state object for table and UI states. - Cleaned up unused imports and helper functions in `people-columns.tsx` and `people-drawer.tsx`. - Improved the handling of drawer modes and form values in `PeopleDrawer`. - Enhanced pagination logic in `DataTable` to improve readability and maintainability.
- Implemented DealsKanban component for managing deals in a kanban style. - Created DealCard and DealCardGhost components for displaying deal information. - Introduced DEAL_STAGE_OPTIONS for defining deal stages with associated styles. - Added DEALS_FILTER_CONFIG for filtering deals by stage. - Integrated DnD Kit for drag-and-drop capabilities within the kanban board. - Established context for managing kanban state and interactions. - Added loading and error states for better user experience.
…tion for consistency
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.