diff --git a/.changeset/seven-olives-design.md b/.changeset/seven-olives-design.md new file mode 100644 index 000000000..83024d0da --- /dev/null +++ b/.changeset/seven-olives-design.md @@ -0,0 +1,5 @@ +--- +"status.app": patch +--- + +chore: reduce cloudinary usage diff --git a/apps/portfolio/package.json b/apps/portfolio/package.json index cddc7cb69..04080d026 100644 --- a/apps/portfolio/package.json +++ b/apps/portfolio/package.json @@ -12,6 +12,7 @@ "format": "prettier --write .", "typecheck": "tsc", "env:check": "node -r dotenv/config ./src/config/env.server.mjs dotenv_config_path=./.env && node -r dotenv/config ./src/config/env.client.mjs dotenv_config_path=./.env && :", + "sync:cloudinary": "DOTENV_CONFIG_PATH='.env.local' node -r dotenv/config scripts/generate-cloudinary-type.mjs && prettier -w 'src/app/_components/assets/types.ts'", "clean": "rimraf .next .vercel/output node_modules .turbo" }, "dependencies": { diff --git a/packages/status-network/scripts/generate-cloudinary-type.mjs b/apps/portfolio/scripts/generate-cloudinary-type.mjs similarity index 93% rename from packages/status-network/scripts/generate-cloudinary-type.mjs rename to apps/portfolio/scripts/generate-cloudinary-type.mjs index 767b4eaa3..ed5b405ee 100644 --- a/packages/status-network/scripts/generate-cloudinary-type.mjs +++ b/apps/portfolio/scripts/generate-cloudinary-type.mjs @@ -33,10 +33,10 @@ const fetchResources = async url => { { headers: { Authorization: `Basic ${btoa( - `${env.data.CLOUDINARY_API_KEY}:${env.data.CLOUDINARY_API_SECRET}`, + `${env.data.CLOUDINARY_API_KEY}:${env.data.CLOUDINARY_API_SECRET}` )}`, }, - }, + } ) const { resources, next_cursor } = await response.json() @@ -46,7 +46,7 @@ const fetchResources = async url => { nextCursor = next_cursor } else { console.warn( - 'Empty or undefined response received. Consider running the script again.', + 'Empty or undefined response received. Consider running the script again.' ) break } @@ -56,11 +56,11 @@ const fetchResources = async url => { } const [images, videos, zipFiles] = await Promise.all( - RESOURCE_URLS.map(async url => fetchResources(url)), + RESOURCE_URLS.map(async url => fetchResources(url)) ) fs.writeFile( - 'src/components/image/types.ts', + 'src/app/_components/assets/types.ts', ` export type ImageType = ${images @@ -68,7 +68,7 @@ export type ImageType = i => `{ id: '${i.public_id}:${i.width}:${i.height}', alt: "${ i.context?.custom?.alt ?? '' - }" }`, + }" }` ) .join(' | ')} @@ -85,5 +85,5 @@ export type VideoId = ${[...videos] .map(z => `'${z.public_id}'`) .sort() .join(' | ')} - `, + ` ) diff --git a/apps/portfolio/src/app/_components/assets/types.ts b/apps/portfolio/src/app/_components/assets/types.ts index f175fe3fb..538e84b71 100644 --- a/apps/portfolio/src/app/_components/assets/types.ts +++ b/apps/portfolio/src/app/_components/assets/types.ts @@ -1,4 +1,15 @@ export type ImageType = + | { + id: 'Non Beta Release/Illustrations/Hero_Non_Beta_Release_Mobile_Long-optimized:1470:813' + alt: '' + } + | { id: 'Jobs/Top Section/Jobs_01_Mobile-optimized:1745:1867'; alt: '' } + | { id: 'Jobs/Top Section/Jobs_01-optimized:2448:1422'; alt: '' } + | { id: 'Portfolio/Empty States/No_Balance:750:232'; alt: '' } + | { id: 'Wallet/Icons/Logos/mercuryo-bigger:144:144'; alt: '' } + | { id: 'Wallet/Icons/Logos/moonpay-bigger:144:144'; alt: '' } + | { id: 'Wallet/Icons/Logos/mercuryo:64:64'; alt: '' } + | { id: 'Wallet/Icons/Logos/moonpay:64:64'; alt: '' } | { id: 'Homepage/Screens/Extension Section/Extension_01:2127:2390'; alt: '' } | { id: 'Help/Documentation Screens/Wallet/1532/1532_1_Screen_Light:1872:1208' @@ -534,24 +545,8 @@ export type ImageType = | { id: 'Status Network/Icons/Staking_Rewards:144:144'; alt: '' } | { id: 'Status Network/Icons/Enhanced_Governance:145:144'; alt: '' } | { id: 'Status Network/Icons/Native_Public_Funding_Pool:145:144'; alt: '' } - | { - id: 'Create Community/Screens/Component Section/Blue/Component_05_Blue:750:608' - alt: 'Mobile app screenshot showing the internal link card of a community that includes community name, description, members, community avatar and header' - } - | { - id: 'Create Community/Screens/Component Section/Blue/Component_02_Blue:750:460' - alt: 'Mobile app screenshot showing the community summary card that includes community name, description and tag, members, community avatar and header' - } - | { - id: 'Create Community/Screens/Component Section/Blue/Component_03_Blue:750:1624' - alt: 'Mobile app screenshot showing a community main page, with respective categories and channels' - } | { id: 'Status Network/Partners List/scribble:390:246'; alt: '' } | { id: 'Status Network/Partners List/linea:144:144'; alt: '' } - | { - id: 'Homepage/Illustrations/Mobile Beta pop up/01_mobile_beta:2332:2592' - alt: 'Status mobile beta is live' - } | { id: 'Help/Documentation Screens/Wallet/466/466_Header_Light:1900:1120' alt: '' @@ -571,18 +566,6 @@ export type ImageType = id: 'Platforms/Screens/Web Screens/Communities/Communities:2880:1800' alt: 'Desktop screenshot showing the community feature included in the Status app accessed by browser' } - | { - id: 'Messenger/Screens/Top Section/Messenger_01:750:1624' - alt: 'Mobile app screenshot showing a private chat between users: the messaging feature allows the user to send images, voice messages, crypto and much more' - } - | { - id: 'Homepage/Screens/Messenger Feature Section/Messenger_03:762:1384' - alt: 'Mobile app screenshot showing a private chat between users: the messaging feature allows the user to send images, voice messages, crypto and much more' - } - | { - id: 'Homepage/Screens/Communities Feature Section/Communities_02:668:560' - alt: 'Bottom portion of a mobile app screenshot showing the possibility to join token gated channels by hodling tokens, collectibles and more' - } | { id: 'admin/empty/epics:216:216'; alt: '' } | { id: 'Platforms/Scribbles and Notes/Screen Section/Scribble_01:385:162' @@ -612,10 +595,6 @@ export type ImageType = id: 'Open Graph/Status_Open_Graph_05_Keycard:1200:631' alt: 'Status.app website open graph for a shared Keycard page' } - | { - id: 'Homepage/Screens/Wallet Feature Section/Wallet_01:762:1400' - alt: 'Mobile app screenshot showing the wallet feature: the user is able to automatically bridge and manage tokens without any multi-chain hassle' - } | { id: 'Blog/Icons/07_Keycard:192:192'; alt: '' } | { id: 'admin/empty/users:241:240'; alt: '' } | { id: 'admin/empty/workstreams:241:240'; alt: '' } @@ -678,39 +657,8 @@ export type ImageType = | { id: 'Team/Network Section/Waku:96:96'; alt: 'Waku logo' } | { id: 'Team/Network Section/Logos:96:96'; alt: 'Logos logo' } | { id: 'Team/Network Section/Nomos:96:96'; alt: 'Nomos logo' } - | { - id: 'Messenger/Screens/Share Section/Blue/Mobile_Blue:750:1624' - alt: 'Mobile screenshot showing how a user profile is shared outside the app' - } - | { - id: 'Messenger/Screens/Share Section/Blue/Desktop_Blue:2848:1892' - alt: 'Desktop screenshot showing how a user profile is shared outside the app' - } - | { - id: 'Messenger/Screens/Profile Section/Profile_01_Blue:1312:1748' - alt: 'Mobile app screenshot showing a fully customized user profile where you can see at a glance all the important information regarding that user, such as its bio, unique emoji hash, joined community, accounts, collectibles, assets and external social media links' - } - | { - id: 'Messenger/Animations/Frames/Messenger_02_Bottom_Frame:1512:781' - alt: '' - } - | { id: 'Wallet/Animations/Frames/Wallet_02_Mobile_Frame:990:1467'; alt: '' } - | { id: 'Wallet/Animations/Frames/Wallet_02_Frame:2256:1178'; alt: '' } | { id: 'Token/Animations/Frames/Token_Hero_Frame:721:575'; alt: '' } - | { id: 'Messenger/Animations/Frames/Messenger_01_Frame:1119:1233'; alt: '' } | { id: 'Exchanges/Frames/Exchanges_Hero_Frame:1133:904'; alt: '' } - | { - id: 'Homepage/Animations/Frames/Homepage_Hero_Mobile_Frame:2673:1800' - alt: '' - } - | { - id: 'Homepage/Animations/Frames/Homepage_Hero_Desktop_Frame:2883:1823' - alt: '' - } - | { - id: 'Wallet/Screens/Screencast Section/Wallet_05_Frame:750:1624' - alt: '' - } | { id: 'Brand/Product Assets/Wallet/Asset_Wallet_03:750:1624' alt: 'Mobile app screenshot showing the wallet feature assets in the Status app' @@ -719,23 +667,6 @@ export type ImageType = id: 'Brand/Product Assets/Wallet/Asset_Wallet_02:766:1640' alt: 'Mobile app screenshot showing the wallet feature assets in the Status app' } - | { - id: 'Wallet/Screens/Top Section/Wallet_04:604:328' - alt: 'Mobile app screenshot showing a wallet account summary card where the user is able to see at a glance the current balance in fiat, overall metrics and conversion' - } - | { - id: 'Wallet/Screens/Top Section/Wallet_02:750:1624' - alt: "Mobile app screenshot showing a wallet account main page where the user can see the account's current balance in fiat, see the respective assets, collectibles and recent account activity as well as perform actions like buy, send, receive and bridge tokens" - } - | { - id: 'Wallet/Screens/Top Section/Wallet_01:750:1624' - alt: 'Mobile app screenshot showing the wallet main page where the user can see at a glance their current balance in fiat, accounts, assets, collectibles and recent activity' - } - | { - id: 'Homepage/Screens/Wallet Feature Section/Wallet_02:668:544' - alt: 'Mobile app screenshot showing how the wallet feature shows your total balances changing overtime in fiat' - } - | { id: 'Homepage/Animations/Frames/Sign_Up_Frame:536:343'; alt: '' } | { id: 'Platforms/Screens/Mobile Screens/Browser/Browser_02:750:1624' alt: 'Mobile app screenshot showing the browser feature included in the Status app' @@ -744,31 +675,6 @@ export type ImageType = id: 'Platforms/Screens/Mobile Screens/Browser/Browser_01:750:1624' alt: 'Mobile app screenshot showing the browser feature included in the Status app' } - | { - id: 'Homepage/Screens/Browser Feature Section/Browser_02:750:610' - alt: "Mobile app screenshot showing the Web3 browser that features omnichain dApp connections so the user doesn't have to pick chains" - } - | { - id: 'Homepage/Screens/Browser Feature Section/Browser_01:750:1624' - alt: 'Mobile app screenshot showing how the Web3 browser interacts with NFT markets, allowing the user to buy a collectible directly from the app using the fully integrated wallet' - } - | { - id: 'Homepage/Screens/Features/02_Notifications:750:1624' - alt: "Mobile app screenshot showing the global notification centre that lets the users see at a glance everything that's happening inside the app" - } - | { - id: 'Communities/Screens/Card Section/Community_Card_03:670:460' - alt: 'Mobile app screenshot showing the community summary card that includes community name, description and tag, members, community avatar and header' - } - | { - id: 'Communities/Screens/Component Section/Component_04:750:942' - alt: 'Mobile app screenshot showing how a collectible is shown inside the Web3 dApp browser of the app' - } - | { - id: 'Communities/Screens/Component Section/Component_02:750:942' - alt: 'Mobile app screenshot showing the composer of the app, the space where the user is able to type, attach images, use stickers, customize the text formatting and record voice messages to send' - } - | { id: 'Homepage/Screens/Features/01_Jump_To_Frame:750:1624'; alt: '' } | { id: 'Footer/Legacy App/Legacy_01:620:1342' alt: 'A mobile screenshot of the Status legacy app.' @@ -777,58 +683,6 @@ export type ImageType = id: 'Footer/Legacy App/Legacy_02:620:1343' alt: 'A mobile screenshot of the Status legacy app.' } - | { - id: 'Homepage/Screens/Wallet Feature Section/Wallet_03_Frame:750:1624' - alt: '' - } - | { - id: 'Communities/Screens/Top Section/Communities_04:604:416' - alt: 'Mobile app screenshot showing the community summary card that includes community name, description and tag, members, community avatar and header' - } - | { - id: 'Communities/Screens/Top Section/Communities_01:750:1624' - alt: 'Mobile app screenshot showing the discover community feature through which the user can discover and join new communities' - } - | { - id: 'Messenger/Screens/Component Section/Component_07:750:1172' - alt: 'Mobile app screenshot showing how long text messages are supported in the messaging feature of the app: through the expandable composer the user is able to freely type a long message and scroll through it to read it before sending it' - } - | { - id: 'Wallet/Screens/Screencast Section/Wallet_02_Frame:750:1624' - alt: '' - } - | { - id: 'Wallet/Screens/Screencast Section/Wallet_03_Frame:750:1624' - alt: '' - } - | { - id: 'Wallet/Screens/Screencast Section/Wallet_04_Frame:750:1624' - alt: '' - } - | { - id: 'Messenger/Screens/Screencast Section/Messenger_02_Frame:750:1624' - alt: '' - } - | { - id: 'Messenger/Screens/Screencast Section/Messenger_01_Frame:750:1624' - alt: '' - } - | { - id: 'Homepage/Screens/Communities Feature Section/Communities_03_Frame:750:1624' - alt: '' - } - | { - id: 'Communities/Screens/Screencast Section/Communities_01_Frame:750:1624' - alt: '' - } - | { - id: 'Communities/Screens/Screencast Section/Communities_02_Frame:750:1624' - alt: '' - } - | { - id: 'Homepage/Screens/Messenger Feature Section/Messenger_01_Frame:750:1624' - alt: '' - } | { id: 'Platforms/Screens/Mobile Screens/Profile/Profile_02:750:1624' alt: 'Mobile app screenshot showing a fully customised profile in the Status app' @@ -849,18 +703,6 @@ export type ImageType = id: 'Brand/Product Assets/Wallet/Asset_Wallet_01:750:1624' alt: 'Mobile app screenshot showing the wallet feature assets in the Status app' } - | { - id: 'Homepage/Screens/Messenger Feature Section/Messenger_02:668:544' - alt: 'Mobile app screenshot showing the feature that allows users to mark a known contact as verified or send an identity verification request' - } - | { - id: 'Homepage/Screens/Features/03_Make_it_Your_Own:750:1624' - alt: 'Mobile app screenshot showing the customizing options that the app offers: users are able to pick an avatar and a colour to represent themselves, choose from light or dark mode, pick emoji to represent their accounts, and see the app take on the character of communities' - } - | { - id: 'Wallet/Screens/Top Section/Wallet_03:750:788' - alt: 'Top portion of a mobile app screenshot showing a wallet transaction: a user is using one of their accounts to transfer a token amount to another user using multi-chain bridging' - } | { id: 'Networks/Nomos:48:48'; alt: '' } | { id: 'Networks/Waku:48:48'; alt: '' } | { id: 'Networks/Vac:48:48'; alt: '' } @@ -878,54 +720,10 @@ export type ImageType = | { id: 'Brand/Logo Section/Variants/Logo/Logo_03:1640:480'; alt: '' } | { id: 'Brand/Logo Section/Variants/Logo/Logo_02_SVG:820:240'; alt: '' } | { id: 'Brand/Logo Section/Variants/Logo/Logo_02:1640:480'; alt: '' } - | { - id: 'Messenger/Screens/Profile Section/Profile_02_Purple:1312:1748' - alt: '' - } - | { - id: 'Messenger/Screens/Component Section/Component_06:750:1028' - alt: 'Mobile app screenshot showing the link sharing option included in the messaging feature of the app, through which the user can share an external link with a preview inside the chat' - } - | { - id: 'Messenger/Screens/Top Section/Messenger_02:750:1624' - alt: 'Mobile app screenshot showing a fully customizable user profile' - } - | { - id: 'Communities/Screens/Card Section/Community_Card_01:670:460' - alt: 'Mobile app screenshot showing the community summary card that includes community name, description and tag, members, community avatar and header' - } - | { id: 'Homepage/Scribbles and Notes/Scribble_01:307:91'; alt: '' } - | { - id: 'Homepage/Illustrations/Communities Feature Section/01_Communities_Card:922:576' - alt: '' - } - | { - id: 'Communities/Scribbles and Notes/Card Section/Scribble_03_mobile:465:468' - alt: '' - } - | { - id: 'Communities/Scribbles and Notes/Card Section/Scribble_04_mobile:920:492' - alt: '' - } - | { id: 'Messenger/Stickers/03:412:412'; alt: '' } | { id: 'Platforms/Screens/Desktop Screens/Browser/Browser:2880:1800' alt: 'Desktop screenshot showing the browser feature included in the Status app' } - | { - id: 'Wallet/Screens/Screencast Section/Wallet_01:750:1624' - alt: 'Mobile app screenshot showing the multi-chain experience included in the wallet feature of the app: the user is able to see all their assets and NFTs in one place, even if spread across multiple blockchains' - } - | { id: 'Manifesto/Top Section/Manifesto_01:7592:2717'; alt: '' } - | { - id: 'Homepage/Screens/Browser Feature Section/Browser_03:750:1362' - alt: 'Mobile app screenshot showing the Web3 browser that allows users to navigate and browse free without any tracking or data collection' - } - | { - id: 'Homepage/Screens/Communities Feature Section/Communities_01:762:1400' - alt: 'Mobile app screenshot showing the discover community feature through which the user can discover and join new communities' - } - | { id: 'Wallet/Stickers/03:345:351'; alt: '' } | { id: 'Help/Documentation Screens/Communities/468/468_1_Screen_Light:1480:1280' alt: "A screenshot showing a community's information and the channels in the community." @@ -950,20 +748,7 @@ export type ImageType = id: 'Help/Documentation Screens/Communities/468/468_Header_Light:1900:1120' alt: 'A header showing a channal of a community.' } - | { - id: 'Create Community/Screens/Crypto Native Section/Crypto_Native_01:1164:1104' - alt: 'Mobile app screenshot showing how the token gating feature works for communities: as a community owner a user is able to only let hodlers of specific tokens read or post to channels, as well as require tokens to join a community' - } | { id: 'Manifesto/Stickers/01:407:407'; alt: '' } - | { id: 'Manifesto/Bottom Section/Manifesto_07:892:1391'; alt: '' } - | { id: 'Manifesto/Bottom Section/Manifesto_08:933:1154'; alt: '' } - | { id: 'Manifesto/Bottom Section/Manifesto_06:1807:1925'; alt: '' } - | { id: 'Manifesto/Bottom Section/Manifesto_05:886:845'; alt: '' } - | { id: 'Homepage/Stickers/04:264:288'; alt: '' } - | { - id: 'Homepage/Illustrations/Browser Feature Section/01_Browser_Card:922:1416' - alt: '' - } | { id: 'Help/Documentation Screens/Communities/468/468_3_Screen_Light:1480:1480' alt: "A screenshot showing different areas of a channel's view." @@ -976,104 +761,6 @@ export type ImageType = | { id: 'Jobs/Top Section/Jobs_01:5113:2971'; alt: '' } | { id: 'Team/Photos/Team_01:6400:2501'; alt: '' } | { id: 'Team/Scribbles and Notes/Scribble_02:772:196'; alt: '' } - | { - id: 'Create Community/Screens/Component Section/Orange/Component_03_Orange:750:1624' - alt: 'Mobile app screenshot showing a community main page, with respective categories and channels' - } - | { - id: 'Create Community/Screens/Component Section/Sky/Component_03_Sky:750:1624' - alt: 'Mobile app screenshot showing a community main page, with respective categories and channels' - } - | { - id: 'Create Community/Screens/Component Section/Purple/Component_03_Purple:750:1624' - alt: 'Mobile app screenshot showing a community main page, with respective categories and channels' - } - | { - id: 'Create Community/Screens/Component Section/Copper/Component_03_Copper:750:1624' - alt: 'Mobile app screenshot showing a community main page, with respective categories and channels' - } - | { - id: 'Create Community/Screens/Component Section/Turquoise/Component_03_Turquoise:750:1624' - alt: 'Mobile app screenshot showing a community main page, with respective categories and channels' - } - | { - id: 'Messenger/Screens/Share Section/Yellow/Desktop_Yellow:2848:1892' - alt: 'Desktop screenshot showing how a user profile is shared outside the app' - } - | { - id: 'Messenger/Screens/Share Section/Turquoise/Desktop_Turquoise:2848:1892' - alt: 'Desktop screenshot showing how a user profile is shared outside the app' - } - | { id: 'Messenger/Screens/Share Section/Sky/Desktop_Sky:2848:1892'; alt: '' } - | { - id: 'Messenger/Screens/Share Section/Purple/Desktop_Purple:2848:1892' - alt: 'Desktop screenshot showing how a user profile is shared outside the app' - } - | { - id: 'Messenger/Screens/Share Section/Pink/Desktop_Pink:2848:1892' - alt: 'Desktop screenshot showing how a user profile is shared outside the app' - } - | { - id: 'Messenger/Screens/Share Section/Orange/Desktop_Orange:2848:1892' - alt: 'Desktop screenshot showing how a user profile is shared outside the app' - } - | { - id: 'Messenger/Screens/Share Section/Magenta/Desktop_Magenta:2848:1892' - alt: 'Desktop screenshot showing how a user profile is shared outside the app' - } - | { - id: 'Messenger/Screens/Share Section/Copper/Desktop_Copper:2848:1892' - alt: 'Desktop screenshot showing how a user profile is shared outside the app' - } - | { - id: 'Messenger/Screens/Share Section/Camel/Desktop_Camel:2848:1892' - alt: 'Desktop screenshot showing how a user profile is shared outside the app' - } - | { - id: 'Messenger/Screens/Share Section/Black and White/Desktop_BlackWhite:2848:1892' - alt: 'Desktop screenshot showing how a user profile is shared outside the app' - } - | { - id: 'Messenger/Screens/Share Section/Army/Desktop_Army:2848:1892' - alt: 'Desktop screenshot showing how a user profile is shared outside the app' - } - | { - id: 'Create Community/Scribbles and Notes/Component Section/Purple/Purple_01:677:608' - alt: '' - } - | { - id: 'Messenger/Screens/Share Section/Yellow/Mobile_Yellow:750:1624' - alt: 'Mobile screenshot showing how a user profile is shared outside the app' - } - | { - id: 'Messenger/Screens/Share Section/Army/Mobile_Army:750:1624' - alt: 'Mobile screenshot showing how a user profile is shared outside the app' - } - | { - id: 'Messenger/Screens/Share Section/Purple/Mobile_Purple:750:1624' - alt: 'Mobile screenshot showing how a user profile is shared outside the app' - } - | { - id: 'Messenger/Screens/Profile Section/Profile_07_Yellow:1312:1748' - alt: '' - } - | { - id: 'Messenger/Screens/Profile Section/Profile_12_BlackWhite:1312:1748' - alt: '' - } - | { - id: 'Messenger/Screens/Profile Section/Profile_08_Pink:1312:1748' - alt: '' - } - | { - id: 'Messenger/Screens/Profile Section/Profile_03_Orange:1312:1748' - alt: '' - } - | { - id: 'Messenger/Screens/Profile Section/Profile_05_Turquoise:1312:1748' - alt: '' - } - | { id: 'Homepage/Stickers/07:337:337'; alt: '' } | { id: 'Help/Documentation Screens/Communities/108/108_2_Screen_Dark:1480:1280' alt: 'A screenshot showing options for sharing a community.' @@ -1114,51 +801,11 @@ export type ImageType = id: 'Help/Documentation Screens/Communities/108/108_1_Screen_Light:1480:1280' alt: 'A screenshot showing the community intro area and the channels within the community.' } - | { - id: 'Wallet/Illustrations/Bottom Section/01_Like_a_Sir_hover:363:395' - alt: '' - } | { id: 'Help/Documentation Screens/Messaging/275/275_image_02_light:208:104' alt: 'A screenshot showing quoted text in Status.' } - | { id: 'Wallet/Illustrations/Bottom Section/01_Like_a_Sir:549:708'; alt: '' } - | { - id: 'Messenger/Scribbles and Notes/Chat Experience Section/Scribble_01_Mobile:442:536' - alt: '' - } - | { - id: 'Messenger/Scribbles and Notes/Chat Experience Section/Scribble_06_Mobile:371:321' - alt: '' - } | { id: 'Feature upvote/Frames/Feature_Upvote_Hero_Frame:1054:841'; alt: '' } - | { id: 'Create Community/Animations/Coins/Frames/03:234:312'; alt: '' } - | { id: 'Create Community/Animations/Coins/Frames/06:366:405'; alt: '' } - | { - id: 'Create Community/Screens/Bottom Section/02_Discord:2040:1886' - alt: 'Screenshot showing the possibility to import all message history and data from a previously existent Discord server to the app' - } - | { - id: 'Create Community/Screens/Crypto Native Section/Crypto_Native_03:826:980' - alt: 'Mobile app screenshot showing how the token airdrop feature works: a community owner is able to airdrop newly minted or pre-existing tokens to current and prospective members to grow community engagement' - } - | { - id: 'Create Community/Screens/Crypto Native Section/Crypto_Native_04:826:980' - alt: 'Mobile app screenshot showing how the token retail feature works: a user can sell tokens for fixed prices, with earnings deposited into any address, which could be a multi-sig' - } - | { - id: 'Create Community/Screens/Crypto Native Section/Crypto_Native_02:826:980' - alt: 'Mobile app screenshot showing how the token minting feature works: a user is able to mint NFT and ERC-20 tokens on any chain, choosing from finite or unlimited supply, as well as creating soulbound and remotely destructible NFT' - } - | { id: 'Create Community/Animations/Coins/Frames/08:297:327'; alt: '' } - | { id: 'Create Community/Animations/Coins/Frames/04:264:288'; alt: '' } - | { id: 'Create Community/Animations/Coins/Frames/10:288:264'; alt: '' } - | { id: 'Create Community/Animations/Coins/Frames/02:228:270'; alt: '' } - | { id: 'Create Community/Animations/Coins/Frames/07:327:360'; alt: '' } - | { id: 'Create Community/Animations/Coins/Frames/11:234:312'; alt: '' } - | { id: 'Create Community/Animations/Coins/Frames/01:276:318'; alt: '' } - | { id: 'Create Community/Animations/Coins/Frames/09:318:366'; alt: '' } - | { id: 'Create Community/Animations/Coins/Frames/05:297:282'; alt: '' } | { id: 'Help/Documentation Screens/Communities/392/392_Header_Light:1900:1120' alt: '' @@ -1200,22 +847,6 @@ export type ImageType = id: 'Help/Documentation Screens/Communities/375/375_1_Screen_Dark:1680:1280' alt: 'Side-by-side comparison of two images of a Status Community illustrating when the user is accepted in the community on the left and when the user is rejected on the right.' } - | { - id: 'Messenger/Animations/Frames/Messenger_02_Top_Frame:1512:522' - alt: '' - } - | { - id: 'Homepage/Animations/Frames/Create_Community_Banner_Right_Frame:1063:776' - alt: '' - } - | { - id: 'Homepage/Animations/Frames/Create_Community_Banner_Left_Frame:1017:776' - alt: '' - } - | { - id: 'Create Community/Animations/Frames/Create_Community_Frame:997:788' - alt: '' - } | { id: '404 Error/Frames/Error_404_Frame:1695:960'; alt: '' } | { id: 'Jobs/Scribbles and Notes/Scribble_01_Mobile:292:267'; alt: '' } | { id: 'Blog/Icons/06_Community:192:192'; alt: '' } @@ -1224,21 +855,6 @@ export type ImageType = | { id: 'Blog/Icons/03_Developers:192:192'; alt: '' } | { id: 'Blog/Icons/01_News_and_Announcements:192:192'; alt: '' } | { id: 'Blog/Icons/02_Product:192:192'; alt: '' } - | { id: 'Messenger/Stickers/04:412:412'; alt: '' } - | { id: 'Messenger/Stickers/02:336:336'; alt: '' } - | { id: 'Homepage/Stickers/01:406:406'; alt: '' } - | { - id: 'Create Community/Scribbles and Notes/Bottom Section/01:208:266' - alt: '' - } - | { - id: 'Create Community/Scribbles and Notes/Icon Section/01_Mobile:530:40' - alt: '' - } - | { - id: 'Create Community/Scribbles and Notes/Icon Section/01:304:105' - alt: '' - } | { id: 'Keycard/Animations/Frames/Keycard_03_Frame:921:719'; alt: '' } | { id: 'Keycard/Animations/Frames/Keycard_Hero_Frame:1464:1400'; alt: '' } | { id: 'Platforms/Animations/Frames/Platforms_Hero_Frame:717:572'; alt: '' } @@ -1354,346 +970,67 @@ export type ImageType = id: 'Help/Documentation Screens/Getting Started/150/02 Jump To/150_2_Screen_Light:1480:1280' alt: "A screenshot of the 'Jump to' page displays all chats and apps open within the Status app, allowing users to switch to any of them." } - | { id: 'Homepage/Stickers/06:412:413'; alt: '' } - | { id: 'Homepage/Stickers/08:412:412'; alt: '' } | { id: 'Help/Icons/03_Communities:144:144'; alt: '' } | { id: 'Help/Icons/04_Wallet:144:144'; alt: '' } | { id: 'Help/Icons/05_Your_Profile_and_Preferences:144:144'; alt: '' } | { id: 'Help/Icons/01_Getting_Started:144:144'; alt: '' } | { id: 'Help/Icons/02_Messaging_and_Web3_Browser:144:144'; alt: '' } + | { id: 'Keycard/Animations/Frames/Keycard_02_Frame:1408:813'; alt: '' } + | { id: 'Token/Scribbles and Notes/Scribble_01:472:181'; alt: '' } + | { id: 'Token/Scribbles and Notes/Scribble_03:470:180'; alt: '' } + | { id: 'Token/Scribbles and Notes/Scribble_02:800:180'; alt: '' } + | { id: 'Jobs/Scribbles and Notes/Scribble_01:536:161'; alt: '' } + | { id: 'Team/Scribbles and Notes/Scribble_01:478:169'; alt: '' } + | { id: 'Manifesto/Scribbles and Notes/Scribble_01:527:180'; alt: '' } + | { id: 'Manifesto/Scribbles and Notes/Scribble_02:431:183'; alt: '' } + | { id: 'Token/Icons/Icon Section/06_Always_Improving:145:144'; alt: '' } | { - id: 'Create Community/Screens/Component Section/Community Avatars/Avatar_Copper:240:240' + id: 'Token/Icons/Icon Section/02_Help_Prioritize_Features:145:144' alt: '' } + | { id: 'Token/Icons/Icon Section/01_Vote_for_Communities:144:144'; alt: '' } + | { id: 'Token/Icons/Icon Section/04_A_Trusted_Token:144:144'; alt: '' } + | { id: 'Token/Icons/Icon Section/05_Research:145:144'; alt: '' } + | { id: 'Token/Icons/Icon Section/03_Create_ENS_Name:145:144'; alt: '' } + | { id: 'Jobs/Icons/Icon Section/09_Mental_Calibration:145:144'; alt: '' } + | { id: 'Jobs/Icons/Icon Section/01_Fully_Remote:144:144'; alt: '' } + | { id: 'Jobs/Icons/Icon Section/08_Referral_Fee:145:144'; alt: '' } + | { id: 'Jobs/Icons/Icon Section/04_Hardware_Provided:144:144'; alt: '' } + | { id: 'Jobs/Icons/Icon Section/07_SNT_Bonus:144:144'; alt: '' } + | { id: 'Jobs/Icons/Icon Section/03_Crypto_Pay:145:144'; alt: '' } + | { id: 'Jobs/Icons/Icon Section/05_Coworking_Budget:145:144'; alt: '' } + | { id: 'Jobs/Icons/Icon Section/06_Paid_Offsites:145:144'; alt: '' } + | { id: 'Jobs/Icons/Icon Section/02_Unlimited_Time_Off:145:144'; alt: '' } | { - id: 'Create Community/Screens/Component Section/Community Avatars/Avatar_Blue:240:240' + id: 'Keycard/Icons/Screen Section/01_Protect_Your_Assets:144:144' alt: '' } | { - id: 'Create Community/Screens/Component Section/Community Avatars/Avatar_Orange:240:240' + id: 'Keycard/Icons/Screen Section/02_Protect_Your_Identity:144:144' alt: '' } + | { id: 'Keycard/Icons/Icon Section/05_Open_Source:145:144'; alt: '' } | { - id: 'Create Community/Screens/Component Section/Community Avatars/Avatar_Army:240:240' + id: 'Keycard/Icons/Icon Section/03_Unparalleled_Security:145:144' alt: '' } + | { id: 'Keycard/Icons/Icon Section/01_Keys_Secured:144:144'; alt: '' } + | { id: 'Keycard/Icons/Icon Section/04_No_Charging:144:144'; alt: '' } + | { id: 'Keycard/Icons/Icon Section/06_Portable_Discrete:145:144'; alt: '' } + | { id: 'Keycard/Icons/Icon Section/02_Mobile_Friendly:145:144'; alt: '' } | { - id: 'Create Community/Screens/Component Section/Community Avatars/Avatar_Turquoise:240:240' + id: 'Platforms/Icons/Icon Section/01_Create_Your_Community:144:144' alt: '' } | { - id: 'Create Community/Screens/Component Section/Community Avatars/Avatar_Purple:240:240' + id: 'Platforms/Icons/Icon Section/03_Full_Suite_of_Apps:145:144' alt: '' } | { - id: 'Create Community/Screens/Component Section/Community Avatars/Avatar_Sky:240:240' + id: 'Platforms/Icons/Icon Section/02_Support_p2p_Messaging:145:144' alt: '' } - | { - id: 'Messenger/Icons/Share Section/01_Share_your_Profile:144:144' - alt: '' - } - | { - id: 'Create Community/Scribbles and Notes/Component Section/Orange/Orange_02:861:398' - alt: '' - } - | { - id: 'Create Community/Scribbles and Notes/Component Section/Orange/Orange_01:677:608' - alt: '' - } - | { - id: 'Create Community/Scribbles and Notes/Component Section/Orange/Orange_03:749:528' - alt: '' - } - | { - id: 'Create Community/Scribbles and Notes/Component Section/Sky/Sky_02:861:398' - alt: '' - } - | { - id: 'Create Community/Scribbles and Notes/Component Section/Sky/Sky_03:746:532' - alt: '' - } - | { - id: 'Create Community/Scribbles and Notes/Component Section/Sky/Sky_01:677:608' - alt: '' - } - | { - id: 'Create Community/Scribbles and Notes/Component Section/Army/Army_02:861:398' - alt: '' - } - | { - id: 'Create Community/Scribbles and Notes/Component Section/Army/Army_01:677:608' - alt: '' - } - | { - id: 'Create Community/Scribbles and Notes/Component Section/Army/Army_03:746:427' - alt: '' - } - | { - id: 'Create Community/Scribbles and Notes/Component Section/Blue/Blue_03:741:415' - alt: '' - } - | { - id: 'Create Community/Scribbles and Notes/Component Section/Blue/Blue_02:861:398' - alt: '' - } - | { - id: 'Create Community/Scribbles and Notes/Component Section/Blue/Blue_01:677:608' - alt: '' - } - | { - id: 'Create Community/Scribbles and Notes/Component Section/Purple/Purple_02:861:398' - alt: '' - } - | { - id: 'Create Community/Scribbles and Notes/Component Section/Purple/Purple_03:738:511' - alt: '' - } - | { - id: 'Create Community/Scribbles and Notes/Component Section/Copper/Copper_03:738:511' - alt: '' - } - | { - id: 'Create Community/Scribbles and Notes/Component Section/Copper/Copper_02:861:398' - alt: '' - } - | { - id: 'Create Community/Scribbles and Notes/Component Section/Copper/Copper_01:677:608' - alt: '' - } - | { - id: 'Messenger/Screens/Top Section/Messenger_03:750:784' - alt: 'Top portion of a mobile app screenshot showing a group chat info, including members, pinned messages and notification options' - } - | { - id: 'Communities/Screens/Component Section/Component_05:750:284' - alt: 'Mobile app screenshot showing the feature that allows the user to easily send code snippets' - } - | { - id: 'Communities/Screens/Component Section/Component_01:750:284' - alt: 'Mobile app screenshot showing the composer of the app, the space where the user is able to type, attach images, use stickers, customize the text formatting and record voice messages to send' - } - | { - id: 'Communities/Screens/Component Section/Component_03:750:1624' - alt: 'Mobile app screenshot showing the pinned message feature inside a community channel' - } - | { - id: 'Create Community/Screens/Component Section/Turquoise/Component_02_Turquoise:750:458' - alt: 'Mobile app screenshot showing the community summary card that includes community name, description and tag, members, community avatar and header' - } - | { - id: 'Create Community/Screens/Component Section/Turquoise/Component_05_Turquoise:750:608' - alt: 'Mobile app screenshot showing the internal link card of a community that includes community name, description, members, community avatar and header' - } - | { - id: 'Create Community/Screens/Component Section/Turquoise/Component_04_Turquoise:750:720' - alt: 'Mobile app screenshot showing the requirements a user need to meet in order to join the respective channel: hodling tokens or collectibles' - } - | { - id: 'Create Community/Screens/Component Section/Sky/Component_05_Sky:750:608' - alt: 'Mobile app screenshot showing the internal link card of a community that includes community name, description, members, community avatar and header' - } - | { - id: 'Create Community/Screens/Component Section/Sky/Component_02_Sky:750:460' - alt: 'Mobile app screenshot showing the community summary card that includes community name, description and tag, members, community avatar and header' - } - | { - id: 'Create Community/Screens/Component Section/Sky/Component_04_Sky:750:720' - alt: 'Mobile app screenshot showing the requirements a user need to meet in order to join the respective channel: hodling tokens or collectibles' - } - | { - id: 'Create Community/Screens/Component Section/Purple/Component_05_Purple:750:608' - alt: 'Mobile app screenshot showing the internal link card of a community that includes community name, description, members, community avatar and header' - } - | { - id: 'Create Community/Screens/Component Section/Purple/Component_04_Purple:750:720' - alt: 'Mobile app screenshot showing the requirements a user need to meet in order to join the respective channel: hodling tokens or collectibles' - } - | { - id: 'Create Community/Screens/Component Section/Purple/Component_02_Purple:750:460' - alt: 'Mobile app screenshot showing the community summary card that includes community name, description and tag, members, community avatar and header' - } - | { - id: 'Create Community/Screens/Component Section/Orange/Component_05_Orange:750:608' - alt: 'Mobile app screenshot showing the internal link card of a community that includes community name, description, members, community avatar and header' - } - | { - id: 'Create Community/Screens/Component Section/Orange/Component_02_Orange:750:460' - alt: 'Mobile app screenshot showing the community summary card that includes community name, description and tag, members, community avatar and header' - } - | { - id: 'Create Community/Screens/Component Section/Orange/Component_04_Orange:750:720' - alt: 'Mobile app screenshot showing the requirements a user need to meet in order to join the respective channel: hodling tokens or collectibles' - } - | { - id: 'Create Community/Screens/Component Section/Copper/Component_05_Copper:750:608' - alt: 'Mobile app screenshot showing the internal link card of a community that includes community name, description, members, community avatar and header' - } - | { - id: 'Create Community/Screens/Component Section/Copper/Component_04_Copper:750:720' - alt: 'Mobile app screenshot showing the requirements a user need to meet in order to join the respective channel: hodling tokens or collectibles' - } - | { - id: 'Create Community/Screens/Component Section/Copper/Component_02_Copper:750:460' - alt: 'Mobile app screenshot showing the community summary card that includes community name, description and tag, members, community avatar and header' - } - | { - id: 'Create Community/Screens/Component Section/Blue/Component_04_Blue:750:720' - alt: 'Mobile app screenshot showing the requirements a user need to meet in order to join the respective channel: hodling tokens or collectibles' - } - | { - id: 'Create Community/Screens/Component Section/Army/Component_05_Army:750:608' - alt: 'Mobile app screenshot showing the internal link card of a community that includes community name, description, members, community avatar and header' - } - | { - id: 'Create Community/Screens/Component Section/Army/Component_04_Army:750:720' - alt: 'Mobile app screenshot showing the requirements a user need to meet in order to join the respective channel: hodling tokens or collectibles' - } - | { - id: 'Create Community/Screens/Component Section/Army/Component_02_Army:750:460' - alt: 'Mobile app screenshot showing the community summary card that includes community name, description and tag, members, community avatar and header' - } - | { id: 'Wallet/Animations/Frames/Wallet_01_Frame:1745:810'; alt: '' } - | { id: 'Keycard/Animations/Frames/Keycard_02_Frame:1408:813'; alt: '' } - | { - id: 'Homepage/Animations/Frames/Better_With_Keycard_Frame:456:360' - alt: '' - } - | { id: 'Communities/Animations/Frames/Communities_Frame:746:590'; alt: '' } - | { id: 'Token/Scribbles and Notes/Scribble_01:472:181'; alt: '' } - | { id: 'Token/Scribbles and Notes/Scribble_03:470:180'; alt: '' } - | { id: 'Token/Scribbles and Notes/Scribble_02:800:180'; alt: '' } - | { id: 'Jobs/Scribbles and Notes/Scribble_01:536:161'; alt: '' } - | { id: 'Team/Scribbles and Notes/Scribble_01:478:169'; alt: '' } - | { id: 'Manifesto/Scribbles and Notes/Scribble_01:527:180'; alt: '' } - | { id: 'Manifesto/Scribbles and Notes/Scribble_02:431:183'; alt: '' } - | { - id: 'Messenger/Scribbles and Notes/Profile Section/Scribble_01:564:95' - alt: '' - } - | { - id: 'Messenger/Scribbles and Notes/Chat Experience Section/Scribble_02:508:93' - alt: '' - } - | { - id: 'Messenger/Scribbles and Notes/Chat Experience Section/Scribble_01:623:536' - alt: '' - } - | { - id: 'Messenger/Scribbles and Notes/Chat Experience Section/Scribble_05:432:111' - alt: '' - } - | { - id: 'Messenger/Scribbles and Notes/Chat Experience Section/Scribble_03:520:160' - alt: '' - } - | { - id: 'Messenger/Scribbles and Notes/Chat Experience Section/Scribble_04:467:225' - alt: '' - } - | { - id: 'Messenger/Scribbles and Notes/Chat Experience Section/Scribble_06:400:240' - alt: '' - } - | { - id: 'Create Community/Scribbles and Notes/Component Section/Turquoise/Turquoise_02:861:398' - alt: '' - } - | { - id: 'Create Community/Scribbles and Notes/Component Section/Turquoise/Turquoise_01:677:608' - alt: '' - } - | { - id: 'Create Community/Scribbles and Notes/Component Section/Turquoise/Turquoise_03:704:466' - alt: '' - } - | { - id: 'Create Community/Icons/Bottom Section/01_Make_Your_Community_Discoverable:144:144' - alt: '' - } - | { - id: 'Create Community/Icons/Bottom Section/02_Import_From_Discord:144:144' - alt: '' - } - | { - id: 'Communities/Scribbles and Notes/Card Section/Scribble_03:688:497' - alt: '' - } - | { - id: 'Communities/Scribbles and Notes/Card Section/Scribble_04:550:525' - alt: '' - } - | { - id: 'Communities/Scribbles and Notes/Card Section/Scribble_02:772:114' - alt: '' - } - | { - id: 'Communities/Scribbles and Notes/Card Section/Scribble_01:519:486' - alt: '' - } - | { id: 'Wallet/Stickers/01:297:327'; alt: '' } - | { id: 'Wallet/Stickers/02:264:288'; alt: '' } - | { id: 'Messenger/Stickers/01:336:336'; alt: '' } - | { id: 'Homepage/Stickers/03:246:270'; alt: '' } - | { id: 'Homepage/Stickers/05:306:324'; alt: '' } - | { id: 'Homepage/Stickers/02:336:336'; alt: '' } - | { id: 'Homepage/Illustrations/Sign up pop up/01_Sign_Up:885:568'; alt: '' } - | { - id: 'Homepage/Illustrations/Messenger Feature Section/01_Messenger_Card:1383:864' - alt: '' - } - | { - id: 'Homepage/Illustrations/Wallet Feature Section/01_Wallet_Card:1383:864' - alt: '' - } - | { id: 'Token/Icons/Icon Section/06_Always_Improving:145:144'; alt: '' } - | { - id: 'Token/Icons/Icon Section/02_Help_Prioritize_Features:145:144' - alt: '' - } - | { id: 'Token/Icons/Icon Section/01_Vote_for_Communities:144:144'; alt: '' } - | { id: 'Token/Icons/Icon Section/04_A_Trusted_Token:144:144'; alt: '' } - | { id: 'Token/Icons/Icon Section/05_Research:145:144'; alt: '' } - | { id: 'Token/Icons/Icon Section/03_Create_ENS_Name:145:144'; alt: '' } - | { id: 'Jobs/Icons/Icon Section/09_Mental_Calibration:145:144'; alt: '' } - | { id: 'Jobs/Icons/Icon Section/01_Fully_Remote:144:144'; alt: '' } - | { id: 'Jobs/Icons/Icon Section/08_Referral_Fee:145:144'; alt: '' } - | { id: 'Jobs/Icons/Icon Section/04_Hardware_Provided:144:144'; alt: '' } - | { id: 'Jobs/Icons/Icon Section/07_SNT_Bonus:144:144'; alt: '' } - | { id: 'Jobs/Icons/Icon Section/03_Crypto_Pay:145:144'; alt: '' } - | { id: 'Jobs/Icons/Icon Section/05_Coworking_Budget:145:144'; alt: '' } - | { id: 'Jobs/Icons/Icon Section/06_Paid_Offsites:145:144'; alt: '' } - | { id: 'Jobs/Icons/Icon Section/02_Unlimited_Time_Off:145:144'; alt: '' } - | { - id: 'Keycard/Icons/Screen Section/01_Protect_Your_Assets:144:144' - alt: '' - } - | { - id: 'Keycard/Icons/Screen Section/02_Protect_Your_Identity:144:144' - alt: '' - } - | { id: 'Keycard/Icons/Icon Section/05_Open_Source:145:144'; alt: '' } - | { - id: 'Keycard/Icons/Icon Section/03_Unparalleled_Security:145:144' - alt: '' - } - | { id: 'Keycard/Icons/Icon Section/01_Keys_Secured:144:144'; alt: '' } - | { id: 'Keycard/Icons/Icon Section/04_No_Charging:144:144'; alt: '' } - | { id: 'Keycard/Icons/Icon Section/06_Portable_Discrete:145:144'; alt: '' } - | { id: 'Keycard/Icons/Icon Section/02_Mobile_Friendly:145:144'; alt: '' } - | { - id: 'Platforms/Icons/Icon Section/01_Create_Your_Community:144:144' - alt: '' - } - | { - id: 'Platforms/Icons/Icon Section/03_Full_Suite_of_Apps:145:144' - alt: '' - } - | { - id: 'Platforms/Icons/Icon Section/02_Support_p2p_Messaging:145:144' - alt: '' - } - | { id: 'Wallet/Icons/Bottom Section/02_NFTs_Collectibles:145:144'; alt: '' } + | { id: 'Wallet/Icons/Bottom Section/02_NFTs_Collectibles:145:144'; alt: '' } | { id: 'Wallet/Icons/Bottom Section/01_Ethereum_Based_Assets:145:144' alt: '' @@ -1715,84 +1052,6 @@ export type ImageType = id: 'Wallet/Icons/Screen Section/01_True_Multi_Chain_Experience:144:144' alt: '' } - | { - id: 'Messenger/Icons/Screen Section/02_Unstoppable_Group_Chats:144:144' - alt: '' - } - | { - id: 'Messenger/Icons/Screen Section/01_Private_Messaging:144:144' - alt: '' - } - | { - id: 'Create Community/Icons/Share Section/01_Share_Your_Community:144:144' - alt: '' - } - | { - id: 'Create Community/Icons/Crypto Native Section/01_Token_Gating:144:144' - alt: '' - } - | { - id: 'Create Community/Icons/Icon Section/02_Permissionless:145:144' - alt: '' - } - | { - id: 'Create Community/Icons/Icon Section/06_100_Freedom:145:144' - alt: '' - } - | { - id: 'Create Community/Icons/Icon Section/05_100_Open_Source:145:144' - alt: '' - } - | { - id: 'Create Community/Icons/Icon Section/04_100_Free_to_Use:144:144' - alt: '' - } - | { - id: 'Create Community/Icons/Icon Section/03_Self_Sovereign:145:144' - alt: '' - } - | { - id: 'Create Community/Icons/Icon Section/01_Decentralized:144:144' - alt: '' - } - | { - id: 'Communities/Icons/Screen Section/02_DeFi_DAO_NFT_Communities:144:144' - alt: '' - } - | { - id: 'Communities/Icons/Screen Section/01_Token_Gated_Channels_Communities:144:144' - alt: '' - } - | { id: 'Homepage/Icons/Feature Section/02_Notifications:144:144'; alt: '' } - | { - id: 'Homepage/Icons/Feature Section/04_Multiple_Profiles:144:144' - alt: '' - } - | { - id: 'Homepage/Icons/Feature Section/03_Make_it_Your_Own:144:144' - alt: '' - } - | { id: 'Homepage/Icons/Feature Section/01_Jump_To:144:144'; alt: '' } - | { - id: 'Communities/Scribbles and Notes/Component Section/Component_Scribble_03:396:357' - alt: '' - } - | { - id: 'Communities/Scribbles and Notes/Component Section/Component_Scribble_01:181:148' - alt: '' - } - | { - id: 'Communities/Scribbles and Notes/Component Section/Component_Scribble_02:309:221' - alt: '' - } - | { - id: 'Communities/Scribbles and Notes/Component Section/Component_Scribble_05:188:200' - alt: '' - } - | { - id: 'Communities/Scribbles and Notes/Component Section/Component_Scribble_04:339:62' - alt: '' - } | { id: 'Brand/Product Assets/Other/Asset_Other_05:750:1624' alt: 'Mobile app screenshot showing the Keycard integration assets in the Status app' @@ -1900,218 +1159,6 @@ export type ImageType = id: 'Keycard/Screens/Keycard_02:750:1624' alt: 'Mobile app screenshot showing how the keycard feature works: the user can protect their identity signing in to Status Desktop and Mobile securely using their Keycard' } - | { - id: 'Homepage/Screens/Features/04_Multiple_Profiles:750:1624' - alt: 'Mobile app screenshot showing the multiple accounts feature that allows users to switch between multiple fully independent identities, a convenient feature if the user is sharing their devices between family and friends or has different online identities' - } - | { - id: 'Messenger/Screens/Share Section/Black and White/Mobile_BlackWhite:750:1624' - alt: 'Mobile screenshot showing how a user profile is shared outside the app' - } - | { - id: 'Messenger/Screens/Share Section/Magenta/Mobile_Magenta:750:1624' - alt: 'Mobile screenshot showing how a user profile is shared outside the app' - } - | { - id: 'Messenger/Screens/Share Section/Camel/Mobile_Camel:750:1624' - alt: 'Mobile screenshot showing how a user profile is shared outside the app' - } - | { - id: 'Messenger/Screens/Share Section/Copper/Mobile_Copper:750:1624' - alt: 'Mobile screenshot showing how a user profile is shared outside the app' - } - | { - id: 'Messenger/Screens/Share Section/Pink/Mobile_Pink:750:1624' - alt: 'Mobile screenshot showing how a user profile is shared outside the app' - } - | { - id: 'Messenger/Screens/Share Section/Sky/Mobile_Sky:750:1624' - alt: 'Mobile screenshot showing how a user profile is shared outside the app' - } - | { - id: 'Messenger/Screens/Share Section/Turquoise/Mobile_Turquoise:750:1624' - alt: 'Mobile screenshot showing how a user profile is shared outside the app' - } - | { - id: 'Messenger/Screens/Share Section/Orange/Mobile_Orange:750:1624' - alt: 'Mobile screenshot showing how a user profile is shared outside the app' - } - | { - id: 'Messenger/Screens/Profile Section/Profile_04_Army:1312:1748' - alt: 'Mobile app screenshot showing a fully customized user profile where you can see at a glance all the important information regarding that user, such as its bio, unique emoji hash, joined community, accounts, collectibles, assets and external social media links' - } - | { - id: 'Messenger/Screens/Profile Section/Profile_06_Sky:1312:1748' - alt: 'Mobile app screenshot showing a fully customized user profile where you can see at a glance all the important information regarding that user, such as its bio, unique emoji hash, joined community, accounts, collectibles, assets and external social media links' - } - | { - id: 'Messenger/Screens/Profile Section/Profile_11_Magenta:1312:1748' - alt: 'Mobile app screenshot showing a fully customized user profile where you can see at a glance all the important information regarding that user, such as its bio, unique emoji hash, joined community, accounts, collectibles, assets and external social media links' - } - | { - id: 'Messenger/Screens/Profile Section/Profile_10_Camel:1312:1748' - alt: 'Mobile app screenshot showing a fully customized user profile where you can see at a glance all the important information regarding that user, such as its bio, unique emoji hash, joined community, accounts, collectibles, assets and external social media links' - } - | { - id: 'Messenger/Screens/Profile Section/Profile_09_Copper:1312:1748' - alt: 'Mobile app screenshot showing a fully customized user profile where you can see at a glance all the important information regarding that user, such as its bio, unique emoji hash, joined community, accounts, collectibles, assets and external social media links' - } - | { - id: 'Messenger/Screens/Top Section/Messenger_04:700:576' - alt: 'Mobile app screenshot showing the messenger composer that allows user to record and send voice messages to private or group chats' - } - | { - id: 'Messenger/Screens/Component Section/Component_01:750:1440' - alt: 'Mobile app screenshot showing how to send images through the messaging features, writing captions and selecting multiple pictures at once' - } - | { - id: 'Messenger/Screens/Component Section/Component_02:750:700' - alt: 'Mobile app screenshot showing the sticker drawer included in the messaging feature of the app, through which the user is able to send stickers and GIFs' - } - | { - id: 'Messenger/Screens/Component Section/Component_05:750:700' - alt: 'Mobile app screenshot showing the text formatting options included in the messaging feature of the app: through the composer the user is able to change the text format using bold, italic, strikethrough styles and coding options' - } - | { - id: 'Messenger/Screens/Component Section/Component_04:750:700' - alt: 'Mobile app screenshot showing how to send audio messages through the messaging feature of the app: the user is able to record and send voice messages in private chats and groups' - } - | { - id: 'Messenger/Screens/Component Section/Component_03:750:700' - alt: 'Mobile app screenshot showing a code snippet sent through the messaging feature of the app' - } - | { - id: 'Messenger/Screens/Chat Experience Section/Chat_01:750:1624' - alt: 'Mobile app screenshot showing the experience of a private chat and its features, such as pinning messages, expand the composer for a more accurate typing experience as well as changing text formatting, send bulk images, stickers and much more' - } - | { - id: 'Messenger/Screens/Chat Experience Section/Chat_02:750:1624' - alt: 'Mobile app screenshot showing the experience of a private chat and its features, such as sending voice messages and much more' - } - | { - id: 'Create Community/Screens/Bottom Section/01_Discover:750:1624' - alt: 'Mobile app screenshot showing the discover community feature through which the user can discover and join new communities' - } - | { - id: 'Create Community/Screens/Share Section/Orange/Mobile_Orange:750:1624' - alt: 'Mobile screenshot showing how a community is shared outside the app' - } - | { - id: 'Create Community/Screens/Share Section/Orange/Desktop_Orange:2848:1892' - alt: 'Desktop screenshot showing how a community is shared outside the app' - } - | { - id: 'Create Community/Screens/Share Section/Sky/Desktop_Sky:2848:1892' - alt: 'Desktop screenshot showing how a community is shared outside the app' - } - | { - id: 'Create Community/Screens/Share Section/Sky/Mobile_Sky:750:1624' - alt: 'Mobile screenshot showing how a community is shared outside the app' - } - | { - id: 'Create Community/Screens/Share Section/Army/Mobile_Army:750:1624' - alt: 'Mobile screenshot showing how a community is shared outside the app' - } - | { - id: 'Create Community/Screens/Share Section/Army/Desktop_Army:2848:1892' - alt: 'Desktop screenshot showing how a community is shared outside the app' - } - | { - id: 'Create Community/Screens/Share Section/Blue/Desktop_Blue:2848:1892' - alt: 'Desktop screenshot showing how a community is shared outside the app' - } - | { - id: 'Create Community/Screens/Share Section/Blue/Mobile_Blue:750:1624' - alt: 'Mobile screenshot showing how a community is shared outside the app' - } - | { - id: 'Create Community/Screens/Share Section/Purple/Mobile_Purple:750:1624' - alt: 'Mobile screenshot showing how a community is shared outside the app' - } - | { - id: 'Create Community/Screens/Share Section/Purple/Desktop_Purple:2848:1892' - alt: 'Desktop screenshot showing how a community is shared outside the app' - } - | { - id: 'Create Community/Screens/Share Section/Copper/Desktop_Copper:2848:1892' - alt: 'Desktop screenshot showing how a community is shared outside the app' - } - | { - id: 'Create Community/Screens/Share Section/Copper/Mobile_Copper:750:1624' - alt: 'Mobile screenshot showing how a community is shared outside the app' - } - | { - id: 'Create Community/Screens/Share Section/Turquoise/Desktop_Turquoise:2848:1892' - alt: 'Desktop screenshot showing how a community is shared outside the app' - } - | { - id: 'Create Community/Screens/Share Section/Turquoise/Mobile_Turquoise:750:1624' - alt: 'Mobile screenshot showing how a community is shared outside the app' - } - | { - id: 'Create Community/Screens/Component Section/Orange/Component_01_Orange:750:1624' - alt: 'Mobile app screenshot showing a conversation between members of the same community inside one of its channels' - } - | { - id: 'Create Community/Screens/Component Section/Sky/Component_01_Sky:750:1624' - alt: 'Mobile app screenshot showing a conversation between members of the same community inside one of its channels' - } - | { - id: 'Create Community/Screens/Component Section/Army/Component_01_Army:750:1624' - alt: 'Mobile app screenshot showing a conversation between members of the same community inside one of its channels' - } - | { - id: 'Create Community/Screens/Component Section/Army/Component_03_Army:750:1624' - alt: 'Mobile app screenshot showing a community main page, with respective categories and channels' - } - | { - id: 'Create Community/Screens/Component Section/Blue/Component_01_Blue:750:1624' - alt: 'Mobile app screenshot showing a conversation between members of the same community inside one of its channels' - } - | { - id: 'Create Community/Screens/Component Section/Purple/Component_01_Purple:750:1624' - alt: 'Mobile app screenshot showing a conversation between members of the same community inside one of its channels' - } - | { - id: 'Create Community/Screens/Component Section/Copper/Component_01_Copper:750:1624' - alt: 'Mobile app screenshot showing a conversation between members of the same community inside one of its channels' - } - | { - id: 'Create Community/Screens/Component Section/Turquoise/Component_01_Turquoise:750:1624' - alt: 'Mobile app screenshot showing a conversation between members of the same community inside one of its channels' - } - | { - id: 'Create Community/Screens/Top Section/Create_Communities_04:750:798' - alt: 'Bottom portion of a mobile app screenshot showing the possibility to join token gated channels by hodling tokens, collectibles and more' - } - | { - id: 'Create Community/Screens/Top Section/Create_Communities_03:700:496' - alt: 'Mobile app screenshot showing the community summary card that includes community name, description and tag, members, community avatar and header' - } - | { - id: 'Create Community/Screens/Top Section/Create_Communities_02:750:1624' - alt: 'Mobile app screenshot showing a conversation between members of the same community inside one of its channels' - } - | { - id: 'Create Community/Screens/Top Section/Create_Communities_01:750:1624' - alt: 'Mobile app screenshot showing a community main page, with respective categories and channels' - } - | { - id: 'Communities/Screens/Card Section/Community_Card_02:670:460' - alt: 'Mobile app screenshot showing the community summary card that includes community name, description and tag, members, community avatar and header' - } - | { - id: 'Communities/Screens/Card Section/Community_Card_04:670:460' - alt: 'Mobile app screenshot showing the community summary card that includes community name, description and tag, members, community avatar and header' - } - | { - id: 'Communities/Screens/Top Section/Communities_03:750:788' - alt: 'Bottom portion of a mobile app screenshot showing the possibility to join token gated channels by hodling tokens, collectibles and more' - } - | { - id: 'Communities/Screens/Top Section/Communities_02:750:1624' - alt: 'Mobile app screenshot showing a community main page, with respective categories and channels' - } export type ImageId = ImageType['id'] @@ -2120,36 +1167,12 @@ export type ImageAlt = { [K in ImageType as K['id']]: K['alt'] } export type VideoId = | '404 Error/Animations/Error_404:1695:960' | '404 Error/Animations/Error_404_Mobile:1040:1467' - | 'Communities/Animations/Communities:746:590' - | 'Communities/Screens/Screencast Section/Communities_01:750:1624' - | 'Communities/Screens/Screencast Section/Communities_02:750:1624' - | 'Create Community/Animations/Create_Community:997:788' - | 'Create Community/Animations/Create_Community_HEVC:996:788' | 'Exchanges/Animations/Exchanges_Hero:1133:904' | 'Feature upvote/Animations/Feature_Upvote_Hero:1054:841' - | 'Homepage/Animations/Better_With_Keycard:911:720' - | 'Homepage/Animations/Create_Community_Banner_Left:1017:776' - | 'Homepage/Animations/Create_Community_Banner_Left_HEVC:1016:776' - | 'Homepage/Animations/Create_Community_Banner_Right:1063:776' - | 'Homepage/Animations/Create_Community_Banner_Right_HEVC:1062:776' - | 'Homepage/Animations/Homepage_Hero_Desktop:2883:1823' - | 'Homepage/Animations/Homepage_Hero_Mobile:2673:1800' - | 'Homepage/Animations/Sign_Up:536:343' - | 'Homepage/Screens/Communities Feature Section/Communities_03:750:1624' - | 'Homepage/Screens/Features/01_Jump_To:750:1624' - | 'Homepage/Screens/Messenger Feature Section/Messenger_01:750:1624' - | 'Homepage/Screens/Wallet Feature Section/Wallet_03:750:1624' | 'IFT/ift-hero:3840:2160' | 'Keycard/Animations/Keycard_02:1408:813' | 'Keycard/Animations/Keycard_03:921:719' | 'Keycard/Animations/Keycard_Hero:1464:1400' - | 'Messenger/Animations/Messenger_01:1119:1233' - | 'Messenger/Animations/Messenger_02_Bottom:1512:781' - | 'Messenger/Animations/Messenger_02_Bottom_HEVC:1512:780' - | 'Messenger/Animations/Messenger_02_Top:1512:522' - | 'Messenger/Animations/Messenger_02_Top_HEVC:1512:522' - | 'Messenger/Screens/Screencast Section/Messenger_01:750:1624' - | 'Messenger/Screens/Screencast Section/Messenger_02:750:1624' | 'Non Beta Release/Animations/Keycard_01:911:720' | 'Non Beta Release/Animations/Messenger_01_Bottom:1512:781' | 'Non Beta Release/Animations/Messenger_01_Bottom_HEVC:1512:780' @@ -2160,13 +1183,6 @@ export type VideoId = | 'Platforms/Animations/Platforms_Hero:717:572' | 'Token/Animations/Token_Hero:721:575' | 'Translations/Animations/Translations_Hero:721:575' - | 'Wallet/Animations/Wallet_01:1745:810' - | 'Wallet/Animations/Wallet_02:2256:1178' - | 'Wallet/Animations/Wallet_02_Mobile:990:1467' - | 'Wallet/Screens/Screencast Section/Wallet_02:750:1624' - | 'Wallet/Screens/Screencast Section/Wallet_03:750:1624' - | 'Wallet/Screens/Screencast Section/Wallet_04:750:1624' - | 'Wallet/Screens/Screencast Section/Wallet_05:750:1624' export type ZipFileId = | 'Brand/brand-assets.zip' diff --git a/apps/status.app/src/app/(website)/_components/hands-section.tsx b/apps/status.app/src/app/(website)/_components/hands-section.tsx index bdb0bf1ac..dc61b61d2 100644 --- a/apps/status.app/src/app/(website)/_components/hands-section.tsx +++ b/apps/status.app/src/app/(website)/_components/hands-section.tsx @@ -1,6 +1,6 @@ import { Text } from '@status-im/components' -import { Icon, Video } from '~components/assets' +import { Icon, Image } from '~components/assets' import type { ImageId } from '~components/assets' @@ -9,18 +9,18 @@ const HandsSection = () => {
- {/* MOBILE VIDEO */}
-
- {/* DESKTOP VIDEO */}
-
diff --git a/apps/status.app/src/app/(website)/jobs/page.tsx b/apps/status.app/src/app/(website)/jobs/page.tsx index 9fee972b6..120b73a14 100644 --- a/apps/status.app/src/app/(website)/jobs/page.tsx +++ b/apps/status.app/src/app/(website)/jobs/page.tsx @@ -89,13 +89,13 @@ export default async function JobsPage() {
diff --git a/apps/status.app/src/app/(website)/page.tsx b/apps/status.app/src/app/(website)/page.tsx index fc08e29b7..c777dfc49 100644 --- a/apps/status.app/src/app/(website)/page.tsx +++ b/apps/status.app/src/app/(website)/page.tsx @@ -109,7 +109,7 @@ export default async function HomePage() {