CodeRibbon / CodeRibbon-Theia

(WIP) Theia Extension implementing the CodeRibbon workspace
22 stars 1 forks source link

Phosphor subclass BoxPanel to grow beyond the screen size #2

Closed robobenklein closed 1 year ago

robobenklein commented 2 years ago

This would be the first layer of the Ribbon component

https://phosphorjs.github.io/phosphor/api/widgets/classes/boxpanel.html

Might be BoxLayout depending on user-facing functionality. This first layer is intended to only be modified by CR, unlike Panels which might imply user-draggable widgets.

robobenklein commented 1 year ago

The base for this is done, further changes are separate issues.