status-desktop/ui/imports/shared/panels
Alex Jbanca 106988d534 fix(WC): Refactor dapps service to work with multiple SDKs
This PR is refactoring the dapps service to avoid code duplication between SDKs and also to avoid overlapping requests/responses.
It brings Browser Connect inline with Wallet Connect in terms of session management and sign transactions.

New architecture:

WalletConnectService becomes DAppsService. Its responsibility is to provide dapp access to the app. This is the component currently used by the UI
What does it do:
1. Provide dapp APIs line connect, disconnect, session requests etc
2. Spawn app notifications on dapp events
3. Timeout requests if the dapp does not respons

DAppsRequestHandler becomes DAppsModule. This component is consumed by the DAppService. Its responsibility is to aggregate all the building blocks for the dapps, but does not control any of the dapp features or consume the SDKs requests.
What does it do:
1. Aggregate all the building blocks for dapps (currently known as plugins)

DAppConnectionsPlugin - This component provides the session management features line connect, disconnect and provide a model with the connected dapps.
SignRequestPlugin - This component provides the sign request management. It receives the sign request from the dapp, translates it to what Status understands and manages the lifecycle of the request.
2024-11-20 18:10:29 +02:00
..
private chore: Remove the Browser from the app completely for now 2024-08-07 16:45:31 +02:00
AcceptRejectOptionsButtonsPanel.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
Address.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
AnimatedText.qml fix(WC): Refactor dapps service to work with multiple SDKs 2024-11-20 18:10:29 +02:00
ChatsLoadingPanel.qml feat(Communities): Communities folder reorganization 2023-06-28 14:28:47 +02:00
ConnectionWarnings.qml fix(Stored): Make stores typed 2024-08-27 10:52:18 +02:00
DidYouKnowSplashScreen.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
DropAndEditImagePanel.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
EditCroppedImagePanel.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
EnterSeedPhrase.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
ImageLoader.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
MockedKeycardLibControllerWindow.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
ModuleWarning.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
NoImageUploadedPanel.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
RoundedIcon.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
RoundedImage.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
SVGImage.qml refactor(desktop) Made shared a QML module 2021-10-27 18:05:45 -04:00
SeedPhrase.qml chore(@desktop/wallet): object names added to wallet account related qml components 2023-04-13 19:51:10 +02:00
Separator.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
SequenceColumnLayout.qml fix: Airdrop section of deployed NFT doesn't seem to apply darkmode 2023-06-30 17:15:09 +02:00
StyledText.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
qmldir fix: animation for updating fees added to send and swap modal 2024-10-29 16:12:07 +01:00