Revamp empty status page
This commit is contained in:
@@ -18,11 +18,22 @@ Adw.StatusPage hidden_notice_no_results {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Adw.StatusPage notice_empty {
|
Adw.StatusPage notice_empty {
|
||||||
icon-name: "applications-games-symbolic";
|
icon-name: "hu.kramo.Cartridges-symbolic";
|
||||||
title: _("No Games");
|
title: _("No Games");
|
||||||
description: _("Use the + button to add games.");
|
description: _("Use the + button to add games.");
|
||||||
vexpand: true;
|
vexpand: true;
|
||||||
valign: center;
|
valign: center;
|
||||||
|
|
||||||
|
Button {
|
||||||
|
label: _("Import");
|
||||||
|
halign: center;
|
||||||
|
action-name: "app.import";
|
||||||
|
|
||||||
|
styles [
|
||||||
|
"pill",
|
||||||
|
"suggested-action",
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Adw.StatusPage hidden_notice_empty {
|
Adw.StatusPage hidden_notice_empty {
|
||||||
|
|||||||
Reference in New Issue
Block a user