AdwStatusPage

A page used for empty/error states and similar use-cases.

<picture> <source srcset="status-page-dark.png" media="(prefers-color-scheme: dark)"> <img src="status-page.png" alt="status-page"> </picture>

The adw.status_page.StatusPage widget can have an icon, a title, a description and a custom widget which is displayed below them.

CSS nodes

adw.status_page.StatusPage has a main CSS node with name statuspage.

adw.status_page.StatusPage can use the `.compact` style class for when it needs to fit into a small space such a sidebar or a popover.

struct AdwStatusPage