PySheets / pysheets

Source for PySheets
Other
108 stars 7 forks source link

<IN-PROGRESS><LOW><FEATURE>Making the tabs(console & timeline) collapsible #117

Open kimo opened 2 weeks ago

kimo commented 2 weeks ago

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

kimo commented 2 weeks ago

update: there is already a hide() api on ltk tabs. It's just not releasing the space.

tabs.hide()
kimo commented 2 weeks ago

update: it appears that VBOX's children need to collapsible and may be ltk-vertical-split-pane-middle is also doing something.

kimo commented 2 weeks ago

This will be handled along with #118