-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds header-actions slot to uui-box #676
Conversation
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-beach-055ecb503-676.westeurope.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-beach-055ecb503-676.westeurope.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-beach-055ecb503-676.westeurope.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-beach-055ecb503-676.westeurope.azurestaticapps.net |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did refactor slightly to get rid of the 'header-left' element. As that was not stricly necessary :-)
Very well done with tests and description corections and story updates!!
@nielslyngsoe just though if |
It seems this affected a bit packages which used |
Description
To allow additional controls in the box header, I've added a new slot,
header-actions
which renders on the right side of the header. This is something I needed for Workflow, but will also be used for the rollback/history panel on Document Info.Types of changes
Screenshots (if appropriate)