[AI] Retry initial request. - #205
Open
burkongla wants to merge 3 commits into
Open
Conversation
added 2 commits
August 24, 2026 19:10
Task: 40971449 Source: slack Requested by: U04E9DZ5ELF
✅ Deploy Preview for githelp-support ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
- Kebab menu (three vertical dots) on each helper row now opens a dropdown
with a 'Remove helper' option
- Selecting it shows a confirmation dialog ('Are you sure you want to remove
this helper?') with Yes/Cancel
- Confirming deletes the projects_helpers row (new useRemoveHelper hook),
removing the helper's project association, then shows a success dialog
('The helper is now removed from the project') with a Close button
- Add colocated tests covering the menu, confirm, cancel, and error paths
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated PR
Task: Retry initial request.
Source: slack
Requested by: U04E9DZ5ELF
Classification: flow
Changes
In the public support chat, when the initial request (the first message that creates the ticket) fails, the error is only logged to the console — the user gets no feedback and no way to retry. Add visible error handling and a retry path for the initial ticket-creation request.
Security Review
Status: pass
No security issues found. The diff adds retry/error-handling UI for the support chat: error messages are hardcoded strings rendered via escaped JSX (no dangerouslySetInnerHTML), no new dependencies were added (package.json unchanged, so npm audit was not required), no secrets, auth changes, SQL, CORS, or RLS changes are present, and the new
errorBannerReactNode prop follows standard safe React composition.🤖 Generated by githelp-support agent team