Skip to content

Commit 3ca6fec

Browse files
committed
feat(conversation): #WB-3834 draft list message preview (#620)
* feat(conversation): #WB-3834 draft - show recipient rather than sender in message list * feat(conversation): #WB-3834 draft - show draft label before recipient list * feat(conversation): #WB-3834 draft - hide "at" label before recipient list + improve accessibility * feat(conversation): #WB-3834 draft - possible to have any recipients * feat(conversation): #WB-3834 draft - add empty recipient icon * fix(conversation): #WB-3834 draft - review * fix(conversation): #WB-3834 draft - review - add system folder id * fix(conversation): #WB-3834 draft - review * fix(conversation): #WB-3834 draft - add SystemFolder type for useSelectedFolder hook
1 parent d443f7d commit 3ca6fec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

conversation/frontend/src/components/MessageRecipientList.tsx

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import clsx from 'clsx';
2-
import { Fragment, ReactNode } from 'react';
2+
import { ReactNode } from 'react';
3+
import { useTranslation } from 'react-i18next';
34
import { Recipients } from '~/models';
45
import { MessageRecipientListItem } from './MessageRecipientListItem';
56
import { useTranslation } from 'react-i18next';

0 commit comments

Comments
 (0)