This website requires JavaScript.
Explore
Help
Sign In
status-im
/
status-desktop
mirror of
https://github.com/status-im/status-desktop.git
Watch
2
Star
0
Fork
You've already forked status-desktop
0
Code
Issues
Projects
Releases
Wiki
Activity
1e972950e6
status-desktop
/
storybook
/
stubs
/
AppLayouts
/
Chat
/
stores
/
RootStore.qml
7 lines
109 B
QML
Raw
Normal View
History
Unescape
Escape
chore(CommunityPermissions): Dissect real and mocked CommunitiesStore, adapt Storybook's pages Closes: #9612
2023-02-22 17:44:04 +00:00
import
QtQuick
2.15
feat(Token master): create category in Settings/Communities Add a `memberRole` value and section for the TokenMaster category in Settings/Communities Fixes #11308
2023-07-19 20:07:14 +00:00
QtObject
{
property
var
chatCommunitySectionModule
feat(community ownership) Move community control node flow UI Implement the UI part of the new flow for moving community control nodes w/o involving private keys Closes #12088
2023-09-12 09:26:57 +00:00
property
var
contactsStore
feat(Token master): create category in Settings/Communities Add a `memberRole` value and section for the TokenMaster category in Settings/Communities Fixes #11308
2023-07-19 20:07:14 +00:00
}