Alex Jbanca 26baaa0e15 fix(StatusChatList): Enable StatusChatList sizing and disable scroll filtering when the listview.height == listview.contentHeight
Fixing #9460 Community -> Channels list: can't scroll list of channels with touchpad
The root-cause of this issue is that we use a Listview with height == contentHeight and delegate the scrolling to a ScrollView. The reasoning is that we can attach other items to the bottom of the listview and delegating the scroll to a ScrollView will enable us to scroll the listview+other items attached at the bottom at the same time.
Fixing it by setting ListView.interactive to false when the listview cannot be scrolled.
Also fixed the listview height so that it can also be used as a scrollable listview.
2023-02-10 13:23:32 +02:00
2022-10-19 17:34:23 +02:00
2023-02-10 10:15:53 +01:00
2023-02-09 12:48:11 +01:00
2022-03-11 15:52:47 -05:00
2022-07-14 22:04:33 +02:00
2023-01-25 11:08:40 +03:00
2020-06-08 13:07:25 -04:00
Description
Status Desktop client made in Nim & QML
https://status.app
Readme
Languages
QML 39.2%
JavaScript 29.7%
Nim 18.5%
Python 5.7%
C++ 5.2%
Other 1.6%