feat(KB-280): add Save button to QuickEntryBox

- Add Save button to QuickEntryBox component for manual task creation
- Include loading state and disabled state during submission
- Add comprehensive tests for Save button functionality (114 lines)
- Add changeset for the new save button feature
This commit is contained in:
gsxdsm
2026-03-31 07:47:41 -07:00
parent 234d6f7b1d
commit 4ad3fe240b
3 changed files with 142 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
"@kb/dashboard": patch
---
Add explicit Save button to QuickEntryBox for draft persistence feedback