From 75dd3f7cb6f34094cfb9e9211fb9685ab0c9e481 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Cie=C5=9Blak?= Date: Tue, 3 Oct 2023 13:56:30 +0200 Subject: [PATCH] chore(Storybook): Figma links moved from figma.json to pages Closes: #12229 --- storybook/CMakeLists.txt | 1 - storybook/pages/AboutViewPage.qml | 3 +++ ...vityNotificationCommunityMembershipRequestPage.qml | 2 ++ storybook/pages/AirdropRecipientsSelectorPage.qml | 11 +++++++++++ storybook/pages/AirdropTokensSelectorPage.qml | 4 ++++ storybook/pages/BrowserSettingsPage.qml | 3 +++ storybook/pages/BurnTokensPopupPage.qml | 1 + storybook/pages/ChatAnchorButtonsPanelPage.qml | 2 ++ .../pages/ChatPermissionQualificationPanelPage.qml | 2 ++ storybook/pages/CommunitiesPortalLayoutPage.qml | 3 +++ storybook/pages/CommunitiesViewPage.qml | 2 ++ storybook/pages/CommunityIntroDialogPage.qml | 2 ++ storybook/pages/CommunityTokenViewPage.qml | 5 +++++ storybook/pages/CreateChannelPopupPage.qml | 8 ++++++++ storybook/pages/DerivationPathInputPage.qml | 2 ++ storybook/pages/DidYouKnowSplashScreenPage.qml | 2 ++ storybook/pages/EditAirdropViewPage.qml | 7 +++++++ storybook/pages/EditCommunityTokenViewPage.qml | 6 ++++++ storybook/pages/EditOwnerTokenViewPage.qml | 2 ++ storybook/pages/EditPermissionViewPage.qml | 2 ++ storybook/pages/EditSettingsPanelPage.qml | 2 ++ storybook/pages/EnableShardingPopupPage.qml | 2 ++ storybook/pages/ExportControlNodePopupPage.qml | 4 ++++ storybook/pages/FinaliseOwnershipDeclinePopupPage.qml | 2 ++ storybook/pages/FinaliseOwnershipPopupPage.qml | 3 +++ storybook/pages/HoldingsDropdownPage.qml | 7 +++++++ storybook/pages/ImportControlNodePopupPage.qml | 2 ++ storybook/pages/InDropdownPage.qml | 7 +++++++ storybook/pages/InviteFriendsToCommunityPopupPage.qml | 6 ++++++ storybook/pages/JoinCommunityViewPage.qml | 4 ++++ storybook/pages/JoinPermissionsOverlayPanelPage.qml | 2 ++ storybook/pages/LanguageCurrencySettingsPage.qml | 4 ++++ storybook/pages/LoginViewPage.qml | 2 ++ storybook/pages/ManageShardingPopupPage.qml | 2 ++ storybook/pages/MembersDropdownPage.qml | 3 +++ storybook/pages/MembersTabPanelPage.qml | 2 ++ storybook/pages/MintTokensSettingsPanelPage.qml | 7 +++++++ storybook/pages/MintedTokensViewPage.qml | 2 ++ storybook/pages/NetworkSelectPopupPage.qml | 4 ++++ storybook/pages/OverviewSettingsChartPage.qml | 2 ++ storybook/pages/OverviewSettingsFooterPage.qml | 3 +++ storybook/pages/OverviewSettingsPanelPage.qml | 2 ++ storybook/pages/OwnerTokenWelcomeViewPage.qml | 2 ++ .../pages/PermissionConflictWarningPanelPage.qml | 2 ++ storybook/pages/PermissionQualificationPanelPage.qml | 3 +++ storybook/pages/PermissionsRowPage.qml | 4 ++++ storybook/pages/PermissionsSettingsPanelPage.qml | 4 ++++ storybook/pages/PermissionsViewPage.qml | 2 ++ storybook/pages/ProfileDialogViewPage.qml | 11 +++++++++++ .../pages/ProfilePopupInviteFriendsPanelPage.qml | 4 ++++ .../pages/ProfilePopupInviteMessagePanelPage.qml | 3 +++ storybook/pages/ProfileShowcaseAccountsPanelPage.qml | 4 ++++ storybook/pages/ProfileShowcaseAssetsPanelPage.qml | 5 +++++ .../pages/ProfileShowcaseCollectiblesPanelPage.qml | 4 ++++ .../pages/ProfileShowcaseCommunitiesPanelPage.qml | 4 ++++ storybook/pages/ProfileSocialLinksPanelPage.qml | 2 ++ storybook/pages/SharedAddressesPopupPage.qml | 4 ++++ storybook/pages/SortableTokenHoldersPanelPage.qml | 9 +++++++++ storybook/pages/StatusButtonPage.qml | 2 ++ storybook/pages/StatusCommunityCardPage.qml | 3 +++ storybook/pages/TransferOwnershipAlertPopupPage.qml | 3 +++ storybook/pages/UserAgreementPopupPage.qml | 2 ++ storybook/pages/UserProfileCardPage.qml | 4 +++- 63 files changed, 223 insertions(+), 2 deletions(-) diff --git a/storybook/CMakeLists.txt b/storybook/CMakeLists.txt index ff587e1518..124a00621e 100644 --- a/storybook/CMakeLists.txt +++ b/storybook/CMakeLists.txt @@ -60,7 +60,6 @@ add_executable( ${CORE_QML_FILES} ${CORE_JS_FILES} ${STORYBOOK_QML_FILES} - figma.json README.md ) diff --git a/storybook/pages/AboutViewPage.qml b/storybook/pages/AboutViewPage.qml index 3c2d02d0d9..e20d4a5d0e 100644 --- a/storybook/pages/AboutViewPage.qml +++ b/storybook/pages/AboutViewPage.qml @@ -73,3 +73,6 @@ SplitView { } // category: Views + +// https://www.figma.com/file/idUoxN7OIW2Jpp3PMJ1Rl8/%E2%9A%99%EF%B8%8F-Settings-%7C-Desktop?node-id=1159%3A114479 +// https://www.figma.com/file/idUoxN7OIW2Jpp3PMJ1Rl8/%E2%9A%99%EF%B8%8F-Settings-%7C-Desktop?node-id=1684%3A127762 diff --git a/storybook/pages/ActivityNotificationCommunityMembershipRequestPage.qml b/storybook/pages/ActivityNotificationCommunityMembershipRequestPage.qml index 75af1d70a3..a9d40be7fb 100644 --- a/storybook/pages/ActivityNotificationCommunityMembershipRequestPage.qml +++ b/storybook/pages/ActivityNotificationCommunityMembershipRequestPage.qml @@ -177,3 +177,5 @@ SplitView { property alias activityNotificationRequestState: stateSelector.currentIndex } } + +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba⎜Desktop?type=design&node-id=35909-606817&mode=design&t=Ia7Z0AzyYIjkuPtr-0 diff --git a/storybook/pages/AirdropRecipientsSelectorPage.qml b/storybook/pages/AirdropRecipientsSelectorPage.qml index 46a708a72b..156b30495e 100644 --- a/storybook/pages/AirdropRecipientsSelectorPage.qml +++ b/storybook/pages/AirdropRecipientsSelectorPage.qml @@ -202,3 +202,14 @@ SplitView { } // category: Components + +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=22628-494998 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=22628-495258 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=22647-497754 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=28045-533663 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=28045-533912 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=22628-495493 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=22628-495928 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=22628-496145 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=22642-496092 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=22647-498080 diff --git a/storybook/pages/AirdropTokensSelectorPage.qml b/storybook/pages/AirdropTokensSelectorPage.qml index 885e502a17..984be3065f 100644 --- a/storybook/pages/AirdropTokensSelectorPage.qml +++ b/storybook/pages/AirdropTokensSelectorPage.qml @@ -62,3 +62,7 @@ ColumnLayout { } // category: Components + +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=22602-495563 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=22628-494998 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=22647-501909 diff --git a/storybook/pages/BrowserSettingsPage.qml b/storybook/pages/BrowserSettingsPage.qml index f45003a358..259f23f7bd 100644 --- a/storybook/pages/BrowserSettingsPage.qml +++ b/storybook/pages/BrowserSettingsPage.qml @@ -152,3 +152,6 @@ SplitView { } // category: Components + +// https://www.figma.com/file/idUoxN7OIW2Jpp3PMJ1Rl8/%E2%9A%99%EF%B8%8F-Settings-%7C-Desktop?node-id=448%3A36296 +// https://www.figma.com/file/idUoxN7OIW2Jpp3PMJ1Rl8/%E2%9A%99%EF%B8%8F-Settings-%7C-Desktop?node-id=1573%3A296338 diff --git a/storybook/pages/BurnTokensPopupPage.qml b/storybook/pages/BurnTokensPopupPage.qml index 1ce51b878f..9f1e97ad3a 100644 --- a/storybook/pages/BurnTokensPopupPage.qml +++ b/storybook/pages/BurnTokensPopupPage.qml @@ -179,3 +179,4 @@ SplitView { // category: Popups +// https://www.figma.com/file/qHfFm7C9LwtXpfdbxssCK3/Kuba%E2%8E%9CDesktop---Communities?type=design&node-id=35082-612599&mode=design&t=XTDQ4GeU1k9LPuVK-0 diff --git a/storybook/pages/ChatAnchorButtonsPanelPage.qml b/storybook/pages/ChatAnchorButtonsPanelPage.qml index 4d933de076..70a2e2006b 100644 --- a/storybook/pages/ChatAnchorButtonsPanelPage.qml +++ b/storybook/pages/ChatAnchorButtonsPanelPage.qml @@ -66,3 +66,5 @@ SplitView { } // category: Panels + +// https://www.figma.com/file/Mr3rqxxgKJ2zMQ06UAKiWL/%F0%9F%92%AC-Chat%E2%8E%9CDesktop?node-id=14632-460085&t=SGTU2JeRA8ifbv2E-0 diff --git a/storybook/pages/ChatPermissionQualificationPanelPage.qml b/storybook/pages/ChatPermissionQualificationPanelPage.qml index 1f8741c9c1..2e197c9b3a 100644 --- a/storybook/pages/ChatPermissionQualificationPanelPage.qml +++ b/storybook/pages/ChatPermissionQualificationPanelPage.qml @@ -38,3 +38,5 @@ SplitView { } // category: Panels + +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=2698%3A375926&t=iIeFeGOBx5BbbYJa-0 diff --git a/storybook/pages/CommunitiesPortalLayoutPage.qml b/storybook/pages/CommunitiesPortalLayoutPage.qml index 2d81ac9fa9..32e0fff6a1 100644 --- a/storybook/pages/CommunitiesPortalLayoutPage.qml +++ b/storybook/pages/CommunitiesPortalLayoutPage.qml @@ -91,3 +91,6 @@ SplitView { } // category: Views + +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=8159%3A415655 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=8159%3A415935 diff --git a/storybook/pages/CommunitiesViewPage.qml b/storybook/pages/CommunitiesViewPage.qml index fb6eac8d42..bfdd90bb40 100644 --- a/storybook/pages/CommunitiesViewPage.qml +++ b/storybook/pages/CommunitiesViewPage.qml @@ -181,3 +181,5 @@ SplitView { } // category: Views + +// https://www.figma.com/file/idUoxN7OIW2Jpp3PMJ1Rl8/%E2%9A%99%EF%B8%8F-Settings-%7C-Desktop?type=design&node-id=16089-387522&t=HRT9BmZXnl7Lt55Q-0 diff --git a/storybook/pages/CommunityIntroDialogPage.qml b/storybook/pages/CommunityIntroDialogPage.qml index 14493de81a..8ae0bf00d7 100644 --- a/storybook/pages/CommunityIntroDialogPage.qml +++ b/storybook/pages/CommunityIntroDialogPage.qml @@ -175,3 +175,5 @@ Nemo enim 😋 ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, } // category: Popups + +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=31461%3A563897&mode=dev diff --git a/storybook/pages/CommunityTokenViewPage.qml b/storybook/pages/CommunityTokenViewPage.qml index b8da235a1a..7cfe999701 100644 --- a/storybook/pages/CommunityTokenViewPage.qml +++ b/storybook/pages/CommunityTokenViewPage.qml @@ -397,3 +397,8 @@ SplitView { } // category: Views + +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=2934%3A481005&t=Qo2FwPRxvSxbluqB-1 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=2934%3A479431&t=Qo2FwPRxvSxbluqB-1 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=2934%3A479570&t=Qo2FwPRxvSxbluqB-1 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?type=design&node-id=29384-568106&t=mAtmLENvQyRJqDGQ-0 diff --git a/storybook/pages/CreateChannelPopupPage.qml b/storybook/pages/CreateChannelPopupPage.qml index b8571ec4ba..49478f13c2 100644 --- a/storybook/pages/CreateChannelPopupPage.qml +++ b/storybook/pages/CreateChannelPopupPage.qml @@ -203,3 +203,11 @@ SplitView { } // category: Popups + +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=2975%3A488608 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=2975%3A488256 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=2903%3A348301 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=2975%3A488848 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=2975%3A489237 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=2975%3A489607 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=2975%3A492910 diff --git a/storybook/pages/DerivationPathInputPage.qml b/storybook/pages/DerivationPathInputPage.qml index a3978d2a83..5e6ccfc64e 100644 --- a/storybook/pages/DerivationPathInputPage.qml +++ b/storybook/pages/DerivationPathInputPage.qml @@ -420,3 +420,5 @@ SplitView { } // category: Components + +// https://www.figma.com/file/FkFClTCYKf83RJWoifWgoX/Wallet-v2?node-id=12272%3A269692&t=YiipgcxOhdOvqprP-0 diff --git a/storybook/pages/DidYouKnowSplashScreenPage.qml b/storybook/pages/DidYouKnowSplashScreenPage.qml index 7aa12b13ac..bb55d7a49e 100644 --- a/storybook/pages/DidYouKnowSplashScreenPage.qml +++ b/storybook/pages/DidYouKnowSplashScreenPage.qml @@ -37,3 +37,5 @@ SplitView { } // category: Panels + +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba⎜Desktop?node-id=25878%3A518438&t=C7xTpNib38t7s7XU-4 diff --git a/storybook/pages/EditAirdropViewPage.qml b/storybook/pages/EditAirdropViewPage.qml index 89f0bbddb6..bebf1690e0 100644 --- a/storybook/pages/EditAirdropViewPage.qml +++ b/storybook/pages/EditAirdropViewPage.qml @@ -363,3 +363,10 @@ SplitView { } // category: Views + +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=22602-495563&t=9dIP8Sji2UlfhsEs-0 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=22628-495258&t=9dIP8Sji2UlfhsEs-0 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=22628-496145&t=9dIP8Sji2UlfhsEs-0 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=22647-497754&t=9dIP8Sji2UlfhsEs-0 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=22647-501014&t=9dIP8Sji2UlfhsEs-0 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=22647-499051&t=kHAcE8WSCyGqhWSH-0 diff --git a/storybook/pages/EditCommunityTokenViewPage.qml b/storybook/pages/EditCommunityTokenViewPage.qml index 673d7c072e..aa15a6d144 100644 --- a/storybook/pages/EditCommunityTokenViewPage.qml +++ b/storybook/pages/EditCommunityTokenViewPage.qml @@ -62,3 +62,9 @@ SplitView { } // category: Views + +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=2934%3A480877&t=Qo2FwPRxvSxbluqB-1 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=26601%3A518245&t=Qo2FwPRxvSxbluqB-1 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=22721%3A498811&t=Qo2FwPRxvSxbluqB-1 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?type=design&node-id=29384%3A563759&t=g40TADKO0p93G4r0-1 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?type=design&node-id=29423%3A593514&t=g40TADKO0p93G4r0-1 diff --git a/storybook/pages/EditOwnerTokenViewPage.qml b/storybook/pages/EditOwnerTokenViewPage.qml index 7adf16759e..8b907bc1fc 100644 --- a/storybook/pages/EditOwnerTokenViewPage.qml +++ b/storybook/pages/EditOwnerTokenViewPage.qml @@ -115,3 +115,5 @@ SplitView { } // category: Views + +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?type=design&node-id=34794-590207&mode=design&t=ZnwK9yenS5oSgwws-0 diff --git a/storybook/pages/EditPermissionViewPage.qml b/storybook/pages/EditPermissionViewPage.qml index 027fe08bb5..13932cfc20 100644 --- a/storybook/pages/EditPermissionViewPage.qml +++ b/storybook/pages/EditPermissionViewPage.qml @@ -106,3 +106,5 @@ SplitView { } // category: Views + +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=22253%3A486103&t=JrCIfks1zVzsk3vn-0 diff --git a/storybook/pages/EditSettingsPanelPage.qml b/storybook/pages/EditSettingsPanelPage.qml index 5191e6900e..042cd6d53f 100644 --- a/storybook/pages/EditSettingsPanelPage.qml +++ b/storybook/pages/EditSettingsPanelPage.qml @@ -43,3 +43,5 @@ SplitView { } // category: Panels + +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba⎜Desktop?node-id=3132%3A383870&mode=dev diff --git a/storybook/pages/EnableShardingPopupPage.qml b/storybook/pages/EnableShardingPopupPage.qml index 3b2ff1c9c6..d03d9f0efe 100644 --- a/storybook/pages/EnableShardingPopupPage.qml +++ b/storybook/pages/EnableShardingPopupPage.qml @@ -57,3 +57,5 @@ SplitView { } // category: Popups + +// https://www.figma.com/file/qHfFm7C9LwtXpfdbxssCK3/Kuba%E2%8E%9CDesktop---Communities?node-id=37239%3A184324&mode=dev diff --git a/storybook/pages/ExportControlNodePopupPage.qml b/storybook/pages/ExportControlNodePopupPage.qml index 2e2f9a5f32..33a5fe920e 100644 --- a/storybook/pages/ExportControlNodePopupPage.qml +++ b/storybook/pages/ExportControlNodePopupPage.qml @@ -122,3 +122,7 @@ SplitView { } // category: Popups + +// https://www.figma.com/file/qHfFm7C9LwtXpfdbxssCK3/Kuba%E2%8E%9CDesktop---Communities?type=design&node-id=36894-685070&mode=design&t=6k1ago8SSQ5Ip9J8-0 +// https://www.figma.com/file/qHfFm7C9LwtXpfdbxssCK3/Kuba%E2%8E%9CDesktop---Communities?type=design&node-id=37275-289960&mode=design&t=6k1ago8SSQ5Ip9J8-0 +// https://www.figma.com/file/qHfFm7C9LwtXpfdbxssCK3/Kuba%E2%8E%9CDesktop---Communities?type=design&node-id=37275-290036&mode=design&t=6k1ago8SSQ5Ip9J8-0 diff --git a/storybook/pages/FinaliseOwnershipDeclinePopupPage.qml b/storybook/pages/FinaliseOwnershipDeclinePopupPage.qml index 51a9e941af..d9bd79bc77 100644 --- a/storybook/pages/FinaliseOwnershipDeclinePopupPage.qml +++ b/storybook/pages/FinaliseOwnershipDeclinePopupPage.qml @@ -77,3 +77,5 @@ SplitView { } // category: Popups + +// https://www.figma.com/file/qHfFm7C9LwtXpfdbxssCK3/Kuba%E2%8E%9CDesktop---Communities?type=design&node-id=37206%3A93540&mode=design&t=olSRjSKm7CM2vv5O-1 diff --git a/storybook/pages/FinaliseOwnershipPopupPage.qml b/storybook/pages/FinaliseOwnershipPopupPage.qml index 38b8c6906f..42749e58dc 100644 --- a/storybook/pages/FinaliseOwnershipPopupPage.qml +++ b/storybook/pages/FinaliseOwnershipPopupPage.qml @@ -196,3 +196,6 @@ SplitView { } // category: Popups + +// https://www.figma.com/file/qHfFm7C9LwtXpfdbxssCK3/Kuba%E2%8E%9CDesktop---Communities?type=design&node-id=37206%3A87869&mode=design&t=olSRjSKm7CM2vv5O-1 +// https://www.figma.com/file/qHfFm7C9LwtXpfdbxssCK3/Kuba%E2%8E%9CDesktop---Communities?type=design&node-id=37206%3A93588&mode=design&t=olSRjSKm7CM2vv5O-1 diff --git a/storybook/pages/HoldingsDropdownPage.qml b/storybook/pages/HoldingsDropdownPage.qml index fb8658cc6d..1cb1daf99a 100644 --- a/storybook/pages/HoldingsDropdownPage.qml +++ b/storybook/pages/HoldingsDropdownPage.qml @@ -174,3 +174,10 @@ SplitView { } // category: Popups + +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=22721%3A499660&t=F5yiYQV2YGPBdrJ8-0 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=22827%3A501381&t=7gqqAFbdG5KrPOmn-0 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=22733%3A502088&t=5QSRGGAhrksqBs8e-0 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=22772%3A496580&t=7gqqAFbdG5KrPOmn-0 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=22772%3A496653&t=7gqqAFbdG5KrPOmn-0 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=22734%3A502737&t=7gqqAFbdG5KrPOmn-0 diff --git a/storybook/pages/ImportControlNodePopupPage.qml b/storybook/pages/ImportControlNodePopupPage.qml index 7188d3aef2..5df51e6d2d 100644 --- a/storybook/pages/ImportControlNodePopupPage.qml +++ b/storybook/pages/ImportControlNodePopupPage.qml @@ -66,3 +66,5 @@ SplitView { } // category: Popups + +// https://www.figma.com/file/qHfFm7C9LwtXpfdbxssCK3/Kuba%E2%8E%9CDesktop---Communities?type=design&node-id=36894-685104&mode=design&t=6k1ago8SSQ5Ip9J8-0 diff --git a/storybook/pages/InDropdownPage.qml b/storybook/pages/InDropdownPage.qml index 9d5772fd13..b23a9f4849 100644 --- a/storybook/pages/InDropdownPage.qml +++ b/storybook/pages/InDropdownPage.qml @@ -75,3 +75,10 @@ SplitView { } // category: Popups + +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=2934%3A482182 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=2934%3A482231 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=2934%3A482280 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=2934%3A481935 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=2934%3A482006 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=2934%3A482016 diff --git a/storybook/pages/InviteFriendsToCommunityPopupPage.qml b/storybook/pages/InviteFriendsToCommunityPopupPage.qml index ef3ec09bc7..51918a3e77 100644 --- a/storybook/pages/InviteFriendsToCommunityPopupPage.qml +++ b/storybook/pages/InviteFriendsToCommunityPopupPage.qml @@ -138,3 +138,9 @@ SplitView { } // category: Popups + +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=2927%3A343592 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=2990%3A353179 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=2927%3A344073 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=4291%3A385536 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=4295%3A385958 diff --git a/storybook/pages/JoinCommunityViewPage.qml b/storybook/pages/JoinCommunityViewPage.qml index 2886db78d3..62a7d2990b 100644 --- a/storybook/pages/JoinCommunityViewPage.qml +++ b/storybook/pages/JoinCommunityViewPage.qml @@ -301,3 +301,7 @@ Nemo enim 😋 ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, } // category: Views + +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=2365%3A317901&t=05yQWHWBWOs2DUTp-0 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=2698%3A380426&t=UOvsb3QLi26KmVrk-0 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=2365%3A291788&t=UOvsb3QLi26KmVrk-0 diff --git a/storybook/pages/JoinPermissionsOverlayPanelPage.qml b/storybook/pages/JoinPermissionsOverlayPanelPage.qml index 55b47d5048..d909152daf 100644 --- a/storybook/pages/JoinPermissionsOverlayPanelPage.qml +++ b/storybook/pages/JoinPermissionsOverlayPanelPage.qml @@ -175,3 +175,5 @@ SplitView { } // category: Panels + +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=2365%3A291788&t=UOvsb3QLi26KmVrk-0 diff --git a/storybook/pages/LanguageCurrencySettingsPage.qml b/storybook/pages/LanguageCurrencySettingsPage.qml index c49870edc7..cabbff18ee 100644 --- a/storybook/pages/LanguageCurrencySettingsPage.qml +++ b/storybook/pages/LanguageCurrencySettingsPage.qml @@ -106,3 +106,7 @@ SplitView { } // category: Components + +// https://www.figma.com/file/idUoxN7OIW2Jpp3PMJ1Rl8/%E2%9A%99%EF%B8%8F-Settings-%7C-Desktop?node-id=701%3A74776 +// https://www.figma.com/file/idUoxN7OIW2Jpp3PMJ1Rl8/%E2%9A%99%EF%B8%8F-Settings-%7C-Desktop?node-id=1592%3A112840 +// https://www.figma.com/file/idUoxN7OIW2Jpp3PMJ1Rl8/%E2%9A%99%EF%B8%8F-Settings-%7C-Desktop?node-id=701%3A75345 diff --git a/storybook/pages/LoginViewPage.qml b/storybook/pages/LoginViewPage.qml index 4ecaadfb5f..e469e7ad19 100644 --- a/storybook/pages/LoginViewPage.qml +++ b/storybook/pages/LoginViewPage.qml @@ -112,3 +112,5 @@ SplitView { } // category: Views + +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=1080%3A313192 diff --git a/storybook/pages/ManageShardingPopupPage.qml b/storybook/pages/ManageShardingPopupPage.qml index d980b1111a..d15acf62c5 100644 --- a/storybook/pages/ManageShardingPopupPage.qml +++ b/storybook/pages/ManageShardingPopupPage.qml @@ -53,3 +53,5 @@ SplitView { } // category: Popups + +// https://www.figma.com/file/qHfFm7C9LwtXpfdbxssCK3/Kuba%E2%8E%9CDesktop---Communities?type=design&node-id=37242-186255&mode=design&t=tn8u8VaIZDDrCXN4-0 diff --git a/storybook/pages/MembersDropdownPage.qml b/storybook/pages/MembersDropdownPage.qml index 17fd7330a1..b66afc9d2a 100644 --- a/storybook/pages/MembersDropdownPage.qml +++ b/storybook/pages/MembersDropdownPage.qml @@ -349,3 +349,6 @@ SplitView { } // category: Popups + +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=22647-498410 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=22642-497015 diff --git a/storybook/pages/MembersTabPanelPage.qml b/storybook/pages/MembersTabPanelPage.qml index 8ddef7d7bb..14aa961c48 100644 --- a/storybook/pages/MembersTabPanelPage.qml +++ b/storybook/pages/MembersTabPanelPage.qml @@ -151,3 +151,5 @@ SplitView { property alias membersTabPanelSelection: viewStateSelector.currentIndex } } + +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba⎜Desktop?type=design&node-id=35909-605774&mode=design&t=KfrAekLfW5mTy68x-0 diff --git a/storybook/pages/MintTokensSettingsPanelPage.qml b/storybook/pages/MintTokensSettingsPanelPage.qml index 1a08bd8f01..39d21f76ee 100644 --- a/storybook/pages/MintTokensSettingsPanelPage.qml +++ b/storybook/pages/MintTokensSettingsPanelPage.qml @@ -215,3 +215,10 @@ SplitView { } // category: Panels + +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=22721%3A498587&t=v2Krj5iZQaSTK7Om-1 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=2934%3A480877&t=v2Krj5iZQaSTK7Om-1 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=22721%3A498811&t=v2Krj5iZQaSTK7Om-1 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=2934%3A480927&t=v2Krj5iZQaSTK7Om-1 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?type=design&node-id=29566-689073&t=mAtmLENvQyRJqDGQ-0 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?type=design&node-id=29437-599353&t=mAtmLENvQyRJqDGQ-0 diff --git a/storybook/pages/MintedTokensViewPage.qml b/storybook/pages/MintedTokensViewPage.qml index bc6798f69e..0f5aa9118f 100644 --- a/storybook/pages/MintedTokensViewPage.qml +++ b/storybook/pages/MintedTokensViewPage.qml @@ -96,3 +96,5 @@ SplitView { } // category: Views + +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=2934%3A479136&t=zs22ORYUVDYpqubQ-1 diff --git a/storybook/pages/NetworkSelectPopupPage.qml b/storybook/pages/NetworkSelectPopupPage.qml index 06faae4dd7..bd7daca774 100644 --- a/storybook/pages/NetworkSelectPopupPage.qml +++ b/storybook/pages/NetworkSelectPopupPage.qml @@ -304,3 +304,7 @@ SplitView { } // category: Popups + +// https://www.figma.com/file/FkFClTCYKf83RJWoifWgoX/Wallet-v2?node-id=13200-352357&t=jKciSCy3BVlrZmBs-0 +// https://www.figma.com/file/FkFClTCYKf83RJWoifWgoX/Wallet-v2?node-id=13185-350333&t=b2AclcJgxjXDL6Wl-0 +// https://www.figma.com/file/FkFClTCYKf83RJWoifWgoX/Wallet-v2?node-id=13187-359097&t=b2AclcJgxjXDL6Wl-0 diff --git a/storybook/pages/OverviewSettingsChartPage.qml b/storybook/pages/OverviewSettingsChartPage.qml index 9d4a483d4f..f73b2df664 100644 --- a/storybook/pages/OverviewSettingsChartPage.qml +++ b/storybook/pages/OverviewSettingsChartPage.qml @@ -68,3 +68,5 @@ SplitView { } // category: Panels + +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba⎜Desktop?type=design&node-id=31281-635619&mode=design&t=RYpVRgwqCjp8fUEX-0 diff --git a/storybook/pages/OverviewSettingsFooterPage.qml b/storybook/pages/OverviewSettingsFooterPage.qml index ace13f707a..e0037df41e 100644 --- a/storybook/pages/OverviewSettingsFooterPage.qml +++ b/storybook/pages/OverviewSettingsFooterPage.qml @@ -68,3 +68,6 @@ SplitView { } // category: Panels + +// https://www.figma.com/file/qHfFm7C9LwtXpfdbxssCK3/Kuba%E2%8E%9CDesktop---Communities?type=design&node-id=36894-684461&mode=design&t=6k1ago8SSQ5Ip9J8-0 +// https://www.figma.com/file/qHfFm7C9LwtXpfdbxssCK3/Kuba%E2%8E%9CDesktop---Communities?type=design&node-id=36894-684611&mode=design&t=6k1ago8SSQ5Ip9J8-0 diff --git a/storybook/pages/OverviewSettingsPanelPage.qml b/storybook/pages/OverviewSettingsPanelPage.qml index af5b25101b..b81c75a5f1 100644 --- a/storybook/pages/OverviewSettingsPanelPage.qml +++ b/storybook/pages/OverviewSettingsPanelPage.qml @@ -49,3 +49,5 @@ SplitView { } // category: Panels + +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba⎜Desktop?type=design&node-id=31229-627216&mode=design&t=KoQOW7vmoNc7f41m-0 diff --git a/storybook/pages/OwnerTokenWelcomeViewPage.qml b/storybook/pages/OwnerTokenWelcomeViewPage.qml index dcb807db55..16833dc306 100644 --- a/storybook/pages/OwnerTokenWelcomeViewPage.qml +++ b/storybook/pages/OwnerTokenWelcomeViewPage.qml @@ -79,3 +79,5 @@ SplitView { } // category: Views + +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?type=design&node-id=34794%3A590064&mode=design&t=eabTmd6JZbuycoy8-1 diff --git a/storybook/pages/PermissionConflictWarningPanelPage.qml b/storybook/pages/PermissionConflictWarningPanelPage.qml index 1959716cd6..65eb4e93b2 100644 --- a/storybook/pages/PermissionConflictWarningPanelPage.qml +++ b/storybook/pages/PermissionConflictWarningPanelPage.qml @@ -90,3 +90,5 @@ SplitView { } // category: Panels + +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=22253%3A486103&t=JrCIfks1zVzsk3vn-0 diff --git a/storybook/pages/PermissionQualificationPanelPage.qml b/storybook/pages/PermissionQualificationPanelPage.qml index dc1932e10f..c92d0c7f8c 100644 --- a/storybook/pages/PermissionQualificationPanelPage.qml +++ b/storybook/pages/PermissionQualificationPanelPage.qml @@ -99,3 +99,6 @@ SplitView { } // category: Panels + +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=2934%3A480089 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=22734%3A502803 diff --git a/storybook/pages/PermissionsRowPage.qml b/storybook/pages/PermissionsRowPage.qml index 7fd1d6211f..9f4b7ca947 100644 --- a/storybook/pages/PermissionsRowPage.qml +++ b/storybook/pages/PermissionsRowPage.qml @@ -202,3 +202,7 @@ SplitView { } // category: Components + +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=28570-546277&t=PVEC7ehRew4RnGFa-0 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=8159%3A416159&t=bTEq7jsSZT0nfC4y-1 +// https://www.figma.com/file/WQZcp6S0EnzxdTL4taoKDv/Design-System-for-Mobile?node-id=17582-215241&t=8cRmw5jIlzUtfJbY-0 diff --git a/storybook/pages/PermissionsSettingsPanelPage.qml b/storybook/pages/PermissionsSettingsPanelPage.qml index fedd3b3321..55f176ab7b 100644 --- a/storybook/pages/PermissionsSettingsPanelPage.qml +++ b/storybook/pages/PermissionsSettingsPanelPage.qml @@ -121,3 +121,7 @@ SplitView { } // category: Panels + +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=2992%3A367890&t=7gqqAFbdG5KrPOmn-0 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=22137%3A484809&t=7gqqAFbdG5KrPOmn-0 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=22813%3A497277&t=7gqqAFbdG5KrPOmn-0 diff --git a/storybook/pages/PermissionsViewPage.qml b/storybook/pages/PermissionsViewPage.qml index 8fb1852fe8..db1f030daa 100644 --- a/storybook/pages/PermissionsViewPage.qml +++ b/storybook/pages/PermissionsViewPage.qml @@ -137,3 +137,5 @@ SplitView { } // category: Views + +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=22813%3A497277&t=7gqqAFbdG5KrPOmn-0 diff --git a/storybook/pages/ProfileDialogViewPage.qml b/storybook/pages/ProfileDialogViewPage.qml index 460a0cfed0..7cdc2c4dd4 100644 --- a/storybook/pages/ProfileDialogViewPage.qml +++ b/storybook/pages/ProfileDialogViewPage.qml @@ -526,3 +526,14 @@ Say hi, or find me on Twitter, GitHub, or Mastodon." } // category: Views + +// https://www.figma.com/file/ibJOTPlNtIxESwS96vJb06/%F0%9F%91%A4-Profile-%7C-Desktop?node-id=733%3A12552 +// https://www.figma.com/file/ibJOTPlNtIxESwS96vJb06/%F0%9F%91%A4-Profile-%7C-Desktop?node-id=682%3A15078 +// https://www.figma.com/file/ibJOTPlNtIxESwS96vJb06/%F0%9F%91%A4-Profile-%7C-Desktop?node-id=682%3A17655 +// https://www.figma.com/file/ibJOTPlNtIxESwS96vJb06/%F0%9F%91%A4-Profile-%7C-Desktop?node-id=682%3A17087 +// https://www.figma.com/file/ibJOTPlNtIxESwS96vJb06/%F0%9F%91%A4-Profile-%7C-Desktop?node-id=4%3A23525 +// https://www.figma.com/file/ibJOTPlNtIxESwS96vJb06/%F0%9F%91%A4-Profile-%7C-Desktop?node-id=4%3A23932 +// https://www.figma.com/file/ibJOTPlNtIxESwS96vJb06/%F0%9F%91%A4-Profile-%7C-Desktop?node-id=4%3A23932&t=h8DUW6Eysawqe5u0-0 +// https://www.figma.com/file/ibJOTPlNtIxESwS96vJb06/%F0%9F%91%A4-Profile-%7C-Desktop?node-id=724%3A15511&t=h8DUW6Eysawqe5u0-0 +// https://www.figma.com/file/ibJOTPlNtIxESwS96vJb06/%F0%9F%91%A4-Profile-%7C-Desktop?node-id=6%3A16845&t=h8DUW6Eysawqe5u0-0 +// https://www.figma.com/file/ibJOTPlNtIxESwS96vJb06/%F0%9F%91%A4-Profile-%7C-Desktop?node-id=4%3A25437&t=h8DUW6Eysawqe5u0-0 diff --git a/storybook/pages/ProfilePopupInviteFriendsPanelPage.qml b/storybook/pages/ProfilePopupInviteFriendsPanelPage.qml index c7ecb3a50d..195dceaea1 100644 --- a/storybook/pages/ProfilePopupInviteFriendsPanelPage.qml +++ b/storybook/pages/ProfilePopupInviteFriendsPanelPage.qml @@ -91,3 +91,7 @@ Item { } // category: Panels + +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=2927%3A343592 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=2990%3A353179 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=2927%3A344073 diff --git a/storybook/pages/ProfilePopupInviteMessagePanelPage.qml b/storybook/pages/ProfilePopupInviteMessagePanelPage.qml index b139200da1..2efab72510 100644 --- a/storybook/pages/ProfilePopupInviteMessagePanelPage.qml +++ b/storybook/pages/ProfilePopupInviteMessagePanelPage.qml @@ -93,3 +93,6 @@ Item { } // category: Panels + +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=4291%3A385536 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=4295%3A385958 diff --git a/storybook/pages/ProfileShowcaseAccountsPanelPage.qml b/storybook/pages/ProfileShowcaseAccountsPanelPage.qml index 4fa99d1dad..20a8d0d5bd 100644 --- a/storybook/pages/ProfileShowcaseAccountsPanelPage.qml +++ b/storybook/pages/ProfileShowcaseAccountsPanelPage.qml @@ -85,3 +85,7 @@ SplitView { } // category: Panels + +// https://www.figma.com/file/idUoxN7OIW2Jpp3PMJ1Rl8/%E2%9A%99%EF%B8%8F-Settings-%7C-Desktop?node-id=14580-339549&t=RkXAEv3G6mp3EUvl-0 +// https://www.figma.com/file/idUoxN7OIW2Jpp3PMJ1Rl8/%E2%9A%99%EF%B8%8F-Settings-%7C-Desktop?node-id=14729-233846&t=RkXAEv3G6mp3EUvl-0 +// https://www.figma.com/file/idUoxN7OIW2Jpp3PMJ1Rl8/%E2%9A%99%EF%B8%8F-Settings-%7C-Desktop?node-id=14609-237740&t=RkXAEv3G6mp3EUvl-0 diff --git a/storybook/pages/ProfileShowcaseAssetsPanelPage.qml b/storybook/pages/ProfileShowcaseAssetsPanelPage.qml index b464096879..a43f072232 100644 --- a/storybook/pages/ProfileShowcaseAssetsPanelPage.qml +++ b/storybook/pages/ProfileShowcaseAssetsPanelPage.qml @@ -114,3 +114,8 @@ SplitView { } // category: Panels + +// https://www.figma.com/file/idUoxN7OIW2Jpp3PMJ1Rl8/%E2%9A%99%EF%B8%8F-Settings-%7C-Desktop?node-id=14588-319260&t=RkXAEv3G6mp3EUvl-0 +// https://www.figma.com/file/idUoxN7OIW2Jpp3PMJ1Rl8/%E2%9A%99%EF%B8%8F-Settings-%7C-Desktop?node-id=14609-238808&t=RkXAEv3G6mp3EUvl-0 +// https://www.figma.com/file/idUoxN7OIW2Jpp3PMJ1Rl8/%E2%9A%99%EF%B8%8F-Settings-%7C-Desktop?node-id=14609-239912&t=RkXAEv3G6mp3EUvl-0 +// https://www.figma.com/file/idUoxN7OIW2Jpp3PMJ1Rl8/%E2%9A%99%EF%B8%8F-Settings-%7C-Desktop?node-id=14609-240991&t=RkXAEv3G6mp3EUvl-0 diff --git a/storybook/pages/ProfileShowcaseCollectiblesPanelPage.qml b/storybook/pages/ProfileShowcaseCollectiblesPanelPage.qml index 52d8fcf8bd..b7e40828cb 100644 --- a/storybook/pages/ProfileShowcaseCollectiblesPanelPage.qml +++ b/storybook/pages/ProfileShowcaseCollectiblesPanelPage.qml @@ -106,3 +106,7 @@ SplitView { } // category: Panels + +// https://www.figma.com/file/idUoxN7OIW2Jpp3PMJ1Rl8/%E2%9A%99%EF%B8%8F-Settings-%7C-Desktop?node-id=14609-235560&t=RkXAEv3G6mp3EUvl-0 +// https://www.figma.com/file/idUoxN7OIW2Jpp3PMJ1Rl8/%E2%9A%99%EF%B8%8F-Settings-%7C-Desktop?node-id=14729-235696&t=RkXAEv3G6mp3EUvl-0 +// https://www.figma.com/file/idUoxN7OIW2Jpp3PMJ1Rl8/%E2%9A%99%EF%B8%8F-Settings-%7C-Desktop?node-id=14729-237604&t=RkXAEv3G6mp3EUvl-0 diff --git a/storybook/pages/ProfileShowcaseCommunitiesPanelPage.qml b/storybook/pages/ProfileShowcaseCommunitiesPanelPage.qml index fcc8965926..64d24ba7e4 100644 --- a/storybook/pages/ProfileShowcaseCommunitiesPanelPage.qml +++ b/storybook/pages/ProfileShowcaseCommunitiesPanelPage.qml @@ -101,3 +101,7 @@ SplitView { } // category: Panels + +// https://www.figma.com/file/idUoxN7OIW2Jpp3PMJ1Rl8/%E2%9A%99%EF%B8%8F-Settings-%7C-Desktop?node-id=14580-339532&t=RkXAEv3G6mp3EUvl-0 +// https://www.figma.com/file/idUoxN7OIW2Jpp3PMJ1Rl8/%E2%9A%99%EF%B8%8F-Settings-%7C-Desktop?node-id=14729-231402&t=RkXAEv3G6mp3EUvl-0 +// https://www.figma.com/file/idUoxN7OIW2Jpp3PMJ1Rl8/%E2%9A%99%EF%B8%8F-Settings-%7C-Desktop?node-id=14609-236656&t=RkXAEv3G6mp3EUvl-0 diff --git a/storybook/pages/ProfileSocialLinksPanelPage.qml b/storybook/pages/ProfileSocialLinksPanelPage.qml index 4abc5d2396..57b4e0dd55 100644 --- a/storybook/pages/ProfileSocialLinksPanelPage.qml +++ b/storybook/pages/ProfileSocialLinksPanelPage.qml @@ -142,3 +142,5 @@ SplitView { } // category: Panels + +// https://www.figma.com/file/idUoxN7OIW2Jpp3PMJ1Rl8/%E2%9A%99%EF%B8%8F-Settings-%7C-Desktop?node-id=14588%3A308727&t=cwFGbBHsAGOP0T5R-0 diff --git a/storybook/pages/SharedAddressesPopupPage.qml b/storybook/pages/SharedAddressesPopupPage.qml index 7ba26cb876..5586983d0d 100644 --- a/storybook/pages/SharedAddressesPopupPage.qml +++ b/storybook/pages/SharedAddressesPopupPage.qml @@ -183,3 +183,7 @@ SplitView { } // category: Popups + +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=31461%3A564367&mode=dev +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=31461%3A563905&mode=dev +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=31461%3A579875&mode=dev diff --git a/storybook/pages/SortableTokenHoldersPanelPage.qml b/storybook/pages/SortableTokenHoldersPanelPage.qml index e6965a8288..1fa2aebeb1 100644 --- a/storybook/pages/SortableTokenHoldersPanelPage.qml +++ b/storybook/pages/SortableTokenHoldersPanelPage.qml @@ -91,3 +91,12 @@ SplitView { } // category: Panels + +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?type=design&node-id=29566-690307&mode=design&t=xJYwzqj8f8v72gYz-0 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?type=design&node-id=29566-690334&mode=design&t=xJYwzqj8f8v72gYz-0 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?type=design&node-id=29566-690939&mode=design&t=xJYwzqj8f8v72gYz-0 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?type=design&node-id=29566-690557&mode=design&t=xJYwzqj8f8v72gYz-0 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?type=design&node-id=29566-691130&mode=design&t=xJYwzqj8f8v72gYz-0 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?type=design&node-id=29566-691320&mode=design&t=xJYwzqj8f8v72gYz-0 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?type=design&node-id=29566-691513&mode=design&t=xJYwzqj8f8v72gYz-0 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?type=design&node-id=29566-691703&mode=design&t=xJYwzqj8f8v72gYz-0 diff --git a/storybook/pages/StatusButtonPage.qml b/storybook/pages/StatusButtonPage.qml index d689c6ea45..434f730134 100644 --- a/storybook/pages/StatusButtonPage.qml +++ b/storybook/pages/StatusButtonPage.qml @@ -271,3 +271,5 @@ SplitView { } // category: Controls + +// https://www.figma.com/file/MtAO3a7HnEH5xjCDVNilS7/%F0%9F%8E%A8-Design-System-%E2%8E%9C-Desktop?type=design&node-id=1-12&t=UHegCbqAa5K7qUKd-0 diff --git a/storybook/pages/StatusCommunityCardPage.qml b/storybook/pages/StatusCommunityCardPage.qml index 475cd82b7b..ae3aeb60f4 100644 --- a/storybook/pages/StatusCommunityCardPage.qml +++ b/storybook/pages/StatusCommunityCardPage.qml @@ -91,3 +91,6 @@ SplitView { } // category: Panels + +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=8159%3A416159 +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=8159%3A416160 diff --git a/storybook/pages/TransferOwnershipAlertPopupPage.qml b/storybook/pages/TransferOwnershipAlertPopupPage.qml index 5d3b5186a0..65c15793ec 100644 --- a/storybook/pages/TransferOwnershipAlertPopupPage.qml +++ b/storybook/pages/TransferOwnershipAlertPopupPage.qml @@ -137,3 +137,6 @@ SplitView { } // category: Popups + +// https://www.figma.com/file/qHfFm7C9LwtXpfdbxssCK3/Kuba%E2%8E%9CDesktop---Communities?type=design&node-id=37206%3A86828&mode=design&t=coHVo1E6fHrKNNhQ-1 +// https://www.figma.com/file/qHfFm7C9LwtXpfdbxssCK3/Kuba%E2%8E%9CDesktop---Communities?type=design&node-id=37206%3A86847&mode=design&t=coHVo1E6fHrKNNhQ-1 diff --git a/storybook/pages/UserAgreementPopupPage.qml b/storybook/pages/UserAgreementPopupPage.qml index 01756dc0bb..bf6fe6333c 100644 --- a/storybook/pages/UserAgreementPopupPage.qml +++ b/storybook/pages/UserAgreementPopupPage.qml @@ -34,3 +34,5 @@ SplitView { } // category: Popups + +// https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba⎜Desktop?type=design&node-id=31450-560694&t=Q4MOViPCoHsTjhs6-0 diff --git a/storybook/pages/UserProfileCardPage.qml b/storybook/pages/UserProfileCardPage.qml index 6f2f10daf0..3c04ceeb11 100644 --- a/storybook/pages/UserProfileCardPage.qml +++ b/storybook/pages/UserProfileCardPage.qml @@ -81,4 +81,6 @@ SplitView { } } } -} \ No newline at end of file +} + +// https://www.figma.com/file/Mr3rqxxgKJ2zMQ06UAKiWL/💬-Chat⎜Desktop?type=design&node-id=21961-655678&mode=design&t=JiMnPfMaLPWlrFK3-0