Add placeholder message to devices page
This commit is contained in:
@@ -16,6 +16,11 @@ FormCard.FormCardPage {
|
|||||||
|
|
||||||
title: i18n("Devices")
|
title: i18n("Devices")
|
||||||
|
|
||||||
|
background: Kirigami.PlaceholderMessage {
|
||||||
|
text: i18n("Loading…")
|
||||||
|
visible: !thisDeviceCard.visible
|
||||||
|
}
|
||||||
|
|
||||||
required property NeoChatConnection connection
|
required property NeoChatConnection connection
|
||||||
|
|
||||||
property DevicesModel devicesModel: DevicesModel {
|
property DevicesModel devicesModel: DevicesModel {
|
||||||
@@ -24,6 +29,7 @@ FormCard.FormCardPage {
|
|||||||
}
|
}
|
||||||
|
|
||||||
DevicesCard {
|
DevicesCard {
|
||||||
|
id: thisDeviceCard
|
||||||
title: i18n("This Device")
|
title: i18n("This Device")
|
||||||
type: DevicesModel.This
|
type: DevicesModel.This
|
||||||
showVerifyButton: false
|
showVerifyButton: false
|
||||||
|
|||||||
Reference in New Issue
Block a user