status-desktop/ui/StatusQ/sandbox
Pascal Precht b2576f0e5e feat(Components): introduce StatusBadge component
This component can be used to render badges with additional information
as seen in the navbar tab buttons and menu items.

Here's how it can be used:

```
StatusBadge {
  value: 2
}
```

By default and based on value, StatusBadge will change its width.
If no value is provided, it renders as badge indicator as seen in the profile
tab button.

Closes #15
2022-09-21 18:20:02 +02:00
..
Icons.qml feat: Set up catalog app (sandbox) 2022-09-21 18:20:01 +02:00
Others.qml feat(Components): introduce StatusBadge 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 feat(Components): introduce StatusLoadingIndicator 2022-09-21 18:20:01 +02:00
qml.qrc feat(Components): introduce StatusLoadingIndicator 2022-09-21 18:20:01 +02:00
sandbox.pro feat: Set up catalog app (sandbox) 2022-09-21 18:20:01 +02:00
sandboxapp.cpp feat: Set up catalog app (sandbox) 2022-09-21 18:20:01 +02:00
sandboxapp.h feat: Set up catalog app (sandbox) 2022-09-21 18:20:01 +02:00