mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 22:06:25 +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
8 lines
270 B
Plaintext
8 lines
270 B
Plaintext
CommunitiesStore 1.0 CommunitiesStore.qml
|
|
CommunityTokensStore 1.0 CommunityTokensStore.qml
|
|
PermissionsStore 1.0 PermissionsStore.qml
|
|
RootStore 1.0 RootStore.qml
|
|
StickerData 1.0 StickerData.qml
|
|
StickerPackData 1.0 StickerPackData.qml
|
|
StickersStore 1.0 StickersStore.qml
|