mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-08 20:56:39 +00:00
This component introduces `StatusLetterIdenticon`, `StatusImageIdenticon` and `StatusIdenticon`. - `StatusLetterIdenticon` renders an identicon with a single letter based on a name. - `StatusImageIdenticon` renders an actual image based on an identicon URL - `StatusIdenticon` is a composition of the former both, but with a loading mechanism to decide which should be rendered The commit also ensures all of these components are used respectively throughout the application.
10 lines
398 B
Plaintext
10 lines
398 B
Plaintext
StatusButton 1.0 StatusButton.qml
|
|
StatusImageIdenticon 1.0 StatusImageIdenticon.qml
|
|
StatusLetterIdenticon 1.0 StatusLetterIdenticon.qml
|
|
StatusRadioButton 1.0 StatusRadioButton.qml
|
|
StatusRoundButton 1.0 StatusRoundButton.qml
|
|
StatusSectionHeadline 1.0 StatusSectionHeadline.qml
|
|
StatusSectionMenuItem 1.0 StatusSectionMenuItem.qml
|
|
StatusSlider 1.0 StatusSlider.qml
|
|
StatusToolTip 1.0 StatusToolTip.qml
|