mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
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 |
||
---|---|---|
.. | ||
ACIndex.ts | ||
ACSelect.ts | ||
ACUserManager.ts | ||
autocomplete.ts | ||
browserGlobals.js | ||
browserInfo.ts | ||
chartUtil.ts | ||
copyToClipboard.ts | ||
CustomSectionElement.ts | ||
dblclick.ts | ||
Delay.ts | ||
dispose.d.ts | ||
dispose.js | ||
DocPluginManager.ts | ||
dom.js | ||
domAsync.ts | ||
download.js | ||
FocusLayer.ts | ||
formUtils.ts | ||
fromKoSave.ts | ||
guessTimezone.ts | ||
helpScout.ts | ||
HomePluginManager.ts | ||
imports.d.ts | ||
imports.js | ||
ImportSourceElement.ts | ||
koArray.d.ts | ||
koArray.js | ||
koArrayWrap.ts | ||
koDom.js | ||
koDomScrolly.css | ||
koDomScrolly.js | ||
koForm.css | ||
koForm.js | ||
koUtil.js | ||
loadScript.js | ||
localization.ts | ||
localStorageObs.ts | ||
log.ts | ||
Mousetrap.js | ||
multiselect.css | ||
multiselect.js | ||
MultiUserManager.ts | ||
ObservableMap.js | ||
ObservableSet.js | ||
popupControl.ts | ||
ReferenceUtils.ts | ||
SafeBrowser.ts | ||
SafeBrowserProcess.css | ||
sessionObs.ts | ||
Signal.ts | ||
simpleList.ts | ||
sortUtil.ts | ||
storage.ts | ||
tableUtil.ts | ||
testState.ts | ||
textUtils.ts | ||
TokenField.ts | ||
uploads.ts | ||
UrlState.ts | ||
Validator.ts |