Pascal Precht f4d16d7661 refactor(IconButton): turn IconButton into proper button control
So far our `IconButton` hasn't been a proper button control which comes
with many downsides, such as:

- Some default button behaviours need to be simulated (e.g. `onClicked`)
- Any support built-in features for all controls in QML like `ToolTip` aren't can't be used
- There are probably accessibility aspects to it as well

We use the `IconButton` in many different places. Sometimes it doesn't
even act as a button, but just as an icon. I suggest we introduce a separate
`StatusIcon` component for that in future changes.

This commit turns the `IconButton` into a proper `RoundButton`, restoring
the control behaviour and features we get from QML.

This also required to expose the `icon` property as a `iconImg`,
because a `RoundButton` already comes with an `icon`.
On the other hand, we could remove the `onClick` simulation and can now
take advantage of components like `ToolTip`.
2020-08-25 10:26:34 +02:00
2020-08-17 14:01:26 -04:00
2020-05-15 17:18:20 -04:00
2020-06-08 13:07:25 -04:00
2020-05-06 13:40:00 -04:00
2020-05-11 16:41:45 -04:00
2020-05-15 17:18:20 -04:00
Description
Status Desktop client made in Nim & QML
https://status.app
Readme
Languages
QML 38.7%
JavaScript 29.9%
Nim 18.7%
Python 5.7%
C++ 5.3%
Other 1.6%