status-desktop/ui/StatusQ/sandbox/demoapp
Stefan 15c766a3d6 fix(StatusChatListCategory): Clicking on a category should toggle it
The culprit here is at the very bottom, in StatusListItem: the toplevel
item was a MouseArea handling the clicks and this causes problems as any
extra buttons placed on top of it get their mouseClick events delivered
in wrong order (after StatusListItem). Fix this by having a MouseArea
handling click events behind the actual toplevel item as a last resort,
catch all handler  plus the actual "sensor" being just a MouseArea that
handles merely the hover events

- drop unneeded onPressed/onReleased handlers in StatusChatListCategoryItem
- fix some warnings (typos, unreachable code, shadowed variables)

Fixes: #6733
2022-09-21 18:20:14 +02:00
..
data fix(StatusMessage): Design update and minor improvements (#752) 2022-09-21 18:20:14 +02:00
ChatChannelView.qml fix(StatusMessage): Design update and minor improvements (#752) 2022-09-21 18:20:14 +02:00
CreateChatView.qml fix(CreateChatView): adjust start chat page (#863) 2022-09-21 18:20:14 +02:00
DemoCommunityDetailModal.qml feat(StatusQ/Controls): introducing StatusBackButton 2022-09-21 18:20:13 +02:00
DemoContactRequestsModal.qml
StatusAppChatView.qml fix(StatusChatListCategory): Clicking on a category should toggle it 2022-09-21 18:20:14 +02:00
StatusAppCommunitiesPortalView.qml feat(StatusScrollView): New scrollview component without twitches (#766) 2022-09-21 18:20:12 +02:00
StatusAppCommunityView.qml fix(demoapp): Replaced non-existent web images with locals (#757) 2022-09-21 18:20:12 +02:00
StatusAppProfileSettingsView.qml feat(StatusScrollView): New scrollview component without twitches (#766) 2022-09-21 18:20:12 +02:00