Skip to content

Conversation

@ozrendev
Copy link
Contributor

Pull Request Type

  • Bugfix
  • Feature Implementation
  • Documentation
  • Other

Related issue

closes #1721

Description

Adds a button that opens a new browser window with the current video live chat

Screenshots

2025-11-13_18-36-37

Testing

Go to a video that is listed as "Live"
Click on the "Popout chat" button
See that the current video live chat is opened in a new browser window

Additional context

h4 label was replaced with span because of margin was stretching button hover animation
the margin is now applied to the container, replicating the same size as before but the height is ~10px less now

@FreeTubeBot FreeTubeBot enabled auto-merge (squash) November 13, 2025 17:43
@github-actions github-actions bot added the PR: waiting for review For PRs that are complete, tested, and ready for review label Nov 13, 2025
efb4f5ff-1298-471a-8973-3d47447115dc

This comment was marked as off-topic.

@efb4f5ff-1298-471a-8973-3d47447115dc efb4f5ff-1298-471a-8973-3d47447115dc added PR: changes requested and removed PR: waiting for review For PRs that are complete, tested, and ready for review labels Nov 28, 2025
auto-merge was automatically disabled December 10, 2025 21:11

Head branch was pushed to by a user without write access

@FreeTubeBot FreeTubeBot enabled auto-merge (squash) December 10, 2025 21:11
auto-merge was automatically disabled January 8, 2026 02:44

Head branch was pushed to by a user without write access

@FreeTubeBot FreeTubeBot enabled auto-merge (squash) January 8, 2026 02:44
@github-actions
Copy link
Contributor

github-actions bot commented Jan 8, 2026

This pull request has conflicts, please resolve those before we can evaluate the pull request.

auto-merge was automatically disabled January 8, 2026 03:04

Head branch was pushed to by a user without write access

@FreeTubeBot FreeTubeBot enabled auto-merge (squash) January 8, 2026 03:04
@github-actions
Copy link
Contributor

github-actions bot commented Jan 8, 2026

Conflicts have been resolved. A maintainer will review the pull request shortly.

auto-merge was automatically disabled January 8, 2026 03:16

Head branch was pushed to by a user without write access

@FreeTubeBot FreeTubeBot enabled auto-merge (squash) January 8, 2026 03:16
}

.popoutChatIcon {
pointer-events: none;
Copy link
Member

Choose a reason for hiding this comment

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

Why did you add this?

Copy link
Contributor Author

@ozrendev ozrendev Jan 9, 2026

Choose a reason for hiding this comment

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

The external link handling wouldn't trigger without this being set

With regular text inside the <a> element, it would trigger correctly. But with <FontAwesomeIcon> inside, it wouldn't without this.

auto-merge was automatically disabled January 9, 2026 01:24

Head branch was pushed to by a user without write access

@FreeTubeBot FreeTubeBot enabled auto-merge (squash) January 9, 2026 01:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add link to open live chat popup in browser

3 participants