-
Couldn't load subscription status.
- Fork 639
Added fix for issue #3884 - AvatarStack disableExpand and rightAlign don't work together #3895
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🦋 Changeset detectedLatest commit: 0b7a401 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @cs25-esc 👋🏻 Thanks so much for pushing this PR! It looks good to me. Could you please add a changeset as well? https://github.com/primer/react/blob/main/contributor-docs/CONTRIBUTING.md#adding-changeset-to-your-pull-request Thank you!
|
Hi @maximedegreve / @siddharthkp / @lesliecdubs could you help me with this? |
|
Added changeset 👍 |
|
Hi @siddharthkp is there any way to test CI / test (pull_request) locally ? i am suspecting the reason for failure is due to changes made in CSS class-level ! |
Yes, if you have a local clone you can run Contributor docs: https://github.com/primer/react/blob/main/contributor-docs |
|
Hi @siddharthkp done with the snapshot update ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello! 👋🏻 Thanks for following up with the changes. The only thing I would say is that it seems like package-lock changes in the diff includes things that are more than necessary updates. I pushed a PR to update the @primer/react version in the lock files #3904 and I was wondering if that would be possible to take the package-lock changes back in this PR? They are irrelevant to the AvatarStack fix as well. Let me know if you have an concerns or questions though! Thanks again for your contribution 🙏🏻
|
Hi @broccolinisoup i have made the necessary changes 👍 kindly review it please :) |
Hi! Sorry maybe my comment wasn't clear. We updated the package-lock.json and package.json in another PR and it is merged now too so you don't need to push any versining changes. We should only see 3 files changed in the diff if you could please take the |
I have already made the changes |
No worries! If you could view the latest If you do |
just did the needful, could you please verify now :) |
|
HI @cs25-esc 👋🏻 There are still 5 files in the diff and that includes Could you please run the following in your terminal?
|
|
hi @broccolinisoup please review now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🥳
thanks @broccolinisoup and @siddharthkp this is my first open source contribution learnt a lot and lot. please let me know if anything still left from my end on this PR. |
|
@broccolinisoup Feel free to merge when ready :) |
This fix resolves:
The avatars will not expand if alignRight prop is True and disableExpand prop is True.
Every combination works as expected.
Screen.Recording.2023-11-01.at.1.53.39.AM.mov