Skip to content

feat(apollo-react): react flow task nodes#255

Draft
kittyyueli wants to merge 1 commit intomainfrom
fix/task-nodes
Draft

feat(apollo-react): react flow task nodes#255
kittyyueli wants to merge 1 commit intomainfrom
fix/task-nodes

Conversation

@kittyyueli
Copy link
Member

Description

Task nodes that are now react flow nodes

import { calculateDropPosition, convertToGroupPosition } from './calculateTaskDropPosition';
import { DEFAULT_TASK_POSITION_CONFIG } from '../components/TaskNode/useTaskPositions';

const config = DEFAULT_TASK_POSITION_CONFIG;
it('returns isParallel=false when node center is in left half', () => {
const taskIds = [['task-1'], ['task-2']];
const stageWidth = 304;
const nodeWidth = 276;
@github-actions
Copy link

github-actions bot commented Feb 23, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (PT)
apollo-canvas 🟢 Ready Preview, Logs Feb 25, 2026, 02:41:36 PM
apollo-ui-react 🟢 Ready Preview, Logs Feb 25, 2026, 02:40:21 PM
apollo-vertex 🟢 Ready Preview, Logs Feb 25, 2026, 02:39:52 PM
apollo-wind 🟢 Ready Preview, Logs Feb 25, 2026, 02:39:20 PM

@github-actions
Copy link

github-actions bot commented Feb 23, 2026

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

@kittyyueli kittyyueli added the dev-packages Adds dev package publishing on pushes to this PR label Feb 25, 2026
@github-actions
Copy link

github-actions bot commented Feb 25, 2026

📦 Dev Packages

Package Status Updated (PT)
@uipath/apollo-react@3.44.2-pr255.af80ea0 🟢 Published Feb 25, 2026, 02:56:11 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dev-packages Adds dev package publishing on pushes to this PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant