wseagar/eight-dollars

Support for new types of checkmarks

Closed this issue · 1 comments

Twitter has been rolling out its new checkmark system with businesses having a golden checkmark and governments having a grey one. Here is a report on the new checkmarks, and here is an example tweet with a golden checkmark.

Could you add support to this new system? There could be some customization, in which the extension has a "classic" mode and all checkmarks appear blue. There could also be added functionality to change the icon of these new checkmarks and add custom labels next to them, similar to how it is done right now with the original vs. Blue checkmark configurations.

I have attached the colored checkmark specification image from the first linked tweet to here as well:
FjcX0sEaAAAo3jM

Source: @wongmjane

noway commented

It kinda works without any changes. Government ones get augmented since the isVerified prop is set to true, business ones don't get augmented since isVerified prop is set to false.

image

image

We could probably make it better by augmenting business ones too, and doing more display types off of the verifiedType prop. Would be a cool feature.