FreeTube icon indicating copy to clipboard operation
FreeTube copied to clipboard

IV: fix loading community tab

Open ChunkyProgrammer opened this issue 9 months ago • 0 comments

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 to test this. It might be a bit overkill but there are no public instances with api enabled

Invidious Setup for FreeTube development

  • install podman or docker if not already installed (I recommend using either podman desktop or docker desktop but you should be able to use CLI as well)
  • checkout latest changes from the invidious repo
  • modify the hmac_key in the docker-compose.yml file (you can set it to anything for development purposes just as long as it's not CHANGE_ME!!)
  • run podman compose up -d or docker compose up -d

FreeTube setup

  • set Current Invidious Instance in FreeTube to http://localhost:3000
  • go to a channel with community posts (ex: https://www.youtube.com/channel/UCX6OQ3DkcsbYNE6H8uQQuVA) and verify that the tests are working as expected

cleanup Invidious

  • I use Podman desktop to stop as well as delete containers since it's easier for me than using the CLI (you can also use Docker Desktop to do the same).

Desktop

  • OS: Fedora Linux
  • OS Version: 41 kde
  • FreeTube version: latest nightly

ChunkyProgrammer avatar Feb 26 '25 22:02 ChunkyProgrammer