PikachuEXE
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:  Seems way too big for me 12px?  
RTL now looks like:  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...