Description
When you create deephaven.ui components, they do not appear under the Console table or widget dropdowns. They're only under the Panels menu.
Steps to reproduce
- Create a deephaven.ui widget in the console:
from deephaven import ui
foo = ui.text("Bar")
- Check the table/figure dropdowns in the Console panel
Expected results
2. foo should appear in a dropdown and be openable
Actual results
2. foo does not appear in either dropdown. It only appears under "Panels"
Additional details and attachments
We should consider having one dropdown for all the objects, with a filter in that dropdown for type? The dropdown is redundant of the Panels menu, get rid of it entirely (for Core)?
Versions
Engine Version: 0.34.0-SNAPSHOT
Web UI Version: 0.69.1
Java Version: 11.0.22
Barrage Version: 0.6.0
Browser Name: Chrome 122
OS Name: Linux
Description
When you create deephaven.ui components, they do not appear under the Console table or widget dropdowns. They're only under the Panels menu.
Steps to reproduce
Expected results
2.
fooshould appear in a dropdown and be openableActual results
2.
foodoes not appear in either dropdown. It only appears under "Panels"Additional details and attachments
We should consider having one dropdown for all the objects, with a filter in that dropdown for type? The dropdown is redundant of the Panels menu, get rid of it entirely (for Core)?
Versions
Engine Version: 0.34.0-SNAPSHOT
Web UI Version: 0.69.1
Java Version: 11.0.22
Barrage Version: 0.6.0
Browser Name: Chrome 122
OS Name: Linux