Watch a live product demo 👀 See how Sanity powers richer commerce experiences

Any way to disable the review changes bar?

18 replies
Last updated: Oct 9, 2020
Any way to disable the review changes bar?
Oct 9, 2020, 4:48 PM
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
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
I like the feature, I’d just like to disable the visiual representation on the input fields.
Oct 9, 2020, 5:36 PM
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
Thanks for the extra context! Could you show the custom input behaviour in a screenshot? 🙂
Oct 9, 2020, 5:38 PM
It’s very specific to my styling, but sure
Oct 9, 2020, 5:42 PM
Looks good for what it is, I just don’t like it to be visible always 😄
Oct 9, 2020, 5:43 PM
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
Ah, my bad. In the html and css it’s called ChangeBar. Thanks!
Oct 9, 2020, 5:46 PM
Not at all, just lots of bars 😄 Appreciate the feedback!
Oct 9, 2020, 5:47 PM
I was able to hide it by setting the
compareValue
to null, but it was still clickable
Oct 9, 2020, 5:47 PM
(And I don’t want to break the functionality)
Oct 9, 2020, 5:48 PM
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
Per document/object/field would be awesome
Oct 9, 2020, 5:49 PM
Gotcha, I’ll forward it for discussion 🙂 have a great weekend
Oct 9, 2020, 5:49 PM
Gotcha, I’ll forward it for discussion 🙂 have a great weekend
Oct 9, 2020, 5:49 PM
Great! You too 👋
Oct 9, 2020, 5:50 PM
Bit of a hack, but if it really bugs you, you could just hide them with css:
…
{
  "implements": "part:@sanity/base/theme/variables/override-style",
  "path": "overrides.css"
}
then something like this:

: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.

Categorized in

Related answers

Get more help in the community Slack

TopicCategoriesFeaturedRepliesLast Updated
After adding the subtitle and running this code npm run graphql-deploy It does nothingSep 15, 2020
how to limit a reference to just one entry in Studio reference input side versus the default as-many-entries-as-you-fill-in-an-array...Sep 18, 2020
Is it possible to fetch more than one "_type" using GROQ?Nov 2, 2020
I want to add a view with the Structure builder (S.view.component) where I list similar documents based on the title. What...Sep 23, 2020
Is there a structure builder example where the format of each preview for the document list is modified?Feb 3, 2021
I have an array of references to a country schema type but it always just returns NULL values for meJan 30, 2021
Hi, I need help with a query for getting the url of an image asset. Here is what I've been trying, but I only get the _ref...Dec 1, 2020
Sanity UI looks brilliant :smiley: Is something like the current date picker possible at the moment? I’m not sure if anicon...Dec 21, 2020
Hey everyone. I have been coding and may have potentially accidentally deleted something. Does anyone know how to resolve...Dec 26, 2020
Hello everyone and happy new year :raised_hands::skin-tone-2:, I have a problem with outputting Portable Text :disappointed:...Jan 1, 2021

Related contributions

Clean Next.js + Sanity app
- Template

Official(made by Sanity team)

A clean example of Next.js with embedded Sanity ready for recomposition.

Cody Olsen
Go to Clean Next.js + Sanity app

Blog with Built-in Content Editing
- Template

Official(made by Sanity team)

A Sanity-powered blog with built-in content editing and instant previews.

Go to Blog with Built-in Content Editing