(core) Show summary tables on Raw Data page

Summary:
Summary tables now have their own raw viewsection, and are shown
under Raw Data Tables on the Raw Data page.

Test Plan: Browser and Python tests.

Reviewers: jarek

Reviewed By: jarek

Differential Revision: https://phab.getgrist.com/D3495
This commit is contained in:
George Gevoian
2022-07-06 00:41:09 -07:00
parent 8bab8c18fa
commit a051830aeb
31 changed files with 452 additions and 308 deletions

View File

@@ -88,6 +88,7 @@ export type IconName = "ChartArea" |
"PinBig" |
"PinSmall" |
"Pivot" |
"PivotLight" |
"Plus" |
"Public" |
"PublicColor" |
@@ -213,6 +214,7 @@ export const IconList: IconName[] = ["ChartArea",
"PinBig",
"PinSmall",
"Pivot",
"PivotLight",
"Plus",
"Public",
"PublicColor",