mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 13:56:10 +00:00
d25cefcc2e
- add an `interactive` property as a drop-in replacement for `enabled`; the UI looks "disabled" but can still display e.g. a tooltip or some loading animation - add the ability to display a tooltip - remove DisabledTooltipButton and replace it with a regular `Status(Flat)Button`, using the above new features - update storybook with the new `interactive` switch Fixes #10185