status-desktop/storybook/qmlTests/tests
Alex Jbanca 9490dbb57e refactoring(dapps): Move WC and BC popups in the global scope
closes #16831

Moving the dapp popups to the global scope in order for them to be triggered on any view.
There are a few changes required for this:
1. DAppsWorkflow has been split. Previously all popups were declared in the `DappsComboBox`. Now the DAppsWorkflow inherits the QObject instead and the `DappsComboBox` is used as is in the wallet header.
2. The DAppsWorkflow has been moved to AppMain. The DAppsWorkflow will be constructed in the scope of DAppsService and connected directly to the service signals
3. Updated tests and storybook with the new structure
4. Removed the `dAppsService` from `Global`. There's no reason to keep the `dAppsService` instance in the `Global` singleton.
2024-12-03 09:52:28 +02:00
..
helpers feat(WalletConnect): Handle sign request expiration 2024-10-10 12:49:15 +03:00
tst_AllContactsAdaptor.qml ContactDetails decomposed into smaller, more specialized components 2024-11-29 17:46:50 +01:00
tst_AmountToSend.qml QClipboardProxy QML type renamed to ClipboardUtils 2024-08-29 15:46:17 +02:00
tst_AmountValidator.qml feat(@desktop/wallet): Adapt AmountToSend for Simple Send 2024-11-27 16:40:53 +01:00
tst_AssetSelector.qml Token/Asset selectors fixes 2024-09-23 12:30:50 +02:00
tst_BCDAppsProvider.qml fix(WC): Refactor dapps service to work with multiple SDKs 2024-11-20 18:10:29 +02:00
tst_BannerCard.qml feat(WalletFirst): Integrate the BuyReceiveBanner in the app 2024-11-27 16:50:58 +02:00
tst_BuyCryptoModal.qml feat: buy flow wording adjusted 2024-11-26 20:02:47 +03:00
tst_BuyReceiveBanner.qml feat(WalletFirst): Integrate the BuyReceiveBanner in the app 2024-11-27 16:50:58 +02:00
tst_ChainsAvailabilityWatchdog.qml fix(WC): Adding tests for ChainsAvailabilityWatchdog and ChainsSupervisorPlugin 2024-11-20 18:10:29 +02:00
tst_ChainsSupervisorPlugin.qml fix(WC): Adding tests for ChainsAvailabilityWatchdog and ChainsSupervisorPlugin 2024-11-20 18:10:29 +02:00
tst_ConnectDAppModal.qml fix(ConnectDAppModal): don't overflow texts 2024-07-31 00:10:10 +02:00
tst_CurrencyAmountInput.qml feat: Add Advanced settings in new Advanced Tab 2024-01-11 14:52:52 +01:00
tst_DAppsWorkflow.qml refactoring(dapps): Move WC and BC popups in the global scope 2024-12-03 09:52:28 +02:00
tst_DappsComboBox.qml refactoring(dapps): Move WC and BC popups in the global scope 2024-12-03 09:52:28 +02:00
tst_DerivationPathInput.qml Cleanup after #16497 workaround 2024-10-11 23:37:50 +02:00
tst_EnterSeedPhrase.qml fix(StatusSeedPhraseInput): accept a common prefix suggestion 2024-09-10 16:00:40 +02:00
tst_ErrorTag.qml feat: buy flow wording adjusted 2024-11-26 20:02:47 +03:00
tst_LazyStackLayout.qml StatusQ: Introduce LazyStackLayout - stack layout with deferred instantiation (#16417) 2024-09-26 14:16:30 -04:00
tst_ManageCollectiblesPanel.qml fix(wallet): Update collectibles media management (#16080) 2024-08-28 15:58:33 +02:00
tst_ModelEntryChangeTracker.qml StatusQ: ModelEntryChangeTracker component introduced 2024-11-14 15:13:24 +01:00
tst_NetworkSelectItemDelegate.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
tst_NetworkSelectPopup.qml feat(networkSelector): Refatoring of NetworkSelector to remove backend dependency 2024-06-21 16:18:51 +03:00
tst_NetworkSelectorView.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
tst_RecipientSelectorPanel.qml feat(@desktop/wallet): Remove preferred chains from wallet accounts all over the app 2024-10-11 18:48:37 +02:00
tst_SearchableAssetsPanel.qml feat(@desktop/wallet): Adapt Token Selector 2024-11-27 16:40:41 +01:00
tst_SendRecipientInput.qml feat(SendModal): add a spinner when resolving an ENS name 2024-09-20 12:10:26 +02:00
tst_SessionRequest.qml fix(WC): Refactor dapps service to work with multiple SDKs 2024-11-20 18:10:29 +02:00
tst_SessionRequestWithAuth.qml fix(WC): Refactor dapps service to work with multiple SDKs 2024-11-20 18:10:29 +02:00
tst_SignRequestPlugin.qml fix(Dapps): Fixing fees in transaction requests 2024-11-22 11:32:41 +02:00
tst_SiweLifeCycle.qml fix(WC): Adding tests for ChainsAvailabilityWatchdog and ChainsSupervisorPlugin 2024-11-20 18:10:29 +02:00
tst_SiweRequestPlugin.qml fix(WC): Adding tests for ChainsAvailabilityWatchdog and ChainsSupervisorPlugin 2024-11-20 18:10:29 +02:00
tst_SlippageSelector.qml fix(SlippageSelector): cant do Swap with 100% slippage 2024-09-25 16:16:33 +02:00
tst_StatusAmountInput.qml feat: [UI - Swap] Create swap input component 2024-06-06 11:13:18 +02:00
tst_StatusButton.qml feat(StatusButton) Add support to show text when button is loading 2024-08-19 22:36:50 +02:00
tst_StatusChatInput.qml Cleanup after #16497 workaround 2024-10-11 23:37:50 +02:00
tst_StatusMessage.qml feat(@desktop/wallet): Added feature flag FLAG_SEND_VIA_PERSONAL_CHAT_ENABLED for the send via personal chat feature 2024-09-23 11:20:56 +02:00
tst_SwapApproveCapModal.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
tst_SwapInputPanel.qml feat(@desktop/wallet): Adapt AmountToSend for Simple Send 2024-11-27 16:40:53 +01:00
tst_SwapModal.qml feat(@desktop/wallet): Round down max value in Send and Swap modals 2024-11-29 08:39:58 -03:00
tst_SwapSignModal.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
tst_TestRunnerControls.qml
tst_TokenSelectorAssetDelegate.qml feat(@desktop/wallet): Adapt Token Selector 2024-11-27 16:40:41 +01:00
tst_TokenSelectorButton.qml feat(@desktop/wallet): Adapt Token Selector 2024-11-27 16:40:41 +01:00
tst_TokenSelectorViewAdaptor.qml feat(@desktop/wallet): Implements Network selection behaviour 2024-07-09 11:27:55 +02:00
tst_WCDAppsProvider.qml fix(WC): Refactor dapps service to work with multiple SDKs 2024-11-20 18:10:29 +02:00