reload(
self,
notifications: list[PendingNotification],
) -> None| Name | Type | Description |
|---|---|---|
notifications* | list[PendingNotification] | Current pending entries to display. |
Rebuild the row list from a refreshed snapshot.
Preserves cursor position by key when possible; falls back to
clamping the previous index into the new bounds. Dismisses the
screen with None when the list is empty.