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

fix: add Project and Playground icons for command bar #9677

Merged
merged 1 commit into from
Apr 2, 2025
Merged

fix: add Project and Playground icons for command bar #9677

merged 1 commit into from
Apr 2, 2025

Conversation

Tymek
Copy link
Member

@Tymek Tymek commented Apr 1, 2025

About the changes

Updating IconRenderer component in the NavigationSidebar. It will fix icons not showing up for command bar search results.

Copy link

vercel bot commented Apr 1, 2025

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

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
unleash-docs ⬜️ Ignored (Inspect) Visit Preview Apr 1, 2025 4:37pm

Copy link
Contributor

github-actions bot commented Apr 1, 2025

Dependency Review

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

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Files

const icons: Record<string, typeof SvgIcon> = {
const icons: Record<
string,
typeof SvgIcon | FC<ComponentProps<typeof SvgIcon>>
Copy link
Contributor

Choose a reason for hiding this comment

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

What's this signature change about?

Copy link
Member Author

Choose a reason for hiding this comment

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

Project icon is a different type, because it's a custom SVG, not from MUI. This probably could be aligned, but is not worth the time.

@Tymek Tymek merged commit e436ef2 into main Apr 2, 2025
11 of 19 checks passed
@Tymek Tymek deleted the 1-3394 branch April 2, 2025 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants