Replies: 3 comments
-
|
@rasika2012 Can you check the PR #66? |
Beta Was this translation helpful? Give feedback.
0 replies
-
There are some merge conflicts. @Kavirubc |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Improvements for this topic were submitted in PR #577 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem
When I create an agent, delete an agent, trigger a build, or deploy - there's no feedback shown to the user. Operations either succeed silently or fail with errors only going to the browser console.
For example in
AddNewAgent.tsxthere's even a TODO for this:What's missing
Where I found this
AddNewAgent.tsx:91- TODO commentBuildPanel.tsx- errors logged but not shownuseCreateAgent,useDeployAgent, etc.) - no error handlersI noticed #4 and #5 covered the main UI/UX work but this feedback piece seems to have been missed.
Would be happy to contribute
If you're open to contributions, I'd be glad to work on this. Let me know if you have a preferred approach (per-component alerts vs a global notification system).
Beta Was this translation helpful? Give feedback.
All reactions