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

Move "Date updated" to the top of the page #1713

Closed
joverlee521 opened this issue Oct 18, 2023 · 0 comments · Fixed by #1715
Closed

Move "Date updated" to the top of the page #1713

joverlee521 opened this issue Oct 18, 2023 · 0 comments · Fixed by #1715
Labels
enhancement New feature or request

Comments

@joverlee521
Copy link
Contributor

The "Date updated" seems like an important piece of the build's metadata that should be displayed at the top of the page in the byline with the other build metadata.

class Byline extends React.Component {
render() {
const { t } = this.props;
return (
<>
{renderAvatar(t, this.props.metadata)}
{renderBuildInfo(t, this.props.metadata)}
{renderMaintainers(t, this.props.metadata)}
{renderDataProvenance(t, this.props.metadata)}
</>
);
}
}

@joverlee521 joverlee521 added the enhancement New feature or request label Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant