status-desktop/storybook/pages
Alex Jbanca b340de63d4
fix(Dapps): Fixing fees in transaction requests
Fixes:
1. Fixing the laggy scrolling on transaction requiests popups. The root cause of this issue was the fees request and also the estimated time request. These periodic requests were blocking. Now we'll call these API async.
2. Fixing the max fees: The fees computation was using 21k as gasLimit. This value was hardcoded in WC. Now we're requesting the gasLimit if it's not provided by the dApp. This call is also async.
3. Fixing the periodicity of the fees computation. The fees were computed by the client only if the tx object didn't already provide the fees. But the tx could fail if when the fees are highly volatile because it was not being overridden. Now Status is computing the fees periodically for all tx requests.
4. Fixing an issue where the loading state of the fees text in the modal was showing text underneath the loading animation. Fixed by updating the AnimatedText to support a custom target property. The text component used for session requests is using `cusomColor` property to set the text color and the `color` for the text must not be overriden.
2024-11-18 15:20:10 +02:00
..
AboutViewPage.qml feat(AboutViewPage): display the runtime Qt version in Settings/About 2024-08-12 23:52:51 +02:00
AccountContextMenuPage.qml fix: Use prefixes for address copy (#16230) 2024-09-13 14:19:26 +02:00
AccountSelectorPage.qml refactor: Refactoring of AccountSelector dropdown 2024-06-20 11:24:35 +03:00
AccountViewPage.qml Storybook pages - multiple fixes regarding stores 2024-10-28 23:16:31 +01:00
ActivityFilterMenuPage.qml fix(@desktop/wallet): Updatebthe new assets models in Token mangement, Activity filters and SharedAddressPanel 2024-01-25 12:45:22 +00:00
ActivityNotificationCommunityMembershipRequestPage.qml remove old code about ID verification and fix trustStatus bug (#16548) 2024-10-29 14:08:12 -04:00
ActivityNotificationCommunityTokenReceivedPage.qml Storybook pages - multiple fixes regarding stores 2024-10-28 23:16:31 +01:00
ActivityNotificationNewDevicePage.qml Storybook pages - multiple fixes regarding stores 2024-10-28 23:16:31 +01:00
ActivityNotificationTransferOwnershipPage.qml Storybook pages - multiple fixes regarding stores 2024-10-28 23:16:31 +01:00
AddEditSavedAddressPopupPage.qml feat(@desktop/wallet): Remove network prefixes in saved addresses and ReceiveModal 2024-10-11 18:48:37 +02:00
AddressesInputListPage.qml Storybook: `PagesModel.qml` removed, adding new pages simplified 2023-08-01 13:10:56 +02:00
AddressesSelectorPanelPage.qml Storybook: `PagesModel.qml` removed, adding new pages simplified 2023-08-01 13:10:56 +02:00
AggregatorPage.qml feat(SQ/Aggregator): Created utility `Aggregator` 2023-12-01 18:57:01 +01:00
AirdropRecipientsSelectorPage.qml compressedPubKey exposed via backend models, usages of Utils.getCompressedPk removed, SB pages simplified 2024-10-31 11:11:30 +01:00
AirdropTokensSelectorPage.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
AirdropsSettingsPanelPage.qml compressedPubKey exposed via backend models, usages of Utils.getCompressedPk removed, SB pages simplified 2024-10-31 11:11:30 +01:00
AlertPopupPage.qml Storybook: `PagesModel.qml` removed, adding new pages simplified 2023-08-01 13:10:56 +02:00
AmountToSendPage.qml chore(AmountToSend): AmountToSendNew is dead, long live AmountToSend 2024-08-17 09:39:42 +02:00
AmountValidatorPage.qml feat(StatusQ): AmountValidator for handling user-provided fp numbers 2024-07-19 17:27:08 +02:00
AssetSelectorCompactPage.qml Token/Asset selectors fixes 2024-09-23 12:30:50 +02:00
AssetSelectorPage.qml Token/Asset selectors fixes 2024-09-23 12:30:50 +02:00
AssetsViewAdaptorPage.qml feature(wallet): Token preferences in assets model (#15706) 2024-07-23 14:00:49 +02:00
AssetsViewPage.qml chore: adjust storybook pages to address changes in stores 2024-10-03 20:08:32 +02:00
BeforeGetStartedModalPage.qml fix[onboarding] Broken links to "Terms" and "Privacy" 2024-03-11 20:30:59 +01:00
BurnTokensPopupPage.qml chore(Storybook): Figma links moved from figma.json to pages 2023-10-03 21:32:41 +02:00
BuyCryptoModalPage.qml feat(@desktop/wallet): Buy Mercuryo flow - Improvements 2024-09-02 16:51:16 +02:00
ChangePasswordViewPage.qml fix(Stored): Make stores typed 2024-08-27 10:52:18 +02:00
ChatAnchorButtonsPanelPage.qml chore(Storybook): Figma links moved from figma.json to pages 2023-10-03 21:32:41 +02:00
ChatInputLinksPreviewAreaPage.qml feat(LinkPreviews): Integrate Link previews with the backend (#12523) 2023-10-25 18:20:02 +03:00
ChatPermissionQualificationPanelPage.qml chore(Storybook): Figma links moved from figma.json to pages 2023-10-03 21:32:41 +02:00
CollectibleDetailViewPage.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
CollectibleMediaPage.qml fix(wallet): Update collectibles media management (#16080) 2024-08-28 15:58:33 +02:00
CollectiblesSelectionAdaptorPage.qml TokenSelectorNew renamed to TokenSelector 2024-09-23 12:30:50 +02:00
CollectiblesViewPage.qml chore: adjust storybook pages to address changes in stores 2024-10-03 20:08:32 +02:00
ColorsPage.qml QClipboardProxy QML type renamed to ClipboardUtils 2024-08-29 15:46:17 +02:00
ColumnHeaderPanelPage.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
CommunitiesPortalDummyModel.qml fix(community): Token gating info when permission not met and set to private 2024-10-07 12:09:23 +02:00
CommunitiesPortalLayoutPage.qml fix(community): Token gating info when permission not met and set to private 2024-10-07 12:09:23 +02:00
CommunitiesPortalModelEditor.qml feat(storybook): extended editing of communities portal page 2022-10-27 13:55:06 +02:00
CommunitiesViewPage.qml chore: adjust storybook pages to address changes in stores 2024-10-03 20:08:32 +02:00
CommunityInfoEditor.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
CommunityMembershipSetupDialogPage.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
CommunityPermissionsHoldingItemEditor.qml chore(@desktop/wallet): Unifying the various "TokensTypes" across the app 2023-11-21 13:02:26 +01:00
CommunityPermissionsSettingsPanelEditor.qml chore(@desktop/wallet): Unifying the various "TokensTypes" across the app 2023-11-21 13:02:26 +01:00
CommunityTokenViewPage.qml refactor(community_tokens): only fetch holders when going to the page (#16308) 2024-09-19 16:32:38 -04:00
ConcatModelPage.qml feat(StatusQ): QML-oriented proxy model concatenating source models vertically 2023-12-05 22:45:08 +01:00
ConfirmChangePasswordModalPage.qml restartApplication() removed from Utils.qml and nim 2024-10-11 12:14:53 +02:00
ConnectDAppModalPage.qml feat(WalletConnect): Fine-tune connect dApp modal 2024-07-05 01:03:23 +03:00
ConnectionStatusTagPage.qml feat(WalletConnect): Fine-tune connect dApp modal 2024-07-05 01:03:23 +03:00
ContactDetailsPage.qml remove old code about ID verification and fix trustStatus bug (#16548) 2024-10-29 14:08:12 -04:00
CopyButtonPage.qml feat(wallet): ReceiveModal dialog UI tweaks 2024-02-28 17:23:46 +01:00
CountdownPillPage.qml feat(WalletConnect): Handle sign request expiration 2024-10-10 12:49:15 +03:00
CreateChannelPopupPage.qml fix(Stored): Make stores typed 2024-08-27 10:52:18 +02:00
CreateCommunityPopupPage.qml feat(CreateCommunityPopup): validation and ensuring min. 1 tag added 2024-10-14 11:39:58 +02:00
CurrencyAmountInputPage.qml feat: Add Advanced settings in new Advanced Tab 2024-01-11 14:52:52 +01:00
DAppConfirmDisconnectPopupPage.qml fix(dapps) fail to process a transaction if missing usual fields (#15481) 2024-07-15 12:23:35 +03:00
DAppSignRequestModalPage.qml fix(Dapps): Fixing fees in transaction requests 2024-11-18 15:20:10 +02:00
DAppsUriCopyInstructionsPage.qml feat(DAppsCopyUriInstructions): implemented popup with the instructions (#15354) 2024-07-01 14:34:30 +03:00
DAppsWorkflowPage.qml fix(Dapps): Fixing fees in transaction requests 2024-11-18 15:20:10 +02:00
DappsComboBoxPage.qml feat: Add external link to download extension plugin 2024-09-05 11:22:52 +02:00
DerivationPathInputPage.qml fix(AddAccount): Derivation path drop down is empty 2024-10-30 11:43:02 +01:00
DidYouKnowSplashScreenPage.qml chore(Storybook): Figma links moved from figma.json to pages 2023-10-03 21:32:41 +02:00
DoubleFlickablePage.qml feat(StatusQ): DoubleFlickable utility making two Flickables operating line one 2024-01-23 17:07:02 +00:00
DoubleFlickableWithFoldingPage.qml chore(DoubleFlickableWithFolding): Inline component moved to separate file 2024-01-31 13:51:00 +01:00
EditAirdropViewPage.qml compressedPubKey exposed via backend models, usages of Utils.getCompressedPk removed, SB pages simplified 2024-10-31 11:11:30 +01:00
EditCommunityTokenViewPage.qml chore(@desktop/wallet): Simplify the wallet networks service 2024-03-28 11:47:33 +01:00
EditNetworkViewPage.qml chore: usage of goerli removed 2024-10-29 15:46:09 +01:00
EditOwnerTokenViewPage.qml feat(networkSelector): Refatoring of NetworkSelector to remove backend dependency 2024-06-21 16:18:51 +03:00
EditPermissionViewPage.qml chore(Storybook): Figma links moved from figma.json to pages 2023-10-03 21:32:41 +02:00
EditSettingsPanelPage.qml chore: adjust storybook pages to address changes in stores 2024-10-03 20:08:32 +02:00
EnableShardingPopupPage.qml feat(communities): integrate community sharding 2023-11-03 17:11:18 +01:00
EnterSeedPhrasePage.qml fix(SeedPhrase): Fixing seed phrase validation (#13496) 2024-02-14 15:50:14 +02:00
ErrorTagPage.qml fix(@desktop/wallet): solving the issues with SwapInputPanel list in the issue 2024-06-19 17:20:22 +02:00
ExportControlNodePopupPage.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
FeeRowPage.qml fix: Gradient mask of replied message doesn't work 2023-09-20 10:46:25 +02:00
FeesBoxPage.qml refactor: Refactoring of AccountSelector dropdown 2024-06-20 11:24:35 +03:00
FeesPanelPage.qml Storybook: `PagesModel.qml` removed, adding new pages simplified 2023-08-01 13:10:56 +02:00
FinaliseOwnershipDeclinePopupPage.qml fix(StoryBook): add missing required property communityId 2024-03-11 12:44:16 +01:00
FinaliseOwnershipPopupPage.qml fix(FinaliseOwnershipPopup): fix declining ownership transfer 2024-04-18 22:22:40 +02:00
FirstTokenReceivedPopupPage.qml fix(Stored): Make stores typed 2024-08-27 10:52:18 +02:00
FunctionAggregatorPage.qml feat(StatusQ): General purpose js function-based aggregator 2024-05-13 15:54:03 +02:00
GenericValidatorPage.qml StatusQ: QValidator fully exposed to QML 2024-07-17 01:32:04 +02:00
GroupingModelPage.qml feat(StatusQ): GroupingModel for grouping rows with the same key into 2024-06-28 17:35:41 +02:00
HoldingsDropdownPage.qml chore: usage of goerli removed 2024-10-29 15:46:09 +01:00
ImagesGridViewPage.qml feat(Storybook): read Figma links directly from pages 2023-10-03 21:32:41 +02:00
ImportCommunityPopupPage.qml compressedPubKey exposed via backend models, usages of Utils.getCompressedPk removed, SB pages simplified 2024-10-31 11:11:30 +01:00
ImportControlNodePopupPage.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
InDropdownPage.qml chore(Communities/InDropdown): performance improved 2024-04-05 14:58:06 +02:00
InlineNetworksComboBoxPage.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
IntroPanelPage.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
InviteFriendsToCommunityPopupPage.qml Invite flow: compressedKey added to the model, api simplified 2024-10-31 11:11:30 +01:00
IssuePillPage.qml chore(IssuePill): add a Primary type 2024-09-20 09:47:10 +02:00
JoinCommunityPermissionsEditor.qml fix(JoinCommunity): Add missing state ONLY private permissions and NOT MET (#14164) 2024-03-28 10:59:40 -04:00
JoinCommunityViewPage.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
JoinPermissionsOverlayPanelPage.qml fix(JoinCommunity): Join CTA labelling: Change text and remove existing icon 2024-03-27 12:16:56 +01:00
KickBanPopupPage.qml feat(Communities): Integrate kick/ban actions with token holders list 2023-09-01 14:11:31 +02:00
LanguageViewPage.qml chore: adjust storybook pages to address changes in stores 2024-10-03 20:08:32 +02:00
LazyStackLayoutPage.qml Storybook: LazyStackLayoutPage added 2024-10-03 20:08:32 +02:00
LeftJoinModelPage.qml StatusQ: Add generic LeftJoinModel model mimicking SQL Left Join 2023-10-27 13:27:30 +02:00
LeftJoinRenamingSfpmPage.qml Storybook: Add example combining RolesRenamingModel, LeftJoinModel and SFPM 2023-10-27 13:27:30 +02:00
LinkPreviewCardPage.qml compressedPubKey exposed via backend models, usages of Utils.getCompressedPk removed, SB pages simplified 2024-10-31 11:11:30 +01:00
LinkPreviewMiniCardPage.qml fix(LinkPreviewMiniCard): dark theme background color (#12733) 2023-11-15 08:00:25 +00:00
LinkPreviewSettingsCardPage.qml feat: Add settings card to control link previews settings in chat input 2023-10-12 15:40:01 +03:00
LinksMessageViewPage.qml fix(LinkPreviews): Left align the message link preview tight corner 2023-11-02 14:32:22 +02:00
LoginViewPage.qml fix(StatusMenu): StatusSuccessAction is not taken into account for Menu width 2024-09-23 17:35:27 +02:00
ManageAssetsPanelPage.qml fix(wallet): hidden groups are still loading from user local settings 2024-04-14 10:59:08 +02:00
ManageCollectiblesPanelPage.qml fix(wallet): hidden groups are still loading from user local settings 2024-04-14 10:59:08 +02:00
ManageHiddenPanelPage.qml fix(wallet): hidden groups are still loading from user local settings 2024-04-14 10:59:08 +02:00
ManageShardingPopupPage.qml feat(communities): integrate community sharding 2023-11-03 17:11:18 +01:00
MembersDropdownPage.qml compressedPubKey exposed via backend models, usages of Utils.getCompressedPk removed, SB pages simplified 2024-10-31 11:11:30 +01:00
MembersSelectorPage.qml compressedPubKey exposed via backend models, usages of Utils.getCompressedPk removed, SB pages simplified 2024-10-31 11:11:30 +01:00
MembersTabPanelPage.qml References to Global.userProfile removed from multiple components 2024-10-16 23:02:02 +02:00
MessageContextMenuViewPage.qml fix(MessageContextMenuView): Message context menu displaying incorrectly 2024-10-02 15:58:59 +02:00
MetricsEnablePopupPage.qml feat(Settings/Privacy and security): add Privacy Policy popup 2024-08-21 15:28:11 +02:00
MintTokensSettingsPanelPage.qml chore(@desktop/wallet): Simplify the wallet networks service 2024-03-28 11:47:33 +01:00
MintedTokensViewPage.qml chore(Storybook): Figma links moved from figma.json to pages 2023-10-03 21:32:41 +02:00
ModelEntryPage.qml chore(ModelEntry): Emit itemChanged event when the ModelEntry points to another model item 2024-07-19 19:07:51 +03:00
MovableModelPage.qml StatusQ(MovableModel): Methods naming refactor, Storybook pages updated/improved 2024-02-21 09:42:05 +01:00
MovableModelWithSfpmPage.qml StatusQ(MovableModel): Methods naming refactor, Storybook pages updated/improved 2024-02-21 09:42:05 +01:00
NetworkFilterPage.qml feat(networkSelector): Refatoring of NetworkSelector to remove backend dependency 2024-06-21 16:18:51 +03:00
NetworkSelectItemDelegatePage.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
NetworkSelectPopupPage.qml feat(networkSelector): Refatoring of NetworkSelector to remove backend dependency 2024-06-21 16:18:51 +03:00
NetworkSelectorViewPage.qml chore: usage of goerli removed 2024-10-29 15:46:09 +01:00
ObjectProxyModelExample1.qml chore(ObjectProxyModel): Generalized version of SubmodelProxyModel 2024-06-05 14:18:43 +02:00
ObjectProxyModelExample2.qml chore(ObjectProxyModel): Generalized version of SubmodelProxyModel 2024-06-05 14:18:43 +02:00
ObjectProxyModelPage.qml chore(ObjectProxyModel): Generalized version of SubmodelProxyModel 2024-06-05 14:18:43 +02:00
OverviewSettingsChartPage.qml chore(Storybook): Figma links moved from figma.json to pages 2023-10-03 21:32:41 +02:00
OverviewSettingsFooterPage.qml fix(CommunitySettingsView): hide control node functionality for admins and token masters 2024-04-18 22:22:40 +02:00
OverviewSettingsPanelPage.qml chore: adjust storybook pages to address changes in stores 2024-10-03 20:08:32 +02:00
OwnerTokenWelcomeViewPage.qml chore(Storybook): Figma links moved from figma.json to pages 2023-10-03 21:32:41 +02:00
PasswordViewPage.qml fix(PasswordView): Password instructions missing max length requirement 2024-10-16 22:24:56 +02:00
PermissionConflictWarningPanelPage.qml chore(Storybook): Figma links moved from figma.json to pages 2023-10-03 21:32:41 +02:00
PermissionQualificationPanelPage.qml chore(Storybook): Figma links moved from figma.json to pages 2023-10-03 21:32:41 +02:00
PermissionsRowPage.qml fix(community): Token gating info when permission not met and set to private 2024-10-07 12:09:23 +02:00
PermissionsSettingsPanelPage.qml chore(Storybook): Figma links moved from figma.json to pages 2023-10-03 21:32:41 +02:00
PermissionsViewPage.qml chore(Storybook): Figma links moved from figma.json to pages 2023-10-03 21:32:41 +02:00
PlaygroundPage.qml Storybook: added ability to mark pages with their status 2024-10-30 18:23:11 +01:00
PopupSizingPage.qml fix(StatusDropdown, StatusDialog): height calculation improved 2023-08-03 14:52:19 +02:00
PrivilegedTokenArtworkPanelPage.qml Storybook: `PagesModel.qml` removed, adding new pages simplified 2023-08-01 13:10:56 +02:00
ProfileAccountsPage.qml feat: Change optimism network short name (#14766) 2024-05-16 18:37:54 +02:00
ProfileContextMenuPage.qml feature: add remove from group option to group chats 2024-09-25 10:29:21 -04:00
ProfileDescriptionPanelPage.qml fix(ProfileDescriptionPanel): Profile settings -> Identity : Addition of validation to bio field (#14772) 2024-05-21 00:13:55 +03:00
ProfileDialogViewPage.qml Utils.getCompressedPk removed from multiple components 2024-10-31 11:11:30 +01:00
ProfileFetchingModelEditor.qml fix(storybook): profile fetching updated 2023-01-04 11:15:58 +01:00
ProfileFetchingViewPage.qml Storybook: `PagesModel.qml` removed, adding new pages simplified 2023-08-01 13:10:56 +02:00
ProfilePerspectiveSelectorPage.qml feat(ProfileShowcase): Add profile perspective selector component 2024-04-02 10:16:17 +03:00
ProfilePopupInviteFriendsPanelPage.qml Invite flow: compressedKey added to the model, api simplified 2024-10-31 11:11:30 +01:00
ProfilePopupInviteMessagePanelPage.qml Invite flow: compressedKey added to the model, api simplified 2024-10-31 11:11:30 +01:00
ProfileShowcaseAccountsPanelPage.qml feat(@desktop/wallet): Remove network prefixes in Profile, Profile showcase and Profile preview 2024-10-11 18:48:37 +02:00
ProfileShowcaseAssetsPanelPage.qml feat(ProfileShowcase): Display counter in `In showcase` section header and elements limit 2024-03-07 16:10:46 +01:00
ProfileShowcaseCollectiblesPanelPage.qml feat(ProfileShowcase): Implement custom showcase position when searcher text is filtering items 2024-05-16 16:47:42 +03:00
ProfileShowcaseCommunitiesPanelPage.qml feat(ProfileShowcase): Display counter in `In showcase` section header and elements limit 2024-03-07 16:10:46 +01:00
ProfileShowcaseDirtyStatePage.qml Feat: New showcase models for a contact (#13998) 2024-03-29 12:43:49 +01:00
ProfileShowcaseInfoPopupPage.qml feat(ProfileShowcase): Created first info popup 2024-02-26 10:08:52 +01:00
ProfileShowcaseModelsPage.qml Feat: New showcase models for a contact (#13998) 2024-03-29 12:43:49 +01:00
ProfileShowcasePanelPage.qml feat(@wallet): unknown token 2024-03-11 11:29:32 +01:00
ProfileSocialLinksPanelPage.qml chore: adjust storybook pages to address changes in stores 2024-10-03 20:08:32 +02:00
ReceiveModalPage.qml feat(@desktop/wallet): Remove preferred chains from wallet accounts all over the app 2024-10-11 18:48:37 +02:00
RecipientSelectorPanelPage.qml feat(@desktop/wallet): Remove preferred chains from wallet accounts all over the app 2024-10-11 18:48:37 +02:00
RemotelyDestructPopupPage.qml fix(Update fees periodically): Implementing periodic fee update for airdrops, minting, self destruct and burning transactions 2023-09-08 23:25:04 +03:00
RolesRenamingModelPage.qml StatusQ: Add generic proxy model for roles renaming 2023-10-27 13:27:30 +02:00
RoundImageWithBadgePage.qml feat(WalletConnect): Fine-tune connect dApp modal 2024-07-05 01:03:23 +03:00
SearchableAssetsPanelPage.qml Token/Asset selectors fixes 2024-09-23 12:30:50 +02:00
SeedPhraseInputViewPage.qml fix(SeedPhrase): Fixing seed phrase validation (#13496) 2024-02-14 15:50:14 +02:00
SendModalPage.qml chore: usage of goerli removed 2024-10-29 15:46:09 +01:00
SendRecipientInputPage.qml feat(SendModal): add a spinner when resolving an ENS name 2024-09-20 12:10:26 +02:00
SequenceColumnLayoutPage.qml Storybook: `PagesModel.qml` removed, adding new pages simplified 2023-08-01 13:10:56 +02:00
SessionRequestPage.qml fix(WC): Refactor dapps service to work with multiple SDKs 2024-11-09 00:38:52 +02:00
SettingsPageHeaderPage.qml Storybook: `PagesModel.qml` removed, adding new pages simplified 2023-08-01 13:10:56 +02:00
SharedAddressesAccountSelectorPage.qml chore: usage of goerli removed 2024-10-29 15:46:09 +01:00
SignTransactionsPopupPage.qml chore(Communities): rename SignMultiTokenTransactionsPopup to SignTransactionsPopup 2023-09-22 10:43:05 +02:00
SlippageSelectorPage.qml fix: Slippage Selector Issues 2024-09-03 17:36:48 +02:00
SortableTokenHoldersListPage.qml fix(TokenHoldersPanel): Added sorting feature 2023-08-08 17:32:49 +03:00
SortableTokenHoldersPanelPage.qml chore(Storybook): Figma links moved from figma.json to pages 2023-10-03 21:32:41 +02:00
StatusAmountInputPage.qml fix: do not display the thousands separator when editing 2024-04-17 14:04:03 +02:00
StatusBetaTagPage.qml fix: Add additional information to the Beta tags 2024-08-05 15:39:51 +02:00
StatusBlockProgressBarPage.qml Storybook: `PagesModel.qml` removed, adding new pages simplified 2023-08-01 13:10:56 +02:00
StatusButtonPage.qml fix(StatusBaseButton): correct radius and icon size for `isRoundIcon` mode 2024-08-20 22:08:19 +02:00
StatusButtonRowPage.qml fix(StatusButtonRow): move to StatusQ 2024-05-28 10:02:20 +02:00
StatusChartPanelPage.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
StatusChatInputPage.qml chore: using StringUtils.plainText consistently 2024-10-11 12:14:53 +02:00
StatusChatListAndCategoriesPage.qml Storybook: `PagesModel.qml` removed, adding new pages simplified 2023-08-01 13:10:56 +02:00
StatusChatListItemPage.qml Storybook: `PagesModel.qml` removed, adding new pages simplified 2023-08-01 13:10:56 +02:00
StatusCommunityCardPage.qml fix(StatusCard): fix some visual glitches 2024-05-02 20:25:13 +02:00
StatusDatePickerPage.qml Storybook: `PagesModel.qml` removed, adding new pages simplified 2023-08-01 13:10:56 +02:00
StatusDateRangePickerPage.qml Storybook: `PagesModel.qml` removed, adding new pages simplified 2023-08-01 13:10:56 +02:00
StatusDialogFooterPage.qml fix(StatusDialogFooter): Prevent footer's buttons overflow 2024-02-09 13:41:39 +01:00
StatusDialogPage.qml chore(StatusDialog): Support custom elements in the footer 2024-05-17 10:08:43 +02:00
StatusDotsLoadingIndicatorPage.qml Storybook: `PagesModel.qml` removed, adding new pages simplified 2023-08-01 13:10:56 +02:00
StatusEmojiPopupPage.qml feat(StatusEmojiPopup): reimplement around C++ EmojiModel 2024-09-03 10:19:54 +02:00
StatusFlowSelectorPage.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
StatusGroupBoxPage.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
StatusImageCropPanelPage.qml Storybook: `PagesModel.qml` removed, adding new pages simplified 2023-08-01 13:10:56 +02:00
StatusInfoBoxPanelPage.qml fix(Minting): After minting completed 1 airdrop button is enabled and the other disabled 2023-08-01 13:20:31 +02:00
StatusInputPage.qml Storybook: `PagesModel.qml` removed, adding new pages simplified 2023-08-01 13:10:56 +02:00
StatusItemSelectorPage.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
StatusMessagePage.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
StatusModalFooterPage.qml fix(StatusModalFooter): Prevent footer's buttons overflow 2024-02-09 13:41:39 +01:00
StatusScrollViewPage.qml Storybook: `PagesModel.qml` removed, adding new pages simplified 2023-08-01 13:10:56 +02:00
StatusToastMessagePage.qml feat(Wallet/Toasts): Updated / added toasts related to community tokens received 2024-01-23 18:40:28 +01:00
StatusTxProgressBarPage.qml fix(storybook): fix broken pages 2023-10-06 14:59:02 +02:00
SupportedTokenListsPanelPage.qml chore(@desktop/wallet): Simplify the wallet networks service 2024-03-28 11:47:33 +01:00
SwapApproveCapModalPage.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
SwapExchangeButtonPage.qml feat: [UI - Swap] Create swap switch button 2024-05-28 09:12:07 +02:00
SwapInputPanelPage.qml chore: improvements of the sending route generated by the router process 2024-10-01 17:21:26 +02:00
SwapModalPage.qml chore: adjust storybook pages to address changes in stores 2024-10-03 20:08:32 +02:00
SwapSignModalPage.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
SyncingEnterCodePage.qml chore: adjust storybook pages to address changes in stores 2024-10-03 20:08:32 +02:00
SyncingViewPage.qml chore: adjust storybook pages to address changes in stores 2024-10-03 20:08:32 +02:00
TestRunnerControlsPage.qml feat(Storybook): Add tests runner available from the app 2023-10-16 13:37:08 +02:00
TokenDelegatePage.qml chore(Wallet): AssetView replaced with the refactored version 2024-06-19 16:36:18 +02:00
TokenHoldersPanelPage.qml fix(TokenHoldersPanel): Added sorting feature 2023-08-08 17:32:49 +03:00
TokenItemPage.qml Storybook: `PagesModel.qml` removed, adding new pages simplified 2023-08-01 13:10:56 +02:00
TokenListPopupPage.qml fix: Removed duplicated text in Token Popup by reusing existing supportedTokenSources mapping (#15587) 2024-07-19 18:41:40 +03:00
TokenMasterActionPopupPage.qml feat(Communities): TokenMasterActionPopup added for Remote destruct, Kick and Ban actions 2023-08-03 16:26:34 +02:00
TokenPanelPage.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
TokenPermissionsPopupPage.qml Storybook: `PagesModel.qml` removed, adding new pages simplified 2023-08-01 13:10:56 +02:00
TokenSelectorAssetDelegatePage.qml chore: usage of goerli removed 2024-10-29 15:46:09 +01:00
TokenSelectorButtonPage.qml TokenSelectorAssetDelegate simplified 2024-09-23 12:30:50 +02:00
TokenSelectorCollectibleDelegatePage.qml feat(Wallet): New tokens selector and related adaptor 2024-07-09 13:13:52 +02:00
TokenSelectorCompactButtonPage.qml AssetSelectorCompact added 2024-09-23 12:30:50 +02:00
TokenSelectorPage.qml TokenSelectorNew renamed to TokenSelector 2024-09-23 12:30:50 +02:00
TokenSelectorPanelPage.qml feat(Wallet): New tokens selector and related adaptor 2024-07-09 13:13:52 +02:00
TransactionAddressPage.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
TransactionAddressTilePage.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
TransactionDelegatePage.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
TransactionDetailViewPage.qml compressedPubKey exposed via backend models, usages of Utils.getCompressedPk removed, SB pages simplified 2024-10-31 11:11:30 +01:00
TransferOwnershipAlertPopupPage.qml chore(Storybook): Figma links moved from figma.json to pages 2023-10-03 21:32:41 +02:00
TransferOwnershipPopupPage.qml feat(TransferOwnershipPopup): Updated transfer ownership popup according to new design 2023-09-20 11:08:29 +02:00
UserAgreementPopupPage.qml chore(Storybook): Figma links moved from figma.json to pages 2023-10-03 21:32:41 +02:00
UserListPanelPage.qml UserListPanel simplified, dependency on utilsStore removed 2024-10-31 11:11:30 +01:00
UsersModelEditor.qml compressedPubKey exposed via backend models, usages of Utils.getCompressedPk removed, SB pages simplified 2024-10-31 11:11:30 +01:00
WCUriInputPage.qml feat(dapps): Implemented Loading state while processing URL (#15346) 2024-07-04 16:33:05 +03:00
WalletAccountListItemPage.qml feat(@desktop/wallet): Remove preferred chains from wallet accounts all over the app 2024-10-11 18:48:37 +02:00
WalletHeaderPage.qml Storybook pages - multiple fixes regarding stores 2024-10-28 23:16:31 +01:00
WritableProxyModelPage.qml feat(StatusQ.Models): Adding SingleModelItemData helper component (#14891) 2024-06-04 13:08:52 +03:00