ByteCrumb / Umbraco.Community.DeliveryApiExtensions

Umbraco Delivery API extensions⚡
Mozilla Public License 2.0
17 stars 2 forks source link

Expand toggle no longer on the right in box header #32

Open bjarnef opened 1 month ago

bjarnef commented 1 month ago

Which version of the package are you using?

13.0.0

Which Umbraco version are you using? For example: 12.2.0 - don't just write v12

13.3.1

Bug summary

It seems the expand toggle is no longer on the right in box header as previously.

image

It seems it is because Umbraco introduced a header-actions slot in uui-box, but even though not used it fill the right part of uui-box https://github.com/umbraco/Umbraco.UI/pull/676

image

Steps to reproduce

Install package is latest Umbraco 13.

Expected result / actual result

No response

bjarnef commented 1 month ago

In future version it can probably use header-actions slot, but I am not sure if it was included in UI library in first versions of Umbraco 13.

And if same code base is use for package in Umbraco 12.

If we can style the #header element in uui-box we can overrwrite to display: block as before.

image

which was changed here: https://github.com/umbraco/Umbraco.UI/pull/676/files#diff-667d2e46c4aba64fb73807d392aff8f422506d2455ab0cf415e96d95f9caccb5L113-R128

lauraneto commented 1 month ago

Hi @bjarnef ,

Thanks for the bug report. We will look into it when we have some time! 🙂