PikachuEXE

Results 647 comments of PikachuEXE

> FT Channel tab User Playlist tab main view Inside User Playlist Creator Channel page Also done but for the Creator Channel page one I am not really confident (even...

I can reproduce it once but cannot reproduce afterward, no idea how results are sorted (or just taking from API) https://github.com/user-attachments/assets/c57b8fd2-bfee-4f79-a408-b3f32c7ce7b0

> It is showing the loading animation so maybe its trying to do something in the background? - `newSearch` - `this.isElementListLoading = true` - `searchChannelLocal` or `searchChannelInvidious` Ya it's searching...

> If you switch often enough you can make it happen again. I can't make it happen anymore Maybe you can find the request and look at the result order...

If you can prove that the result order is incorrectly/ever manipulated with this PR then it should be fixed Otherwise it could be just temp search result order alternating for...

- Go into a channel, search stuff - Inspect latest request (request payload with `query` - Preview tab, `contents`...`tabs`, find element with `expandableTabRenderer`, `content`...`contents`, expand those items to inspect video...

Change ```js if (isNewSearch) { this.searchResults = results } else { this.searchResults = this.searchResults.concat(results) } ``` to ```js if (isNewSearch) { this.searchResults = results results.forEach(e => { if (e.type ===...

15px looks like this: ![image](https://github.com/FreeTubeApp/FreeTube/assets/1018543/fa35094e-a9b3-4545-b818-d6d933f8791a) Seems way too big for me 12px? ![image](https://github.com/FreeTubeApp/FreeTube/assets/1018543/19deb32e-c996-403c-9d19-b9dee6ce1f0c) ![image](https://github.com/FreeTubeApp/FreeTube/assets/1018543/966ad2d8-8863-47e7-938f-130012ce1aa7)

RTL now looks like: ![image](https://github.com/FreeTubeApp/FreeTube/assets/1018543/0b012a7a-4819-4749-93a3-2d0e8a857074) Reduced `translate` value and list view look like this: (If I guess wrong on what `At a bigger font-size` means please let me know how...