UpdateAvailableScreen(
self,
entry: PendingNotification,
)ModalScreen[ActionId | None]| Name | Type | Description |
|---|---|---|
entry* | PendingNotification | Registered notification to render. Its actions
drive the action rows; dismissing via an action
returns the chosen |
| Name | Type |
|---|---|
| entry | PendingNotification |
Modal dedicated to the update-available notification.
Renders the entry's title and body, a "View changelog" row, and
one row per configured action. Dismisses with the selected
ActionId, or None on Esc. Activating the changelog row opens
the URL in a browser and leaves the modal open.