Skip to content

Comments

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 23, 2026, 09:28:38 PM
apollo-ui-react 🟢 Ready Preview, Logs Feb 23, 2026, 09:27:36 PM
apollo-vertex 🟢 Ready Preview, Logs Feb 23, 2026, 09:27:04 PM
apollo-wind 🟢 Ready Preview, Logs Feb 23, 2026, 09:26:07 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

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.

1 participant