mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 06:16:32 +00:00
c7f18978de
- Refactored minting components store access, since some panels were accessing stores directly. Now `CommunitySettingsView` is the single place where stores are accessed. - Renamed store `CommunitesStore` to `CommunityTokensStore` for handling minting / airdrop actions / request models. - `NetworkFilter` refactored to prevent direct access to store inside the component. Closes #9663