NotificationCenterScreen(
self,
notifications: list[PendingNotification],
)ModalScreen[NotificationActionResult | None]| Name | Type | Description |
|---|---|---|
notifications* | list[PendingNotification] | Entries to render. Order is preserved. |
| Name | Type |
|---|---|
| notifications | list[PendingNotification] |
Modal listing pending notifications with drill-in details.
Each PendingNotification is a single row. Up/Down (or j/k)
moves the cursor; Enter or click pushes a detail modal for the
highlighted entry. The detail modal carries the action list and
dismisses with an ActionId or None. Esc on the center returns
None.