saleor-dashboard/.changeset/chilly-pugs-fetch.md
Lukasz Ostrowski c0909f3254
Display app webhooks and deliveries in Manage App view (#4066)
* Add webhooks deliveries display to manage app page

* make 2 columns layout on manage apps view

* add chip for webhook active state

* Add borders to manage app layout

* fix ts strict

* wip before accordion

* add accordion

* improve look of failed deliveries

* extract translations
2023-08-08 12:25:10 +02:00

377 B

saleor-dashboard
minor

Added apps webhooks status to "Manage app" page. Now the page displays a list of all registered webhooks and information if its enabled or disabled. If Webhook has any pending or failed delivery attempt, they will be listed with a timestamp and status.

The Manage App page was refreshed with borders to match layout of other Dashboard pages