Should Subscribe reason be hidden in Sidebar?
See original GitHub issueIssue
The feature clean-sidebar
hides the subscribe reason in the code below:
https://github.com/sindresorhus/refined-github/blob/4bc3f3aa213de18d89c32df454957752400f249f/source/features/clean-sidebar.css#L6-L9
Screenshots
-
UX (without refined-github on left, and with refined-github on right)
-
DevTools
Expected behavior
- Power GitHub users who use refined-github extension are subscribed to multiple issues and might want to know the reason why they’re subscribed to particular issue in order to decide if they want to Unsubscribe. The reason shown below Unsubcribe button is helpful.
- clean-sidebar feature description states
Hide all empty sections (or just their "empty" label) in the discussion sidebar
. As per description, it shouldn’t hide non-empty reason for subscription.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:11 (11 by maintainers)
Top Results From Across the Web
Ability to hide or toggle off the new feature in sidebar ...
Yes! That's one of several reasons I like the new Hidden Accounts line in the sidebar. The total should always be zero. If...
Read more >Why is the sidebar hiding behind the content? - CSS-Tricks
There is no reason for the #sidebar to be 'pushed' to the right because the #content.
Read more >Disappearing Sidebar | Ten More Things I Hate About Mac OS X
There's no technical reason to treat the toolbar and Sidebar as inseparable. The Sidebar works fine even if you have removed all items...
Read more >Hiding any element in the sidebar - Stack Overflow
If there are certain elements within the sidebar you wish to hide based on user permissions level, then assuming Parse.
Read more >How To Hide Chat Sidebar on Facebook? | ITGeared
Learn how to hide the chat sidebar on Facebook, so it doesn't take up space on your screen.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
What do you feel about showing reason in sidebar?
As of now, I’m overriding this behavior by writing following custom CSS in my extension:
I think 3 is best. We shouldn’t flip the two buttons like in 2, especially because
Mark as unread
is added later so it will replaceUnsubscribe
(causing possible mis-clicks)