Pascal Precht
09876c1f67
feat(Components): introduce StatusRoundedImage
...
A component that renders an image as a circle, given some URL.
Usage:
```
StatusRoundedImage {
image.source: "..." // some url
}
```
Closes #32
2021-05-07 12:48:34 +02:00
Pascal Precht
b015531396
feat(Components): introduce StatusLetterIdenticon
...
This introduces the `StatusLetterIdenticon` component to StatusQ.
Usage:
```
import StatusQ.Components 0.1
StatusLetterIdenticon {
name: "#status"
}
```
Closes #28
2021-05-05 14:12:53 +02:00
Pascal Precht
3ce1138be6
feat(Components): introduce StatusLoadingIndicator
...
A `StatusIcon` that rotates infinitely and can be used for indicating
pending states.
Usage:
```
StatusLoadingIndicator {
width: 24 // default: 17
height: 24 // default: 17
color: "red" // default: loading asset color
}
```
Closes #7
2021-05-05 11:47:20 +02:00
B.Melnik
3528b2ff44
feat: Set up catalog app (sandbox)
...
Closes #5
2021-05-05 07:55:43 +02:00