(core) Add cell selection summary

Summary:
Adds a cell selection summary to grid view that shows either a count or
sum of all the selected values. Implementation was done by Dmitry.

Test Plan: Browser tests.

Reviewers: jarek

Reviewed By: jarek

Subscribers: paulfitz, dsagal, jarek

Differential Revision: https://phab.getgrist.com/D3630
This commit is contained in:
George Gevoian
2022-09-29 09:32:54 -07:00
parent 433e1ecfc2
commit 364610c69d
12 changed files with 814 additions and 371 deletions

View File

@@ -116,7 +116,7 @@ const cssOverlay = styled('div', `
inset: 0px;
height: 100%;
width: 100%;
padding: 32px 56px 0px 56px;
padding: 20px 56px 20px 56px;
position: absolute;
@media ${mediaSmall} {
& {
@@ -131,7 +131,6 @@ const cssSectionWrapper = styled('div', `
height: 100%;
display: flex;
flex-direction: column;
overflow: hidden;
border-radius: 5px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;