mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
9e4d802405
Summary: Conditional formatting can now be used for whole rows. Related fix: - Font styles weren't applicable for summary columns. - Checkbox and slider weren't using colors properly Test Plan: Existing and new tests Reviewers: paulfitz, georgegevoian Reviewed By: georgegevoian Differential Revision: https://phab.getgrist.com/D3547
8 lines
404 B
TypeScript
8 lines
404 B
TypeScript
// This module is unused except to group some modules for a webpack bundle.
|
|
// TODO It is a vestige of the old ViewPane.js, and can go away with some bundling improvements.
|
|
|
|
import ViewConfigTab from 'app/client/components/ViewConfigTab';
|
|
import * as FieldConfig from 'app/client/ui/FieldConfig';
|
|
export {ViewConfigTab, FieldConfig};
|
|
export {ConditionalStyle} from 'app/client/widgets/ConditionalStyle';
|