-
Notifications
You must be signed in to change notification settings - Fork 157
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
feat: redesign link sharing panel in right sidebar #11606
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
7e5ad7a
to
b2c9a1e
Compare
nice! could you add more spacing to the icons? already fulfilled https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum.html but its more convenient to have more space. |
3551ca2
to
68eebe9
Compare
Aligns the design of the link sharing section with the people sharing section. Also refactors the code so both sections use the same structure (`LinkShares` > `ListItem` > `EditDropdown`).
68eebe9
to
ca199ad
Compare
Quality Gate passedIssues Measures |
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.
love it 😍
Description
Aligns the design of the link sharing section with the people sharing section. Also refactors the code so both sections use the same structure (
LinkShares
>ListItem
>EditDropdown
).Additionally, moves the permanent link to the top right of the sharing panel.
Related Issue
Types of changes