-
Notifications
You must be signed in to change notification settings - Fork 44.6k
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
feat(frontend): Update block UI #8260
Conversation
PR Reviewer Guide πHere are some key observations to aid the review process:
|
β Deploy Preview for auto-gpt-docs canceled.
|
2c70698
to
c39a0b1
Compare
β¦ zamilmajdy/block-ui-update
β¦ zamilmajdy/block-ui-update # Conflicts: # autogpt_platform/frontend/src/components/node-input-components.tsx
β¦ravitas/AutoGPT into zamilmajdy/block-ui-update
{
"id": "ed5d851c-9343-4b9f-bef6-276233301102",
"version": 1,
"is_active": true,
"is_template": false,
"name": "apitest",
"description": "Agent Description",
"executions": null,
"nodes": [
{
"id": "3969861a-9af3-477c-8c05-08f9bff9675e",
"block_id": "1f292d4a-41a4-4977-9684-7c8d560b9f91",
"input_default": {},
"metadata": {
"position": {
"x": 608,
"y": 132.5
}
}
}
],
"links": [],
"subgraphs": {}
} |
This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request. |
Conflicts have been resolved! π A maintainer will review the pull request shortly. |
you need to commit your lock file updates btw |
This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request. |
β¦ zamilmajdy/block-ui-update
Conflicts have been resolved! π A maintainer will review the pull request shortly. |
d5e5b43
to
ed42a52
Compare
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.
Tested and its all working
Background
This is the revival of #8190.
With the input-field bug fixed
Changes ποΈ
Update block UI based on the agreed design.
Testing π
Note
Only for the new autogpt platform, currently in autogpt_platform/