Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This contains fixups addressing my review comments on #5737. Usually I wouldn't be doing this myself, but given that we want to include this in today's release, I thought it was worth getting something concrete up. There are a few categories of things...
Fixups : 7719c2e and 755ea10 are fixups for comments I made on the original PR. I'm pretty sure these are legit, and should be included.
Metadata prefixing : bcb073a adds a prefix to the new metadata name, to make it clear it only applies to LabelPlugValueWidget. This matches our convention for most other widgets, but is very wordy. I think we should probably include it, but maybe that's open to debate.
Completely different approach : ad9a78b removes the metadata and just stops using LabelPlugValueWidget in the RampPlugValueWidget. It's simpler overall, but does result in a reduction in functionality for the user (no right-click menu on the labels). Probably isn't the way we want to go, but I wanted to provide it for consideration at least.