Commit b3fe82a
[app-cloud] address feedback - fix issue agent dispatch link state and accessibility (#25253)
## Summary
- Render newly-created issue agent PR/workflow links in the sidebar
immediately after a successful dispatch
- Return the updated `Issue` from `dispatchIssueAgent` and let Apollo
update the cached issue metadata instead of maintaining local optimistic
metadata state
- Simplify `IssueAgentDispatchSuccess` so PR/workflow URLs live only on
`Issue.metadata` while dispatch errors can still expose partial-failure
recovery links
- Align implemented-state detection with the backend by using
PR/workflow URLs instead of requiring a provider
- Add accessible labels/tooltips for sidebar copy icon buttons
## Testing
## Changelog
Internal-RevId: 6e770606b452666d891ca8490efa793d3cee84461 parent c84bc44 commit b3fe82a
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
41 | | - | |
| 43 | + | |
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
| |||
0 commit comments