Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug(YouTube - Hide layout components): 'Hide gray separator' does not do anything #3826

Closed
3 tasks done
LisoUseInAIKyrios opened this issue Oct 27, 2024 · 18 comments · Fixed by #3798
Closed
3 tasks done
Labels
Bug report Something isn't working

Comments

@LisoUseInAIKyrios
Copy link
Contributor

LisoUseInAIKyrios commented Oct 27, 2024

Bug description

Hide gray separator seems obsolete and the setting no longer seems to do anything

When spoofing to an old version the separators can show in the library and a few other places, but the hide setting does not seem to hide anything there either.

The code for this is:

        final var graySeparator = new StringFilterGroup(
                Settings.HIDE_GRAY_SEPARATOR,
                "cell_divider" // layout residue (gray line above the buttoned ad),
        );

The component cell_divider does appear in the litho logs, but it now appears to be blank space or some other non visible element because there is no visual change when this is hidden or not.

 
 
Is this setting still relevant? Should it be removed?

If this still shows up, then the setting description should be updated to describe exactly where.

Acknowledgements

  • I have checked all open and closed bug reports and this is not a duplicate.
  • I have chosen an appropriate title.
  • All requested information has been provided properly.
@LisoUseInAIKyrios LisoUseInAIKyrios added the Bug report Something isn't working label Oct 27, 2024
@kazimmt
Copy link
Contributor

kazimmt commented Oct 27, 2024

It still removes some empty spaces Between Title 1 & Thumbnail 2

@LisoUseInAIKyrios
Copy link
Contributor Author

So it's just empty space.

Hiding it may not make sense anymore.

@oSumAtrIX
Copy link
Member

Have you checked light mode for the separator?

@LisoUseInAIKyrios
Copy link
Contributor Author

I don't see any changes in either mode.

@kazimmt
Copy link
Contributor

kazimmt commented Oct 27, 2024

I've checked in light mode also (Tho my one is monet)
Need to re-check
I guess they changed the color but still Seperator presents. Maybe not gray

@kazimmt
Copy link
Contributor

kazimmt commented Oct 27, 2024

Image

Even on stock android, it's just empty space 😧

@0xrxL
Copy link

0xrxL commented Oct 27, 2024

19.43.34 - Dark Mode

cell_divider is still here

Image

@oSumAtrIX
Copy link
Member

That's negligible. The divider was particularly ugly in the feed. It can be removed

@0xrxL
Copy link

0xrxL commented Oct 27, 2024

That's negligible. The divider was particularly ugly in the feed. It can be removed

In fact I just unlocked it in My Tab (the unique view where it's visible...at this point).

@oSumAtrIX
Copy link
Member

I don't know what a My Tab is. It's not relevant if it's used in such hidden places

@LisoUseInAIKyrios
Copy link
Contributor Author

Setting was removed with c1fad76

If anyone wants to still hide those two grey separators in the library then use the custom filter:
^cell_divider

@LisoUseInAIKyrios LisoUseInAIKyrios linked a pull request Oct 28, 2024 that will close this issue
3 tasks
@ILoveOpenSourceApplications
Copy link
Contributor

I saw it in two more areas in search. Just wanted to point that.

One on top of channel profiles.
Image

Second on top of the search result categories.
Image

@kazimmt
Copy link
Contributor

kazimmt commented Oct 29, 2024

The one in search result is also different
These are official cards i guess
Image
Image

@kazimmt
Copy link
Contributor

kazimmt commented Oct 29, 2024

@LisoUseInAIKyrios Going to revert the commit or not?

@LisoUseInAIKyrios
Copy link
Contributor Author

I don't see how the hide function is still relevant anymore. At least, not relevant enough to have a dedicated setting when a custom filter works for these odd ball situations.

@ILoveOpenSourceApplications
Copy link
Contributor

While custom filters can be powerful, the Hide gray separators setting offers a simple solution for users who want a cleaner interface. Even if its use cases are limited, it's a convenient option for those who prefer a minimalist look. Plus, we can never be sure what future YouTube might do (#spooky).

@LisoUseInAIKyrios
Copy link
Contributor Author

If YouTube starts using it again then the setting can be added back. But right now it's too negligible to have a dedicated setting to make a change that few will ever notice. Keeping the settings concise and meaningful is a perk itself.

@oSumAtrIX
Copy link
Member

Also you can use custom filters.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug report Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants