Skip to content

feat: add info disclaimer to moveToJointPositions widget (#75)#76

Merged
mattmacf98 merged 2 commits into
mainfrom
claude/joint-positions-info-disclaimer
May 22, 2026
Merged

feat: add info disclaimer to moveToJointPositions widget (#75)#76
mattmacf98 merged 2 commits into
mainfrom
claude/joint-positions-info-disclaimer

Conversation

@claude
Copy link
Copy Markdown
Contributor

@claude claude Bot commented May 20, 2026

Adds an info disclaimer tooltip to the moveToJointPositions widget clarifying that joint position limits are derived from arm kinematics only and do not reflect motion service limit overrides.

Closes #75

Frontend

  • move-to-joint-positions.svelte: Added a Tooltip with an information icon next to the "Joint Positions" header. The tooltip text reads: "Joint position limits are based solely on the arm kinematics and do not take into account motion service limit overrides." Follows the same pattern used for the existing "Quick set" tooltip in the same component.

Testing

  • Added a test in move-to-joint-positions.spec.ts verifying the disclaimer text is rendered.
  • pnpm lint and pnpm check pass. Unit tests require Playwright browser (not available in this CI environment) but follow existing test patterns.

DRI

@mattmacf98 is the responsible engineer for this PR.

Screenshot 2026-05-20 at 12 16 04 PM

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 20, 2026

⚠️ No Changeset found

Latest commit: 151a918

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@mattmacf98 mattmacf98 merged commit 52da18a into main May 22, 2026
5 checks passed
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.

show info disclaimer on moveToJointPosiitons

2 participants