Virtualize Messages List - only render what's visible

This commit is contained in:
Scott Nonnenberg 2019-05-31 15:42:01 -07:00
parent a976cfe6b6
commit 5ebd8bc690
73 changed files with 4717 additions and 2745 deletions

View file

@ -4,7 +4,7 @@ import classNames from 'classnames';
interface Props {
size?: string;
svgSize: 'small' | 'normal';
direction?: string;
direction?: 'outgoing' | 'incoming' | 'on-background';
}
export class Spinner extends React.Component<Props> {