Hide date and views separator on the watch page when views are hidden #4697
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hide date and views separator on the watch page when views are hidden
Pull Request Type
Description
Currently when the
Hide View Counts
Distraction Free Setting
is enabled, the separator between the date and the view count is still shown, this pull request corrects that to hide both at the same time.Screenshots
before:
![before](https://private-user-images.githubusercontent.com/48293849/306432893-f3c2d230-bd46-4b5c-a058-5d796aa81336.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwNTMyODQsIm5iZiI6MTczOTA1Mjk4NCwicGF0aCI6Ii80ODI5Mzg0OS8zMDY0MzI4OTMtZjNjMmQyMzAtYmQ0Ni00YjVjLWEwNTgtNWQ3OTZhYTgxMzM2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDIyMTYyNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTVmZTVhODg4YjVhODU2MzllZmIzOTdjYmJiMmZiNzAyMGI2MTcwNWZiZjRiYTg2YTE2OGZhYTA2YWI3NGZjZmImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.0GE-0chbqOHnc-HJK8bKBGU6Iew16ThPwDh7benljMY)
after:
![after](https://private-user-images.githubusercontent.com/48293849/306432916-832bac5b-0904-492f-ba37-5c001ee65b53.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwNTMyODQsIm5iZiI6MTczOTA1Mjk4NCwicGF0aCI6Ii80ODI5Mzg0OS8zMDY0MzI5MTYtODMyYmFjNWItMDkwNC00OTJmLWJhMzctNWMwMDFlZTY1YjUzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDIyMTYyNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTY5OWQ4OWY0YzEwNmRlNjE2YzdjOGMwMWUwYzYyMTI4NGViYmEwOWI1NDY3ZGNlYTJhMzBiOTA5NjUxMzE5NjkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.ofuxvBbzpciHyNBykZvGkMhBm1NxV_rgh4TQpuNrs7I)
Testing
Turn on the
Hide Video Views
setting in theGeneral
subsection of theDistraction Free Settings
and make sure the separator is hidden when the view count is hidden.Desktop