reactist icon indicating copy to clipboard operation
reactist copied to clipboard

Deprecate `ColorPicker` and move away from using `DeprecatedDropdown`

Open frankieyan opened this issue 3 years ago • 0 comments

🚀 Feature request

Reported in https://github.com/Doist/reactist/pull/680#discussion_r945869248

The ColorPicker is built using the now-deprecated Dropdown component (see https://github.com/Doist/reactist/pull/680). To be able to remove the component, it needs to be re-implemented using the Menu component, or another equivalent.

This is currently used for the channel colour picker in Twist:

image

Possible implementations

Reakit's menu supported two-dimensional menus using a CompositeGroup. It is likely this is still supported in Ariakit.

frankieyan avatar Aug 15 '22 15:08 frankieyan