tomusborne / generateblocks

GenerateBlocks is a small collection of lightweight WordPress blocks that can accomplish nearly anything.
https://generateblocks.com
189 stars 18 forks source link

QoL Improvement - allow users to see non responsive inspector controls in responsive views #1110

Open diggeddy opened 11 months ago

diggeddy commented 11 months ago

Description

In recent updates we chose to remove inspector controls from responsive views IF the setting was not responsive. eg. Colors and Backgrounds.

This limits users who build Mobile First or build layouts for non desktop sizes.

Suggestion

Give users the option to show ALL settings in ALL views.

eastriverstudio commented 9 months ago

@diggeddy please could we also be allowed to change the colour values on responsive modes as well? I appreciate there's probably not a huge amount of request for this, but if we can see those values in responsive modes there are use cases for it being editable, for example when using gradients to create background effects and divided areas where you may want to set different colour values for desktop and mobile which I've needed to do before now and had to resort to custom css.

Thanks

diggeddy commented 9 months ago

Complications to consider here:

a. Which settings should be given responsive controls ? eg. color as mentioned by @eastriverstudio b. Which settings should NOT be given responsive controls, but have its value accessible in responsive previews? c. How would the UI differentiation between #a or #b ?