-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Feat/update process flow display #347
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
base: main
Are you sure you want to change the base?
Changes from all commits
ff8803c
8127db5
dcc4364
d9b88eb
b8c6025
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| { | ||
| "enabledPlugins": { | ||
| "frontend-design@claude-plugins-official": true | ||
| } | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| { | ||
| "permissions": { | ||
| "allow": [ | ||
| "Bash(grep -n \"export.*RichTreeView\\\\|export.*TreeItem\\\\|export.*WorkflowTreeView\" /c/Users/Henry/Codes/FlowiseChatEmbed/src/components/treeview/*.tsx)", | ||
| "Bash(npx tsc:*)", | ||
| "Bash(npx vite:*)", | ||
| "Bash(grep:*)", | ||
| "Bash(node:*)" | ||
| ] | ||
| } | ||
| } | ||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| import { JSXElement } from 'solid-js'; | ||
| type IconProps = { | ||
| size?: number; | ||
| color?: string; | ||
| }; | ||
| export declare const MaximizeIcon: (props: IconProps) => import("solid-js").JSX.Element; | ||
| type AgentflowIconEntry = { | ||
| name: string; | ||
| icon: (props: IconProps) => JSXElement; | ||
| color: string; | ||
| }; | ||
| export declare const AGENTFLOW_ICONS: AgentflowIconEntry[]; | ||
| export declare function getAgentflowIcon(name: string): AgentflowIconEntry | null; | ||
| export {}; | ||
| //# sourceMappingURL=AgentflowIcons.d.ts.map |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| type NodeDetailsDialogProps = { | ||
| isOpen: boolean; | ||
| onClose: () => void; | ||
| node: { | ||
| label: string; | ||
| name: string; | ||
| status: string; | ||
| data: any; | ||
| } | null; | ||
| backgroundColor?: string; | ||
| textColor?: string; | ||
| apiHost?: string; | ||
| chatflowid?: string; | ||
| chatId?: string; | ||
| }; | ||
| export declare const NodeDetailsDialog: (props: NodeDetailsDialogProps) => import("solid-js").JSX.Element; | ||
| export {}; | ||
| //# sourceMappingURL=NodeDetailsDialog.d.ts.map |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Uh oh!
There was an error while loading. Please reload this page.