mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-10 05:36:23 +00:00
feat(CommunitySettings): Implement UI for`edit`, `duplicate` and `remove` actions in community permissions page - Enabled `duplicate` action (mocked). - Enabled `delete` action (mocked) and added / updated navigations in case all permissions are removed. - Added delete confirmation popup. - Enabled `edit` action (mocked) where changes are detected and the `dirty changes toast` appears properly. Closes #8581