-
Notifications
You must be signed in to change notification settings - Fork 363
Update AgentCard.tsx #964
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update AgentCard.tsx #964
Conversation
fixed the squished badge issue with a ribbon Signed-off-by: Rutuj Dhawale <148652804+killjoycircuit@users.noreply.github.com>
EItanya
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please post some screenshots of the fix?
wrapped comments in curly braces Signed-off-by: Rutuj Dhawale <148652804+killjoycircuit@users.noreply.github.com>
Edited comment Signed-off-by: Rutuj Dhawale <148652804+killjoycircuit@users.noreply.github.com>
| <KagentLogo className="h-5 w-5 flex-shrink-0" /> | ||
| <span className="truncate">{agentRef}</span> | ||
| </CardTitle> | ||
| <div className="flex items-center space-x-2 invisible group-hover:visible"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we want to hide the edit/delete buttons unless the user hovers over the card
|
|
||
| {/* this handles the ribbon part to edit it change the py to change height and bg-yellow-400/30 to change transparency levels*/} | ||
| </div> | ||
| {!deploymentReady && ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should display both messages - Not accepted if the yaml/agent was not accepted and Not ready if the pod is still coming up
|
I will make those changes |
|
@peterj ,please review the ui changes as you mentioned
|
|
thanks!! |
|
@peterj I just realized the PR got merged before I committed my latest UI changes. I’d made the updates and shared screenshots, but was waiting to check with you if they looked good or needed tweaks. Looks like those changes didn’t make it in I can open a new PR to fix that. |
|
yes, please submit another pr
…On Thu, Oct 9, 2025 at 17:15 Rutuj Dhawale ***@***.***> wrote:
*killjoycircuit* left a comment (kagent-dev/kagent#964)
<#964 (comment)>
@peterj <https://github.com/peterj> I just realized the PR got merged
before I committed my latest UI changes. I’d made the updates and shared
screenshots, but was waiting to check with you if they looked good or
needed tweaks. Looks like those changes didn’t make it in I can open a new
PR to fix that.
—
Reply to this email directly, view it on GitHub
<#964 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACURJ3EAZPM32AAMWIJFGWL3W2CZRAVCNFSM6AAAAACH2HVQ26VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTGOBWGQ3TMNJZGI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
|
i have submitted another pr #1011 |
Fixed the squished badge bug with a ribbon as mentioned in kagent-dev#952. The ribbon can be adjusted by changing the thickness and transparency Edit: <img width="428" height="230" alt="fix" src="https://github.com/user-attachments/assets/537b07cb-192b-4f4b-8dbe-65139c116d27" /> also i attached screenshots in kagent-dev#952 --------- Signed-off-by: Rutuj Dhawale <148652804+killjoycircuit@users.noreply.github.com>

Fixed the squished badge bug with a ribbon as mentioned in #952. The ribbon can be adjusted by changing the thickness and transparency
Edit:

also i attached screenshots in #952