Open kimo opened 2 weeks ago
update: there is already a hide() api on ltk tabs. It's just not releasing the space.
tabs.hide()
update: it appears that VBOX's children need to collapsible and may be ltk-vertical-split-pane-middle
is also doing something.
This will be handled along with #118
https://github.com/PySheets/pysheets/blob/main/src/static/views/spreadsheet.py#L884
The idea is to allow the user to incrementally find the available features in the application as opposed to showing all at once which could be overwhelming. This also gives a bunch of "initial" real-estate for the DAG, ai and editor.
@laffra @sangramsingh-kss