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
81d7ca32b0
status-desktop
/
ui
/
imports
/
shared
/
stores
/
DAppsStore.qml
3 lines
32 B
QML
Raw
Normal View
History
Unescape
Escape
feat(dapps) implement wallet connect URI input Other changes - start Wallet Connect SDK using web engine after wallet is ready - source WC project ID from the constants in nim - close list when opening the `ConnectDappModal` - remove the old POC modal instantiation - rename ConnectDappPopup to Modal for consistency - move specific dapps related user settings to their place in the component - add DAppsStore to be used for dapps abstraction Updates #14556
2024-05-01 16:15:42 +00:00
import
QtQuick
2.15
feat(dapps) add DAppsService component and ConnectDAppModal Implement the initial Pairing user workflow and disconnect option for the first session. Also - rename pairing modal accordingly (`PairWCModal.qml`) to make room for the proper `ConnectDAppModal.qml` - basic tests for service helpers - update storybook to reflect the new user workflows Closes #14607
2024-05-06 20:22:43 +00:00
QtObject
{
}