FreeTubeApp / FreeTubeApp/FreeTube
Standardize link sharing menu across app and remove old type
- Dominant language
- Vue
- Stars
- 21.9k
- Forks
- 1.5k
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 62
Description
**Is your feature request related to a usage problem (not a bug)? Please describe.**
The sharing menu is not standardized across FreeTube. When sharing a video using the normal button when playing a video, a nice-looking dropdown is shown with options to copy links. However, when sharing a playlist, playlist video, suggested video, basically anywhere else than video page with search, shows the old list-type dropdown which is annoying to look through,
**Describe the solution you'd like to see implemented**
Port the same menu (without -> (O ) Include Timestamp) to all instances where the old list-type dropdown is shown.
For different options, just change the menu slightly.
Buttons could also have a grey background rather than blue, if it was more fitting.
Spots that need to change:
- Up Next
- Subs, trending, etc & search
- Playlist pages
- Playlist indexes
- Channel pages
**Describe alternatives you've considered**
Sort the list-type menu like this (not ideal):

**Screenshots**
Old list-type menu:

Newer menu that should be used instead (already used on video pages):

**Additional context**
I also want to note that I would recommend against the current display of playlist share menus - it pushes the video out of sight and cuts of the bottom. I would advise to increase the z-index of the menu and to have it display over the playlist list div.

Contributor guide
Assessment
This issue has not been assessed yet.