Skip to content

Commit 88bebe8

Browse files
committed
add representative to crm app contact filter
1 parent 808e60a commit 88bebe8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/experiments-realm/crm-app.gts

+7
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ import ContactIcon from '@cardstack/boxel-icons/contact';
3333
import HeartHandshakeIcon from '@cardstack/boxel-icons/heart-handshake';
3434
import TargetArrowIcon from '@cardstack/boxel-icons/target-arrow';
3535
import CalendarExclamation from '@cardstack/boxel-icons/calendar-exclamation';
36+
import PresentationAnalytics from '@cardstack/boxel-icons/presentation-analytics';
3637
import { urgencyTagValues } from './crm/account';
3738
import { dealStatusValues } from './crm/deal';
3839
import type { Deal } from './crm/deal';
@@ -66,6 +67,12 @@ const CONTACT_FILTERS: LayoutFilter[] = [
6667
cardTypeName: 'CRM Customer',
6768
createNewButtonText: 'Create Customer',
6869
},
70+
{
71+
displayName: 'Representatives',
72+
icon: PresentationAnalytics,
73+
cardTypeName: 'CRM Representative',
74+
createNewButtonText: 'Create Representative',
75+
},
6976
];
7077
const DEAL_FILTERS: LayoutFilter[] = [
7178
{

0 commit comments

Comments
 (0)