Any way to disable the review changes bar?
18 replies
Last updated: Oct 9, 2020
B
Any way to disable the review changes bar?
Oct 9, 2020, 4:48 PM
M
Hi Wiebe, not right now I’m afraid. Are you looking to disable the review changes feature itself or is this more a matter of visual presentation, e.g. the alignment of the top bars?
Oct 9, 2020, 4:52 PM
P
Hi Wiebe, not right now I’m afraid. Are you looking to disable the review changes feature itself or is this more a matter of visual presentation, e.g. the alignment of the top bars?
Oct 9, 2020, 4:52 PM
W
I like the feature, I’d just like to disable the visiual representation on the input fields.
Oct 9, 2020, 5:36 PM
W
It also shows up in my custom inputcomponent where I used the
FormBuilderInput- it looks a bit weird in my case
Oct 9, 2020, 5:37 PM
P
Thanks for the extra context! Could you show the custom input behaviour in a screenshot? 🙂
Oct 9, 2020, 5:38 PM
W
It’s very specific to my styling, but sure
Oct 9, 2020, 5:42 PM
W
Looks good for what it is, I just don’t like it to be visible always 😄
Oct 9, 2020, 5:43 PM
P
Ah that bar! I thought you were referring to the top bar where it shows “Current version” 🙂 I’ll make a feature request out of having the option not to show this, for the team to consider.
Oct 9, 2020, 5:45 PM
W
Ah, my bad. In the html and css it’s called ChangeBar. Thanks!
Oct 9, 2020, 5:46 PM
P
Not at all, just lots of bars 😄 Appreciate the feedback!
Oct 9, 2020, 5:47 PM
W
I was able to hide it by setting the
compareValueto null, but it was still clickable
Oct 9, 2020, 5:47 PM
W
(And I don’t want to break the functionality)
Oct 9, 2020, 5:48 PM
P
Understood. Last question: is this something you’d like to disable globally for all fields or on a document/object/field level?
Oct 9, 2020, 5:48 PM
W
Per document/object/field would be awesome
Oct 9, 2020, 5:49 PM
P
Gotcha, I’ll forward it for discussion 🙂 have a great weekend
Oct 9, 2020, 5:49 PM
P
Gotcha, I’ll forward it for discussion 🙂 have a great weekend
Oct 9, 2020, 5:49 PM
W
Great! You too 👋
Oct 9, 2020, 5:50 PM
A
Bit of a hack, but if it really bugs you, you could just hide them with css:
then something like this:
… { "implements": "part:@sanity/base/theme/variables/override-style", "path": "overrides.css" }
:global([class*="ChangeBar_wrapper_"]) { display: none; }
Oct 9, 2020, 6:01 PM
Sanity.io – build remarkable experiences at scale
Sanity is a customizable solution that treats content as data to power your digital business. Free to get started, and pay-as-you-go on all plans.