sindresorhus/refined-github

Hide "Explore repositories" sidebar as part of `clean-dashboard` #3818

cheap-glitch posted onGitHub

<!-- 1. Make sure your requested feature makes sense for Refined GitHub: https://github.com/sindresorhus/refined-github/issues/2960 2. Include a full URL where the feature should appear. -->

Concerned URL: https://github.com (the dashboard)

I find the "Explore repositories" section on the dashboard very distracting, and mostly useless since there's already an "Explore" link in the header of every page. Plus it takes quite a bit of horizontal space away from the "Recent activity" section which is arguably the most useful part of the dashboard.

I think this section could be hidden as part of the clean-dashboard feature (which #3817 makes possible to disable).


I happen to like it. I actually used something it suggested recently.

I am not saying no, just stating my opinion. I am also bias here since a have a 27" screen so there is plenty of room there.

posted by yakov116 over 4 years ago

I happen to like it. I actually used something it suggested recently.

Just to be perfectly clear, I'm not saying the "Explore" feature is useless (I have benefited from it too), but that having it on the dashboard is. Then again, maybe it's me that's just too easily distracted :smile:

posted by cheap-glitch over 4 years ago

But we can't hide the pop-up message box, that has info the the user should see. Therefore what will it help just hiding the explore part. You will still have the sidebar.

posted by yakov116 over 4 years ago

You will still have the sidebar.

Yes, I'm talking about hiding this sidebar: image

posted by cheap-glitch over 4 years ago

Above that sidebar GitHub displays messages

posted by yakov116 over 4 years ago

Above that sidebar GitHub displays messages

Oh you mean like product announcements and such? I didn't think about those. But it's probably still feasible to hide the suggestions without hiding the whole sidebar element.

posted by cheap-glitch over 4 years ago

@cheap-glitch If it bothers you so much, you can apply the following CSS in Refined GitHub's Custom CSS option:

aside[aria-label="Explore"] > :not(:first-child) {
    /* The first child is an empty div that likely displays GitHub's announcements */
    display: none !important;
}

I'd also vote against including this in Refined GitHub natively, as it just creates more empty space without use, and I like the suggestions there. I rarely ever visit the "Explore" page explicitly.

posted by FloEdelmann over 4 years ago

Thanks for the suggestion, this is good enough for now! Closing this since everybody who commented seems against it.

posted by cheap-glitch over 4 years ago

Fund this Issue

$0.00
Funded

Pull requests