ChunkyProgrammer
ChunkyProgrammer
# Add icons to page headers + subscription tabs ## Pull Request Type - [x] Feature Implementation ## Related issue closes https://github.com/FreeTubeApp/FreeTube/issues/6267 ## Description Adds icons to page headers when...
# Add support for upcoming livestream trailers ## Pull Request Type - [x] Feature Implementation ## Related issue https://github.com/LuanRT/YouTube.js/pull/842 ## Description This will be difficult to test but some upcoming...
# Add local api support for viewing community posts ## Pull Request Type - [x] Feature Implementation ## Related issue closes #3253 ## Description This PR also adds support for...
# Add support for channel's `Courses` tab ## Pull Request Type - [x] Bugfix - fixes some issues with podcasts and releases as well - [x] Feature Implementation - add...
### Guidelines - [X] I have encountered this bug in the [latest release of FreeTube](https://github.com/FreeTubeApp/FreeTube/releases). - [X] I have encountered this bug in the [official downloads of FreeTube](https://github.com/FreeTubeApp/FreeTube#official-downloads). - [X]...
# Migrate FtShareButton to composition api ## Pull Request Type - [x] Other - composition api migration ## Description This PR migraties FtShareButton to composition api ## Testing ### Channel...
# IV: fix loading community tab ## Pull Request Type - [x] Bugfix ## Description The community tab was renamed to `posts` ## Testing These are the steps I did...
## Pull Request Type - [x] Bugfix ## Description I ended up updating some code that I wrote for Invidious to find locales that use incorrect template strings/are missing template...
## Pull Request Type - [x] Feature Implementation ## Related issue closes https://github.com/FreeTubeApp/FreeTube/issues/7563 ## Description Adds support for displaying voice reply transcript. We may want to add additional styling in...
Before this PR: video attachments for community posts would load an embedded video page (fetching video data, streaming links, etc.) and allowed playing the video within the community page. I...