-
Notifications
You must be signed in to change notification settings - Fork 9
Refactor the component layout #92
Copy link
Copy link
Open
Labels
Description
Over the years, we have been stacking assumptions on how the component should look, while adding new features and migrating from Vaadin 8. In consequence:
- The component inherits from
VerticalLayout - There are three nested horizontal/vertical layouts (not even
divs, but actual Flow components) - It's not clear which part of the layout is public API (which reduces room for non-breaking refactoring)
- There is no clear API for styling
This change should be addressed in a major release.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Under consideration