Skip to content
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

Fix live videos as list items had no save to playlist button #3598

Conversation

PikachuEXE
Copy link
Collaborator

@PikachuEXE PikachuEXE commented May 29, 2023

Pull Request Type

  • Bugfix
  • Feature Implementation
  • Documentation
  • Other

Related issue

N/A

Description

Fix live videos as list items had no save to playlist button

Such button is already present in watch page (for live videos)

Screenshots

After:
image

Testing

Desktop

  • OS:
  • OS Version:
  • FreeTube version:

Additional context

More references:

Video as List Item Behaviour

Watch Page Behaviour

@@ -45,7 +45,7 @@
@click="handleExternalPlayer"
/>
<ft-icon-button
v-if="!isLive"
v-if="!isUpcoming"
Copy link
Member

@ChunkyProgrammer ChunkyProgrammer May 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just curious, do we want to stop upcoming videos from being saved? I think for a "watch later" playlist it could make sense to be able to add upcoming videos (if it doesn't cause any other issues, of course). Going to approve as this PR is fixing an inconsistancy, this is just a thought I had

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Feel free to open PR (I am just fixing consistency issue here)

@FreeTubeBot FreeTubeBot merged commit cf7c6b9 into FreeTubeApp:development May 29, 2023
@github-actions github-actions bot removed the PR: waiting for review For PRs that are complete, tested, and ready for review label May 29, 2023
@PikachuEXE PikachuEXE deleted the fix/inconsistent-save-video-button-visibility branch May 29, 2023 23:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants