Results 280 comments of absidue

@efb4f5ff-1298-471a-8973-3d47447115dc It works fine for me too, even when I rebase on the development branch. The new window is opened right on top of the old one, so it might...

Looks like @ChunkyProgrammer opened a PR https://github.com/TimeForANinja/node-ytsr/pull/164 to fix that in the ytsr repo a while ago, it might make sense to make FreeTube use the branch in that PR...

I haven't tried this yet, but I noticed FreeTube uses video.js 7.14.3 (released on the 27th of July 2021), while the current stable version of video.js on npm is 7.17.0...

Okay so upgrading `video.js` to 7.17.0 seems to fix the issue, however it's definitely not a drop in replacement, here is a list of issues i've noticed after upgrading `video.js`,...

After my investigation I started trying to fix the issues, after spending way to much time on it and only making it worse, I'm leaving it up to you guys...

@nsde There was no need to comment again considering there hasn't been a FreeTube release since the last time you commented 🤦. Commenting again doesn't help anyone.

CI build artifacts here: https://github.com/absidue/FreeTube/actions/runs/2703335841

@wildwestrom The artifacts will be here when the build finishes: (so they will probably be done by the time you see this).

When the page is between 900px and 1292px wide the progress bar will wrap around to a new line if the channel name or current index are "too long", which...

Okay so I realised that fixing that issue requires more CSS and changing the layout, so I'm happy getting this merged and I'll create a PR to fix that issue...