gristlabs_grist-core/app
Jarosław Sadziński a9ff6b9a84 (core) Fixing couple of bugs in collapsed section layout
Summary:
The previous implementation for collapsing sections involved disposing of a view instance (Grid or Chart component). This caused numerous bugs with
linking sections as the implementation is located in the BaseView.js. Now the view instance is kept and attached to a dom in a hidden div, so it can respond
and function as a normal rendered section. It is also passed from between collapsed and main layout, when sections are dragged or moved using section's
menu commands (`collapse` and `add to main page`)

It also implies that the ViewLayout must still be rendered when a section is maximized (as it is responsible for the view instance), so the dom, and
some logic for rendering it, had to be changed.

Test Plan: New and updated

Reviewers: georgegevoian

Reviewed By: georgegevoian

Differential Revision: https://phab.getgrist.com/D3826
2023-03-22 16:23:09 +01:00
..
client (core) Fixing couple of bugs in collapsed section layout 2023-03-22 16:23:09 +01:00
common (core) Add initial tutorials implementation 2023-03-22 10:09:02 -04:00
gen-server (core) Add initial tutorials implementation 2023-03-22 10:09:02 -04:00
plugin Use relative imports only in plugin folder (#328) 2022-10-26 10:41:38 -04:00
server (core) Add initial tutorials implementation 2023-03-22 10:09:02 -04:00
tsconfig.json (core) move home server into core 2020-07-21 20:39:10 -04:00