sentry icon indicating copy to clipboard operation
sentry copied to clipboard

ref(assignee-selector): Get rid of old component for assignee selector in issue details

Open MichaelSun48 opened this issue 1 year ago • 3 comments

This PR swaps the old assignee selector dropdown in the issue details page for the new one that was recently introduced in the issue stream. The design of the trigger has not been changed with the exception of the chevron, which has been changed to use <Chevron> instead of <IconChevron>.

Closes #69829

Old: image

New: image

TODOs:

  • [x] Fix old tests

MichaelSun48 avatar May 10 '24 23:05 MichaelSun48

Bundle Report

Changes will increase total bundle size by 17.1kB :arrow_up:

Bundle name Size Change
app-webpack-bundle-array-push 26.79MB 17.1kB :arrow_up:

codecov[bot] avatar May 10 '24 23:05 codecov[bot]

Looks like one of the acceptance tests is failing - you'll probably need to change how the test is selecting the assignee dropdown

malwilley avatar May 13 '24 19:05 malwilley

🚨 Warning: This pull request contains Frontend and Backend changes!

It's discouraged to make changes to Sentry's Frontend and Backend in a single pull request. The Frontend and Backend are not atomically deployed. If the changes are interdependent of each other, they must be separated into two pull requests and be made forward or backwards compatible, such that the Backend or Frontend can be safely deployed independently.

Have questions? Please ask in the #discuss-dev-infra channel.

github-actions[bot] avatar May 13 '24 20:05 github-actions[bot]