status-qml/sandbox/demoapp
Noelia c0f825c690
feat(StatusContactVerificationIcons): Create new row control that includes mutual connect and trust indicator icons (#559)
Create `StatusContactVerificationIcons` row component.

Refactor in `StatusMemberListItem`. It now uses `StatusContactVerificationIcons` component.

Refactor in `StatusListItem`. It now contains a Loader for dynamically decide if a row icons component is defined aside the title.

Refactor in `StatusMessageHeader` and `StatusMessage`. They now use `StatusContactVerificationIcons` component.

Closes #542

BREAKING CHANGES:

Removed `titleIcon1Visible` and `titleIcon1Visible` from `StatusListItem`.

Removed `ContactType` enumeration in `StatusMessage`. Now, contact verification type is managed by enum `TrustedType` in `StatusContactVerificationIcons` component.
2022-02-16 11:37:48 +01:00
..
data feat(StatusContactVerificationIcons): Create new row control that includes mutual connect and trust indicator icons (#559) 2022-02-16 11:37:48 +01:00
ChatChannelView.qml feat(StatusContactVerificationIcons): Create new row control that includes mutual connect and trust indicator icons (#559) 2022-02-16 11:37:48 +01:00
CreateChatView.qml fix(sandbox): Fix results popup component position 2022-02-15 08:40:19 +01:00
DemoCommunityDetailModal.qml refactor: refactored/cleaned up sandbox app 2022-01-19 16:22:52 +01:00
DemoContactRequestsModal.qml refactor: refactored/cleaned up sandbox app 2022-01-19 16:22:52 +01:00
StatusAppChatView.qml feat(StatusQ.Components): Adding StatusTagSelector component 2022-02-02 10:26:45 +01:00
StatusAppCommunityView.qml chore(demoApp): restore DemoApp to have the latest changes from both master and base_bc 2022-02-02 10:18:03 +01:00
StatusAppProfileSettingsView.qml refactor: refactored/cleaned up sandbox app 2022-01-19 16:22:52 +01:00