We're ready to swap out ColorPicker with ColorSelector.
Leaving ColorPicker in the codebase for now even though it's not being used anywhere... will remove it in a bit.
Depends on D3697
Differential D3699
[web] Replace `ColorPicker` with `ColorSelector` in `ThreadSettingsModal` atul on Apr 11 2022, 11:53 AM. Authored by Tags None Referenced Files
Subscribers
Details We're ready to swap out ColorPicker with ColorSelector. Leaving ColorPicker in the codebase for now even though it's not being used anywhere... will remove it in a bit. Depends on D3697 Looks and works as expected:
Diff Detail
Event Timeline
Comment Actions Looking at the video it feels like it would be better if hover and selected states of color button were different. Now for me it feels a bit laggy - maybe because the previous selection has longer animation duration. What do you think? (we can also keep the current solution, because it doesn't matter that much and will take some time to fix) Comment Actions
Yeah I agree, it looked okay when it was just the hover state that had the transition, but now on selection it makes the app look unresponsive. I'll put up a diff either A. removing the transition altogether depending on how each looks after some experimentation |