This website requires JavaScript.
Explore
Help
Sign In
status-im
/
status-desktop
mirror of
https://github.com/status-im/status-desktop.git
Watch
2
Star
0
Fork
You've already forked status-desktop
0
Code
Issues
Projects
Releases
Wiki
Activity
9cf3965bf1
status-desktop
/
storybook
/
stubs
/
AppLayouts
/
Wallet
/
stores
/
CollectiblesStore.qml
6 lines
74 B
QML
Raw
Normal View
History
Unescape
Escape
feat(TokensManagement): Hide asset / collectible popup Moved `ConfirmationDialog` popups related to hide individual assets or collectibles to `Popups`. Part of #13293
2024-01-29 15:37:17 +00:00
import
QtQuick
2.15
QtObject
{
fix(token mgmt): finish the controller refactoring - reduce the duplication by moving the controllers (1 per type) to the toplevel stores - make sure the internal properties stay in sync between save/load now that we have just 1 common controller - fix navigating to the Hidden section from the toast - finish impl of hiding the token from FirstTokenReceivedPopup
2024-01-31 18:09:44 +00:00
property
var
collectiblesController
feat(TokensManagement): Hide asset / collectible popup Moved `ConfirmationDialog` popups related to hide individual assets or collectibles to `Popups`. Part of #13293
2024-01-29 15:37:17 +00:00
}