You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.
Describe the problem/challenge you have
Currently, the page layout doesn't allow for a button inline with the title. Adding buttons creates a row that adds page height and is misaligned.
Describe the solution you'd like
We would like to have some action buttons right-aligned, inline with the title.
Example:
The text was updated successfully, but these errors were encountered:
I don't think we want to make buttons and buttons groups a supported title component type, since I think we'd want to not have the buttons be part of the breadcrumbs for the title.
That said, it might involve needing to refactor the way we think about title components .. since right now they are a list of components that are marked as being suitable for titles.
Hi, I can work in the extension of the TitleComponent to receive a Button or ButtonGroup.
That said, I was thinking to receive an array of Buttons or a single ButtonGroup, what do you think is the best here? Or should the TitleComponent be able to receive both? What do you think?
It should be an arbitrary component. The distinction between a button group vs three individual button components is that a button group is for similarly grouped tasks. However, it is up to the plugin developer to choose. We're interested allowing titles to be inline with another component under a given flex layout section.
We asked Mike if in the issue he was talking about adding components to any title or just a page title.
The answer was that is was needed just for the title.
So, what we have to do is extend the TitleComponent to receive any other component.
Issues about this approach:
Styling of the tiles, organize them to be align with the component (buttons, etc)
How to receive the new components
what happens if the plugin author just inject a lot of components.
Describe the problem/challenge you have
Currently, the page layout doesn't allow for a button inline with the title. Adding buttons creates a row that adds page height and is misaligned.
Describe the solution you'd like
We would like to have some action buttons right-aligned, inline with the title.
Example:
The text was updated successfully, but these errors were encountered: