ozrendev
ozrendev
> This could be accomplished with pure CSS and `:has` selectors (by checking for `.sidebarArea:has(.watchVideoRecommendations)`). It is unnecessary to pull the setting value. That's a good point but I think...
I've taken a quick look at this and it's simple for any Vue components, but hit a bit of a roadblock with links inside the context menu. Since the `electron-context-menu`...
@absidue Thanks for the detailed reply, it really helped a lot! I've created the relevant pull request #7572 It covers the scenarios in the original issue and I couldn't find...
What information does Freetube use to generate a playlist? I was thinking of implementing this by simply having a regex match all video IDs from a list of URLs and...
I've created a pull request that implements this as an option toggle from the existing text/tags. I tried to copy the current logic as-is, which means videos from "Hidden Channels"...
I can't seem to replicate this on freetube-0.23.7-beta-amd64.AppImage Have tried videos with and without playlist and also video recommendations on/off. Are you still encountering this bug?
Since this is the same as #3303, what's the best practice here? Should the regex from this PR (https://github.com/FreeTubeApp/FreeTube/pull/3776/files) be a put in to a helper function and used in...
Would this be a duplicate of #1721? The only difference I see for this issue is that it would be natively Electron, but is that actually necessary? The solution for...
Looks like cases B,C,D can be resolved by setting `.sideNav` to a `z-index` of 11 or higher. I couldn't replicate Case A with the latest build, the tooltip would not...