junohamburg / kirby-block-preview-fields

A block preview that directly displays the block fields, including tabs.
MIT License
20 stars 2 forks source link

Hide tabs or open tab when block is closed #1

Closed tobimori closed 1 year ago

tobimori commented 1 year ago

Current behavior

When a block is closed via the chevron, tabs are persisted and clicking them does nothing except changing the selected state.

Expected/Suggested behaviour

a. Tabs should not be visible when the block is closed or b. Clicking a tab should open the block again, with the correct tab selected. The "selected tab" state should be disabled when the accordion is closed.

SebastianEberlein-JUNO commented 1 year ago

You’re right, the tabs should be hidden if the block is collapsed, see latest release!