289 on opportunities page i see person and company card layout read only (#293)
* feature: create boardCard component * test: add snapshot for BoardCards * feature: fix typename of company * feature: add max width on BoardItem * feature: design CompanyBoardCard * feature: Add People picture and name * feature: design PeopleCard * feature: fix font weight for card header * test: fix storybook for board * test: add unit test for column optimistic renderer
This commit is contained in:
@ -66,7 +66,7 @@ export function Companies() {
|
||||
pipes: [],
|
||||
createdAt: new Date(),
|
||||
accountOwner: null,
|
||||
__typename: 'companies',
|
||||
__typename: 'Company',
|
||||
};
|
||||
|
||||
await insertCompany(newCompany);
|
||||
|
||||
@ -7,7 +7,7 @@ describe('PeopleFilter', () => {
|
||||
id: 'test-id',
|
||||
name: 'test-name',
|
||||
domainName: 'test-domain-name',
|
||||
__typename: 'companies',
|
||||
__typename: 'Company',
|
||||
}),
|
||||
).toMatchSnapshot();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user