-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(app-crm): project/sales kanban list view (#4831)
* feat(app-crm): project canban list view * feat(app-crm): add get color utils * chore(app-crm): export from index * fix(app-crm): get-color typo * chore(app-crm): remove affix on kanban column * chore(app-crm): performance improvements * feat(app-crm): style improvements * chore(app-crm): chore code structure * feat(app-crm): style improvements * feat(app-crm): style improvements * feat(app-crm): add sales kanban card * chore(app-crm): refactor file structure * chore(app-crm): refactor file structure * feat(app-crm): add won-lost drop area * feat(app-crm): create and delete deal stage * fix(app-crm): test * feat(app-crm): generate color from string for consistency * feat(app-crm): hide won area if not dragging * feat(app-crm): dont send request if stageid is same * feat(app-crm): add get name initials * chore(kanban): fix scroll containers * Revert "chore(kanban): fix scroll containers" This reverts commit 992413f. * feat: create crm kanban modals (#4832) Co-authored-by: Ali Emir Şen <[email protected]> Co-authored-by: Salih Özdemir <[email protected]> Co-authored-by: Alican Erdurmaz <[email protected]> * feat: add optimistic update to project kanban * fix: remove antd space use flex for properly vertical align * fix: invalidate issues * feat: add optimistic update to sales kanban * chore: update the types * feat: add avatarUrl * fix: add deals sum aggregate * fix: avatars --------- Co-authored-by: Ali Emir Şen <[email protected]> Co-authored-by: Salih Özdemir <[email protected]>
- Loading branch information
1 parent
9630980
commit e227f40
Showing
64 changed files
with
3,546 additions
and
98 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<!doctype html> | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<link rel="icon" type="image/svg+xml" href="/vite.svg" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>refine crm app</title> | ||
</head> | ||
<body> | ||
<div id="root"></div> | ||
<script type="module" src="/src/main.tsx"></script> | ||
</body> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<link rel="icon" type="image/png" href="/refine_favicon.png" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>refine crm app</title> | ||
</head> | ||
<body> | ||
<div id="root"></div> | ||
<script type="module" src="/src/main.tsx"></script> | ||
</body> | ||
</html> |
This file contains 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
Oops, something went wrong.