feat(KB-101): add ntfy notification test button in settings

- Add /api/settings/test-ntfy endpoint for sending test notifications
- Add test notification button to SettingsModal when ntfy is enabled
- Display success/error feedback after test notification attempt
- Add comprehensive tests for test notification flow
- Include changeset for patch release
This commit is contained in:
gsxdsm
2026-03-30 16:54:01 -07:00
parent 304506b237
commit 0ab4f251cf
5 changed files with 214 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
---
"@kb/dashboard": patch
---
Add "Test notification" button in Settings to verify ntfy configuration before saving.