Make NotificationDescription a swappable component

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Signed-off-by: Fredrik Adelöw <freben@spotify.com>
This commit is contained in:
Fredrik Adelöw
2026-04-21 16:35:29 +02:00
parent 957be583cd
commit 03311e33da
4 changed files with 48 additions and 1 deletions
@@ -0,0 +1,5 @@
---
'@backstage/plugin-notifications': patch
---
The notification description used in the notifications table is now a swappable component, so that apps can replace its rendering with a custom implementation.