question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Should Subscribe reason be hidden in Sidebar?

See original GitHub issue

Issue

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) BeforeAfter

  • DevTools 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:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:11 (11 by maintainers)

github_iconTop GitHub Comments

2reactions
trivikrcommented, Jul 26, 2019

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:

.sidebar-notifications .reason {
	display: inline-block !important;
}
1reaction
fregantecommented, Aug 12, 2019

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 replace Unsubscribe (causing possible mis-clicks)

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found