status-qml/sandbox/controls
Stefan 8214e64684 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-08-22 12:29:24 +02:00
..
Buttons.qml feat/(Status[Base]Button): add a new Primary variant 2022-08-09 10:53:27 +02:00
Controls.qml feat(StatusCheckbox): introduced new `leftSide` prop 2022-08-11 13:20:17 +02:00
Icons.qml
Layout.qml
ListItems.qml fix(StatusChatListCategory): Clicking on a category should toggle it 2022-08-22 12:29:24 +02:00
Others.qml
Popups.qml