mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 14:26:34 +00:00
18e230bf91
- Component name changed to be more precise with what it represents. - Removed `RootStore` dependency from `Helpers.qml`. - Removed unnecessary method `lookupAddressObject` from `RootStore`. - Updated `SendModal` property bindings related to recipient. - Some activity controller interaction details moved to transactions store instead of being directly in `SendModal`. - Type enum living in `RecipientSelectorPanel` is moved to `Helpers`. Since it doesn't depends on the specific component and it's used in other global places. Part of #15208