Alex Jbanca
Alex Jbanca
The profile showcase delegates need to display the community permissions the same way we're showing them in the community portal. We'll need the permissionsModel in the communities model similar to...
# [WIP Design](https://www.figma.com/file/d0G7m8X6ELjQlFOEKQpn1g/Profile-WIP?type=design&node-id=1-13865&mode=design&t=gxavA5yTTwXWFu9s-0) - [Actual Design](https://www.figma.com/file/ibJOTPlNtIxESwS96vJb06/%F0%9F%91%A4-Profile-%7C-Desktop?type=design&node-id=2460-8755&mode=design&t=jumwFduKExodhRUc-0) ## Bugs - [x] #13329 - [ ] https://github.com/status-im/status-desktop/issues/13754 ## General - [x] #13330 - [x] #13406 - [x] #13331 - [x] #13332 -...
### Description The purpose of this task is to provide the backend support for network preferences in the showcase accounts. The network preferences _could_ be part of the showcase `save`...
### What does the PR do Closes #13424 Changes: 1. Adding a new component `ProfilePerspectiveSelector` + storybook c9ecde111ede0c4de6402d3f36ca2637b643ebf1 2. Integrate the selector in `MyProfilePreview` and `ProfileDialog` c16a3b61d2e2e8ab27a729c6f38578a3ec7348e0 ### Affected areas...
### Description [Design](https://www.figma.com/file/ibJOTPlNtIxESwS96vJb06/👤-Profile-%7C-Desktop?node-id=2460%3A32245&mode=dev) Integrate the account network preferences with the backend implemented here https://github.com/status-im/status-desktop/issues/14226. Acceptance criteria: 1. The network preferences can be saved as part of profile showcase `save` action...
### What does the PR do Closing: #14095 Closing: #14200 Closing: #12326 Moving the permissions model from communities module to chat section module (at least that's the main intention). But...
We don't have `communityImage` roleName provided in the collectibles model. These are the roleNames we currently have: ``` CollectibleRole.Uid.int:"uid", CollectibleRole.ChainId.int:"chainId", CollectibleRole.ContractAddress.int:"contractAddress", CollectibleRole.TokenId.int:"tokenId", CollectibleRole.Name.int:"name", CollectibleRole.MediaUrl.int:"mediaUrl", CollectibleRole.MediaType.int:"mediaType", CollectibleRole.ImageUrl.int:"imageUrl", CollectibleRole.BackgroundColor.int:"backgroundColor", CollectibleRole.CollectionUid.int:"collectionUid", CollectibleRole.CollectionName.int:"collectionName", CollectibleRole.CollectionSlug.int:"collectionSlug",...
### Description The create/edit channel had some recent changes in permissions and close confirmation flows and the discord import flows need to be aligned. #### [Design](https://www.figma.com/file/qHfFm7C9LwtXpfdbxssCK3/Kuba⎜Desktop---Communities?type=design&node-id=44525-269785&mode=design&t=m7VY5yzA2Em5jir5-0) TODO: - [ ]...
### Description The new backend is implemented here: https://github.com/status-im/status-desktop/issues/13908 This backend will provide new models with a different structure that needs to be integrated in the UI. Models structure: Communities:...
### Description When viewing own profile dialog, the showcase data needs to be fetched from the profile store and joined with the app data to be presented. The current implementation...