-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
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 应该颜色会自动跟着变蓝?不需要单独配置的把
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.
单独设置了color: myGray.500,就不会自动变蓝了
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.
单独设置了color: myGray.500,就不会自动变蓝了
去掉图标的 fill 了么
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.
这里为啥换了个组件
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.
改成和工作流header上面popover一样的样式了
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.
有什么区别么?
* chore: workflow ui * fix * change icon color config * change popover to mymenu
* chore: workflow ui * fix * change icon color config * change popover to mymenu
* chore: workflow ui * fix * change icon color config * change popover to mymenu
* chore: workflow ui * fix * change icon color config * change popover to mymenu
* chore: workflow ui * fix * change icon color config * change popover to mymenu
* chore: workflow ui * fix * change icon color config * change popover to mymenu
* chore: workflow ui * fix * change icon color config * change popover to mymenu
* feat: rewrite chat context (#3176) * feat: add app auto execute (#3115) * feat: add app auto execute * auto exec configtion * chatting animation * change icon * fix * fix * fix link * feat: add chat context to all chatbox * perf: loading ui --------- Co-authored-by: heheer <heheer@sealos.io> * app auto exec (#3179) * add chat records loaded state (#3184) * perf: chat store reset storage (#3186) * perf: chat store reset storage * perf: auto exec code * chore: workflow ui (#3175) * chore: workflow ui * fix * change icon color config * change popover to mymenu * 4.8.14 test (#3189) * update doc * fix: token check * perf: icon button * update doc * feat: share page support configuration Whether to allow the original view (#3194) * update doc * perf: fix index (#3206) * perf: i18n * perf: Add service entry (#3226) * 4.8.14 test (#3228) * fix: ai log * fix: text splitter * fix: reference unselect & user form description & simple to advance (#3229) * fix: reference unselect & user form description & simple to advance * change abort position * perf * perf: code (#3232) * perf: code * update doc * fix: create btn permission (#3233) * update doc * fix: refresh chatbox listener * perf: check invalid reference * perf: check invalid reference * update doc * fix: ui props --------- Co-authored-by: heheer <heheer@sealos.io>
* chore: workflow ui * fix * change icon color config * change popover to mymenu
* feat: rewrite chat context (labring#3176) * feat: add app auto execute (labring#3115) * feat: add app auto execute * auto exec configtion * chatting animation * change icon * fix * fix * fix link * feat: add chat context to all chatbox * perf: loading ui --------- Co-authored-by: heheer <heheer@sealos.io> * app auto exec (labring#3179) * add chat records loaded state (labring#3184) * perf: chat store reset storage (labring#3186) * perf: chat store reset storage * perf: auto exec code * chore: workflow ui (labring#3175) * chore: workflow ui * fix * change icon color config * change popover to mymenu * 4.8.14 test (labring#3189) * update doc * fix: token check * perf: icon button * update doc * feat: share page support configuration Whether to allow the original view (labring#3194) * update doc * perf: fix index (labring#3206) * perf: i18n * perf: Add service entry (labring#3226) * 4.8.14 test (labring#3228) * fix: ai log * fix: text splitter * fix: reference unselect & user form description & simple to advance (labring#3229) * fix: reference unselect & user form description & simple to advance * change abort position * perf * perf: code (labring#3232) * perf: code * update doc * fix: create btn permission (labring#3233) * update doc * fix: refresh chatbox listener * perf: check invalid reference * perf: check invalid reference * update doc * fix: ui props --------- Co-authored-by: heheer <heheer@sealos.io>
No description provided.