sindresorhus/refined-github

Star/Unstar from Dashboard #1864

jaymickey posted onGitHub

<!-- Thanks for contributing! πŸ“ Please specify a URL where the feature should appear. -->

Without Refined GitHub installed users are able to star/unstar repos from the dashboard homepage based on the activity of those you follow. With Refined GitHub installed this feature disappears. It might be nice to add it back in?

Before

image

After

image

Thanks for your time!


It’s a feature: https://github.com/sindresorhus/refined-github/issues/1642#issuecomment-442886091

I don't think you have enough information based on just a name and description to star something.

You can restore them with some CSS: (updated)


/* #1864 restore Star/Unstar buttons in dashboard */
.dashboard .flex-items-baseline [value='Star'],
.dashboard .flex-items-baseline [value='Unstar'] {
    display: block !important;
}
.dashboard .watch_started .border-gray.flex-items-baseline .text-bold.text-gray-dark  {
    display: block !important;
}
posted by fregante about 6 years ago

I added the updated code in as seen below:

Unfortunately, though, I am still not seeing them for some reason?

I do see "Follow" and "Unfollow" for users, but not "Star" or "Unstar".

posted by MostHated over 5 years ago

You likely need to add !important to the star/unstar CSS too.

posted by busches over 5 years ago

You likely need to add !important to the star/unstar CSS too.

Perfect, that did it. I had just copied and pasted the example he had above and I don't know CSS very well, so I didn't realize that was missing.

Thanks! -MH

posted by MostHated over 5 years ago

Fund this Issue

$0.00
Funded

Pull requests