status-desktop/ui/StatusQ/sandbox
Pascal Precht 9cbdf4fa97 feat(Components): introduce `StatusRoundIcon` component
This commit introduces a `StatusRoundIcon` component which renders
a `StatusIcon` inside a rounded rectangle.

This is similar to `StatusRoundButton`, just that it isn't a clickable
component.

With these changes, we also introduce a new `StatusIconSettings` config
object that can be used across component that need icon configuration.

The configuration includes the following properties:

- `name` - Name of the icon and used to locate the asset
- `width`
- `height`

Closes #53
2022-09-21 18:20:02 +02:00
..
Buttons.qml feat:Add buttons components 2022-09-21 18:20:02 +02:00
Controls.qml feat(StatusIconTabButton): introduce image loading state and fallback 2022-09-21 18:20:02 +02:00
Icons.qml feat: Set up catalog app (sandbox) 2022-09-21 18:20:01 +02:00
Layout.qml refactor(sandbox): rely on global `Theme` instead of theme prop 2022-09-21 18:20:02 +02:00
Others.qml feat(Components): introduce `StatusRoundIcon` component 2022-09-21 18:20:02 +02:00
handler.cpp feat: Set up catalog app (sandbox) 2022-09-21 18:20:01 +02:00
handler.h feat: Set up catalog app (sandbox) 2022-09-21 18:20:01 +02:00
main.cpp feat: Set up catalog app (sandbox) 2022-09-21 18:20:01 +02:00
main.qml refactor(sandbox): rely on global `Theme` instead of theme prop 2022-09-21 18:20:02 +02:00
qml.qrc feat:Add buttons components 2022-09-21 18:20:02 +02:00
sandbox.pro chore: add StatusCheckBox 2022-09-21 18:20:02 +02:00
sandboxapp.cpp fix: fix crash on removing title bar 2022-09-21 18:20:02 +02:00
sandboxapp.h fix: fix crash on removing title bar 2022-09-21 18:20:02 +02:00
statuswindow.h fix: fix crash on removing title bar 2022-09-21 18:20:02 +02:00
statuswindow_mac.mm fix: fix crash on removing title bar 2022-09-21 18:20:02 +02:00