feat(FinancialReports): add loading progress bar.

fix(preformance): Optimize preformance of virtualized list.
fix(preformance): Optimize financial reports preformance.
This commit is contained in:
a.bouhuolia
2021-03-16 17:27:27 +02:00
parent f1cf02c9df
commit 42230fe64b
73 changed files with 969 additions and 320 deletions

View File

@@ -1,4 +1,4 @@
import React from 'react';
import React, { memo } from 'react';
import {
Position,
Classes,
@@ -75,7 +75,7 @@ export function ActionsMenu({
/**
* Actions cell.
*/
export const ActionsCell = (props) => {
export function ActionsCell(props) {
return (
<Popover
position={Position.RIGHT_BOTTOM}
@@ -84,7 +84,7 @@ export const ActionsCell = (props) => {
<Button icon={<Icon icon="more-h-16" iconSize={16} />} />
</Popover>
);
};
}
/**
* Normal cell.