status-desktop/ui/app/AppLayouts
Jonathan Rainville 6cbdcfdcf2 fix: fix token master can't send a message on permissioned channel
Fixes #13779

The problem was that the permission update some times takes time to get propagated and get back, or even the control node is offline, so the TM would not be able to post, because the backend would detect that there is a permission and that we don't have the key for it.

The solution is to block the UI when a permission update is pending, since we can't post correctly while it is not processed by he control node.
2024-03-08 17:26:36 -05:00
..
Browser fix(token mgmt): finish the controller refactoring 2024-02-02 23:48:10 +01:00
Chat fix: fix token master can't send a message on permissioned channel 2024-03-08 17:26:36 -05:00
Communities feat(ChannelPermissions): Show confirmation dialog before closing the channel edit popup 2024-03-06 14:40:23 +02:00
Node feat(ActivityCenter): Add indication for visited/unvisited AC state 2023-02-17 16:13:43 +04:00
Onboarding fix(SeedPhrase): Fixing seed phrase validation (#13496) 2024-02-14 15:50:14 +02:00
Profile feat: Add new simplified model for profile showcase preferences (#13708) 2024-03-08 21:11:48 +01:00
Wallet fix: Collapse / expand section header icons in collectibles view 2024-03-07 22:18:50 +01:00
stores feat(communities): hook promoteSelfToControlNode to UI 2024-02-29 12:29:39 -05:00