Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hide Latest Release repo info (insiders) #2481

Closed
4 tasks done
HendrikK opened this issue Mar 22, 2021 · 10 comments
Closed
4 tasks done

Hide Latest Release repo info (insiders) #2481

HendrikK opened this issue Mar 22, 2021 · 10 comments
Labels
needs input Issue needs further input by the reporter

Comments

@HendrikK
Copy link

  • I've read the [contribution guidelines][1] and agree with them

I want to suggest an idea and checked that ...

  • ... to my best knowledge, my idea wouldn't break something for other users
  • ... the documentation does not mention anything about my idea
  • ... there are no open or closed issues that are related to my idea

Description

Allow insiders not to display the latest release tag in the repo info.

Use Cases

UI Design choice

Screenshots / Mockups

image

@squidfunk
Copy link
Owner

Thanks for suggesting. Could you elaborate on the why behind that feature request?

@squidfunk squidfunk added the needs input Issue needs further input by the reporter label Mar 22, 2021
@squidfunk
Copy link
Owner

squidfunk commented Mar 22, 2021

On a side note, you can just use some extra CSS to hide the release tag:

.md-source__fact--version {
  display: none;
}
.md-source__fact:nth-child(1n+2)::before {
  margin-left: 0;
}

@squidfunk
Copy link
Owner

Closing - the CSS solution I posted is the way to go, as it’s super simple to add and omits the need for further configuration.

@jlipps

This comment was marked as off-topic.

@squidfunk

This comment was marked as off-topic.

@jlipps

This comment was marked as off-topic.

@squidfunk

This comment was marked as off-topic.

@jlipps

This comment was marked as off-topic.

@squidfunk

This comment was marked as off-topic.

@jlipps

This comment was marked as off-topic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs input Issue needs further input by the reporter
Projects
None yet
Development

No branches or pull requests

3 participants