-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
chore: workflow ui #3175
base: v4.8.14-dev
Are you sure you want to change the base?
chore: workflow ui #3175
Conversation
projects/app/src/pages/app/detail/components/WorkflowComponents/AppCard.tsx
Outdated
Show resolved
Hide resolved
packages/web/components/common/Textarea/PromptEditor/Editor.tsx
Outdated
Show resolved
Hide resolved
...ects/app/src/pages/app/detail/components/WorkflowComponents/Flow/nodes/NodeExtract/index.tsx
Outdated
Show resolved
Hide resolved
projects/app/src/pages/app/detail/components/WorkflowComponents/Flow/nodes/render/NodeCard.tsx
Outdated
Show resolved
Hide resolved
w={'0.8rem'} | ||
color={'myGray.500'} | ||
mx={-1} | ||
sx={{ |
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.
这个 hover 应该颜色会自动跟着变蓝?不需要单独配置的把
@@ -31,6 +34,7 @@ export type Props = { | |||
isActive?: boolean; | |||
type?: MenuItemType; | |||
icon?: IconNameType | string; | |||
iconColor?: string; |
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.
这个不能直接跟在 type 枚举里么
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.
这里为啥换了个组件
No description provided.