-
Notifications
You must be signed in to change notification settings - Fork 887
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
Add button to copy channel link on channel pages #1414
Labels
Comments
also, i feel the underlining of the videos, playlists, and about look kind of clunky, look more like links than buttons |
2 tasks
2 tasks
I'll work on it ! |
Thanks @Alhuin, we're looking forward seeing your PR! |
Alhuin
added a commit
to Alhuin/FreeTube
that referenced
this issue
Nov 12, 2022
- Update src/renderer/components/ft-share-button to handle Channels - Update english locale entries for 'Share channel'
Alhuin
added a commit
to Alhuin/FreeTube
that referenced
this issue
Nov 12, 2022
- update youtubeShareURL() in src/renderer/components/ft-share-button
Alhuin
added a commit
to Alhuin/FreeTube
that referenced
this issue
Nov 12, 2022
- implemented the new button in src/renderer/views/Channel
Alhuin
added a commit
to Alhuin/FreeTube
that referenced
this issue
Nov 13, 2022
- renamed mediaType to shareTargetType in ft-share-button.js - switched logic from !isChannel to isVideo in ft-share-button.vue
Alhuin
added a commit
to Alhuin/FreeTube
that referenced
this issue
Nov 13, 2022
- renamed target type in ft-share-button.vue - updated implementation in Channel.vue
FreeTubeBot
pushed a commit
that referenced
this issue
Nov 14, 2022
* #1414: Add share button ton Channel view - Update src/renderer/components/ft-share-button to handle Channels - Update english locale entries for 'Share channel' * #1414: Add share button ton Channel view - update youtubeShareURL() in src/renderer/components/ft-share-button * #1414: Add share button ton Channel view - implemented the new button in src/renderer/views/Channel * #1414: Add share button ton Channel view - renamed mediaType to shareTargetType in ft-share-button.js - switched logic from !isChannel to isVideo in ft-share-button.vue * #1414: Add share button ton Channel view - renamed target type in ft-share-button.vue - updated implementation in Channel.vue
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a usage problem (not a bug)? Please describe.
When I visit a channel page, I sometimes need to copy the channel link. The only method (i know of) to copy the channel link in either invidious format or youtube format is by clicking the three dots on a random video and copying there. It would make mich more sense to add a new button to the page with either a share icon or the words "share" which could share to invidious or youtube. Picture is below.
Describe the solution you'd like to see implemented
Button added to channel pages.
Screenshots
Adding something like this would be cool. I think a share icon might look nicer here. Also it would be better not colored so the unsubscribe stands out
The text was updated successfully, but these errors were encountered: