Skip to content

Commit

Permalink
add representative to crm app contact filter
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaslyl committed Jan 9, 2025
1 parent 808e60a commit 88bebe8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/experiments-realm/crm-app.gts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ import ContactIcon from '@cardstack/boxel-icons/contact';
import HeartHandshakeIcon from '@cardstack/boxel-icons/heart-handshake';
import TargetArrowIcon from '@cardstack/boxel-icons/target-arrow';
import CalendarExclamation from '@cardstack/boxel-icons/calendar-exclamation';
import PresentationAnalytics from '@cardstack/boxel-icons/presentation-analytics';
import { urgencyTagValues } from './crm/account';
import { dealStatusValues } from './crm/deal';
import type { Deal } from './crm/deal';
Expand Down Expand Up @@ -66,6 +67,12 @@ const CONTACT_FILTERS: LayoutFilter[] = [
cardTypeName: 'CRM Customer',
createNewButtonText: 'Create Customer',
},
{
displayName: 'Representatives',
icon: PresentationAnalytics,
cardTypeName: 'CRM Representative',
createNewButtonText: 'Create Representative',
},
];
const DEAL_FILTERS: LayoutFilter[] = [
{
Expand Down

0 comments on commit 88bebe8

Please sign in to comment.