colonyDapp icon indicating copy to clipboard operation
colonyDapp copied to clipboard

Force action toggles should have a tooltip

Open arrenv opened this issue 2 years ago • 0 comments

Steps to reproduce

  1. Ensure you have the Governance extension installed
  2. Go to any action dialog that has the "Force" action toggle.

Expected behaviour

  • The force toggles should have an info tooltip.

This is already built into the Toggle component, and will only require a prop. However, you may want to update the usage of the QuestionMarkTooltip component to the IconTooltip component.

You can use this copy for the tooltip: Toggle "Force" to bypass governance and perform this action immediately. This is only possible with the right permissions.

Once merged, please also create an issue in the Expenditures project to ensure that it is updated in that branch to match the DApp's implementation.

  • [x] Added Tooltip to Force Toggle
  • [x] Created issue in Expenditures project

Figma Link - https://www.figma.com/file/CCgGsBzhX3BUENS1IvgP7N/Motions-%26-Disputes?node-id=3511%3A0

Screenshot 2022-07-27 113705

Actual behaviour

  • The force toggles throughout the DApp don't have an info tooltip.

Screenshot 2022-07-27 114318

arrenv avatar Jul 27 '22 09:07 arrenv