status-desktop/storybook/pages
Alex Jbanca 75571c9f22 fix(StatusItemsSelector): Allow icons to be provided by the model
Fixing https://github.com/status-im/status-desktop/issues/9766
The main change is that the model will now provide the image type, on top of the image source. The image type can be either icon or image. Icons will be coloured with the same colour as the text.
2023-03-28 12:46:20 +03:00
..
AboutViewPage.qml chore: consolidate & refactor popup handling 2023-02-09 15:01:57 +01:00
BrowserSettingsPage.qml feat(storybook): add browser settings in the storybook 2022-10-25 14:27:50 -04:00
CommunitiesPortalDummyModel.qml feat(storybook/CommunityIntroDialogPage): Improved storybook related page 2023-02-10 18:03:05 +02:00
CommunitiesPortalLayoutPage.qml chore: consolidate & refactor popup handling 2023-02-09 15:01:57 +01:00
CommunitiesPortalModelEditor.qml feat(storybook): extended editing of communities portal page 2022-10-27 13:55:06 +02:00
CommunityAirdropsSettingsPanelPage.qml feat(storybook): Added airdrop settings panel 2023-03-17 13:12:08 +01:00
CommunityCollectibleViewPage.qml fix(MintTokens): Use localised amount for total supply 2023-03-28 12:17:02 +03:00
CommunityColumnHeaderPanelPage.qml feat(Community): Create `CommunityColumnHeaderPanel` component 2023-02-10 10:45:38 +02:00
CommunityInfoEditor.qml feat(Community): Create `CommunityColumnHeaderPanel` component 2023-02-10 10:45:38 +02:00
CommunityIntroDialogPage.qml fix: contact ID verification and community intro sizing issues 2023-02-17 17:43:51 +01:00
CommunityMintTokensSettingsPanelPage.qml feat(MintToken) Add select wallet account option 2023-03-23 08:24:45 +01:00
CommunityMintedTokensViewPage.qml feat(storybook): Minted collectibles list view added 2023-03-14 16:06:27 +01:00
CommunityNewCollectibleViewPage.qml feat(MintToken) Add select wallet account option 2023-03-23 08:24:45 +01:00
CommunityNewPermissionViewPage.qml feat(CommunityPermissions): Limit of 5 permissions for "Become member" permission type 2023-03-22 14:57:58 +01:00
CommunityPermissionsHoldingItemEditor.qml chore(CommunityPermissions): Refactor channels handling 2023-03-06 17:36:36 +01:00
CommunityPermissionsSettingsPanelEditor.qml chore(CommunityPermissions): Use key role name for referencing channels 2023-03-06 17:36:36 +01:00
CommunityPermissionsSettingsPanelPage.qml chore(CommunityPermissions): refactor access to stores in CP components 2023-03-08 12:02:55 +01:00
CommunityPermissionsViewPage.qml chore(CommunityPermissions): refactor access to stores in CP components 2023-03-08 12:02:55 +01:00
CommunityProfilePopupInviteFriendsPanelPage.qml chore: fix storybook regressions 2022-11-14 14:14:32 +01:00
CommunityProfilePopupInviteMessagePanelPage.qml fix(Storybook): update InviteFriendsToCommunityPopup page 2022-11-08 22:03:56 +01:00
CommunityTokenPermissionsPopupPage.qml fix(CommunityTokenPermissionsPopup): required models provided, storybook page fixed 2023-02-23 11:51:30 +01:00
ContactsListAndSearchPage.qml chore(Storybook): page for ContactsListAndSearch added 2022-12-02 13:38:57 +01:00
CreateChannelPopupPage.qml Adding qmake project file for wasm 2022-11-23 16:20:37 +02:00
DidYouKnowSplashScreenPage.qml fix(DidYouKnowSplashScreen): Implement UI changes 2023-02-27 10:44:58 +02:00
HoldingsDropdownPage.qml feat(HoldingsDropdown): Added property `isCollectiblesOnly` 2023-03-24 14:22:56 +01:00
ImagesGridViewPage.qml feat(Storybook): Possibility to modify Figma links directly from the app 2022-11-29 22:28:57 +01:00
InDropdownPage.qml chore(CommunityPermissions): Simplify InDropdown popup (selecting only channels, no add channel button) 2023-01-26 13:03:26 +01:00
InviteFriendsToCommunityPopupPage.qml chore(Storybook): page for CreateChannelPopup added 2022-11-11 15:14:44 +02:00
JoinCommunityPermissionsEditor.qml feat(TokensPermissionsPoupup): Created new popup 2023-02-17 11:13:51 +02:00
JoinCommunityViewPage.qml chore(CommunityPermissions): Permissions model and backend API simplified, separation of concerns improved 2023-02-20 18:40:59 +01:00
JoinPermissionsOverlayPanelPage.qml chore(CommunityPermissions): Permissions model and backend API simplified, separation of concerns improved 2023-02-20 18:40:59 +01:00
LanguageCurrencySettingsPage.qml feat(@desktop/wallet): implement unified currency formatting for transaction details 2023-01-20 08:55:10 -03:00
LoginViewPage.qml chore: fix storybook regressions 2022-11-14 14:14:32 +01:00
MembersSelectorPage.qml Adding StatusChatInput to storybook 2022-12-08 12:09:40 +02:00
PermissionConflictWarningPanelPage.qml chore(CommunityNewPermissionView): exclude subcomponent HidePermissionPanel 2023-02-20 18:40:59 +01:00
PermissionQualificationPanelPage.qml chore(Storybook): page for PermissionQualificationPanel added 2023-01-19 13:38:47 +01:00
ProfileDialogViewPage.qml feat: Profile Showcase: Proof of concept for own Profile Dialog 2023-03-08 18:45:27 +01:00
ProfileFetchingModelEditor.qml fix(storybook): profile fetching updated 2023-01-04 11:15:58 +01:00
ProfileFetchingViewPage.qml fix(storybook): profile fetching updated 2023-01-04 11:15:58 +01:00
ProfileSocialLinksPanelPage.qml feat(Profile): New Social Links workflow 2023-03-16 16:08:23 +01:00
SignMintTokenTransactionPopupPage.qml feat(storybook): Added storybook support for `SignMintTokenTransationPopup` 2023-03-24 12:08:00 +01:00
StatusChatInputPage.qml Fix Mentions in statusChatInput 2022-12-21 12:23:39 +02:00
StatusChatListAndCategoriesPage.qml chore(Storybook): Basic page for StatusChatListAndCategories added 2022-12-21 21:48:51 +01:00
StatusCommunityCardPage.qml feat(Storybook): in-page, state-preserving hot reloading 2022-10-20 20:34:35 +02:00
StatusDotsLoadingIndicatorPage.qml chore(Storybook): StatusDotsLoadingIndicator page simplified 2023-03-21 11:59:12 +01:00
StatusEmojiAndColorComboBoxPage.qml feat(storybook): Added storybook support for `StatusEmojiAndColorComboBox` component 2023-03-23 08:24:45 +01:00
StatusFlowSelectorPage.qml StatusQ: StatusFlowSelector added 2023-03-21 11:59:12 +01:00
StatusGroupBoxPage.qml feat(StatusQ): StatusGroupBox component added 2023-03-21 11:59:12 +01:00
StatusItemSelectorPage.qml fix(StatusItemsSelector): Allow icons to be provided by the model 2023-03-28 12:46:20 +03:00
StatusMessagePage.qml feat(storybook/StatusMessage): Added new `StatusMessagePage` 2023-02-10 10:45:38 +02:00
StatusScrollViewPage.qml Fix(desktopapp): adding scrollview to storybook 2023-01-31 18:45:51 +02:00
UserListPanelPage.qml Adding StatusChatInput to storybook 2022-12-08 12:09:40 +02:00
UsersModelEditor.qml Adding StatusChatInput to storybook 2022-12-08 12:09:40 +02:00