Skip to content
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: Workflows foundations #554

Merged
merged 21 commits into from
Sep 23, 2024
Merged

feat: Workflows foundations #554

merged 21 commits into from
Sep 23, 2024

Conversation

ramedina86
Copy link
Collaborator

No description provided.

src/ui/src/core/navigation.ts Fixed Show resolved Hide resolved
src/ui/src/builder/BuilderSettingsHandlers.vue Outdated Show resolved Hide resolved
src/ui/src/components/core/root/CoreRoot.vue Outdated Show resolved Hide resolved
<template>
<div class="WorkflowsNodeBox" :class="props.variant">
<div class="title">
<i v-if="props.variant == 'tool'" class="material-symbols-outlined"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can omit props

Suggested change
<i v-if="props.variant == 'tool'" class="material-symbols-outlined"
<i v-if="variant == 'tool'" class="material-symbols-outlined"

src/ui/src/components/workflows/WorkflowsNodeBox.vue Outdated Show resolved Hide resolved
src/ui/src/components/workflows/WorkflowsNodeOuts.vue Outdated Show resolved Hide resolved
src/ui/src/components/workflows/WorkflowsWorkflow.vue Outdated Show resolved Hide resolved
src/ui/src/components/workflows/base/WorkflowArrow.vue Outdated Show resolved Hide resolved
src/ui/src/core/navigation.ts Show resolved Hide resolved
src/ui/src/core/navigation.ts Show resolved Hide resolved
@ramedina86 ramedina86 merged commit 0a9643d into dev Sep 23, 2024
18 checks passed
@ramedina86 ramedina86 deleted the feat-workflows-foundations branch September 23, 2024 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants