feat: added share button to community posts - #8317
FreeTubeBot merged 6 commits into
Conversation
| dropdown-position-y="bottom" | ||
| theme="base-no-default" | ||
| :use-shadow="false" | ||
| :size="16" |
There was a problem hiding this comment.
Please revert these theming changes so that the share button looks the same as it does everywhere else.
| <style scoped> | ||
| .header-share-button { | ||
| margin-left: auto; | ||
| align-self: center; | ||
| margin-right: 5px; | ||
| } | ||
| </style> |
There was a problem hiding this comment.
We use separate files for CSS, see all other components in the project, this one also already has one, which is linked on the lime just above your changes. Please also fix the linting issues with your CSS that will appear once you move it to the correct location.
Head branch was pushed to by a user without write access
Head branch was pushed to by a user without write access
|
@absidue Done I have updated the theming of share button to be same as other places and migrated the CSS code to its FtCommunityPost.scss
|
|
Please clean up the remaining theming code changes too (the extra properties and template changes), you only cleaned up one part... |
|
YT shows the placement of it next to the likes. I wondering if we should do the same? |
Head branch was pushed to by a user without write access
Removed header share button styling and adjusted bottom section layout.
Head branch was pushed to by a user without write access
|
Hi @aditya0155 i just noticed that |
|
hey, @efb4f5ff-1298-471a-8973-3d47447115dc Also, the share button styling doesn't quite match the other icons in the post footer. Would it be alright if I adjusted it for consistency? |


Pull Request Type
Related issue
Description
Screenshots
share-community-post.mp4
Testing
Desktop
Additional context
Tested all the features of this PR on multiple community posts, open link as well as Copy link is working as intended.
Also, let me know if anyone wants me to change the position of the share button