Skip to content

Comments

Add Tooltip for Remove from Collection List Button#3923

Open
SalmanNajah wants to merge 3 commits intoprocessing:developfrom
SalmanNajah:add-tooltip
Open

Add Tooltip for Remove from Collection List Button#3923
SalmanNajah wants to merge 3 commits intoprocessing:developfrom
SalmanNajah:add-tooltip

Conversation

@SalmanNajah
Copy link
Contributor

Issue: Add Tooltip for Remove from Collection List Button

Fixes #3882

  • This PR adds a tooltip to 'X' button in Collection's sketch list view as described in the above issue to make the intent of the 'X' button clear to the users.
  • Added unit tests for Collection's sketch list view.
  • Used existing SketchRemoveARIA for the Tooltip content
    "SketchRemoveARIA": "Remove sketch from collection",

Demo:

Screen.Recording.2026-02-21.at.2.15.38.PM.mov

Changes:

  • Wrapped <button> inside <Tooltip content={t('Collection.SketchRemoveARIA')}>
  • Added unit tests for Collection's sketch list view.

I have verified that this pull request:

  • has no linting errors (npm run lint)
  • has no test errors (npm run test)
  • has no typecheck errors (npm run typecheck)
  • is from a uniquely-named feature branch and is up to date with the develop branch.
  • is descriptively named and links to an issue number, i.e. Fixes #123
  • meets the standards outlined in the accessibility guidelines

@welcome
Copy link

welcome bot commented Feb 21, 2026

🎉 Thanks for opening this pull request! Please check out our contributing guidelines if you haven't already.

@SalmanNajah
Copy link
Contributor Author

Hi @raclim, Could you please review this PR?

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.

Add Tooltip for Remove from Collection List Button

1 participant