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

chore: reorganize product data in footer #8030

Merged
merged 2 commits into from
Sep 2, 2024

Conversation

gastonfournier
Copy link
Contributor

About the changes

Instead of having the plan at the end, move it next to the product name and display the build number at last

Copy link

vercel bot commented Sep 2, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
unleash-monorepo-frontend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 2, 2024 6:50am
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
unleash-docs ⬜️ Ignored (Inspect) Visit Preview Sep 2, 2024 6:50am

Copy link
Contributor

github-actions bot commented Sep 2, 2024

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Manifest Files

condition={Boolean(environment)}
show={<small> ({environment})</small>}
/>
{name} {environment ? environment : ''} {version} {buildInfo}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe if environment is empty we want to show OSS as the default? 🤔

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The default environment is Open Source I think we have a type issue but it's probably like this because of backward compatibility reasons.

@gastonfournier gastonfournier merged commit d7b1e70 into main Sep 2, 2024
9 of 11 checks passed
@gastonfournier gastonfournier deleted the remove-enterprise-from-name branch September 2, 2024 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants