Skip to content

[WIP] Missing IDP icon in navigation #15140

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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

Copilot
Copy link

@Copilot Copilot AI commented May 23, 2025

  • Identify the issue: The Pulumi IDP menu item is missing its custom puzzle piece icon in navigation dropdowns
  • Find the custom puzzle icon: Located at /static/icons/puzzle.svg
  • Determine the current implementation: The menu item is using a Font Awesome puzzle icon instead of the custom SVG
  • Analyze how other menu items are using custom SVG icons for consistency
  • Replace the Font Awesome puzzle icon with the custom SVG icon in the desktop navigation
  • Replace the Font Awesome puzzle icon with the custom SVG icon in the mobile navigation

Changes:

  1. In desktop navigation:

    • Replaced <i class="fas fa-puzzle-piece fa-fw"></i> with <span class="mr-2"><img src="/icons/puzzle.svg" class="inline opacity-90" /></span>
  2. In mobile navigation:

    • Replaced <i class="fas fa-puzzle-piece fa-fw"></i> with <span class="ml-1.5 mr-1.5"><img src="/icons/puzzle.svg" class="inline opacity-90 h-5" /></span>

These changes follow the same pattern used for other custom SVG icons in the navigation menus.

Fixes #15134.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot stopped work on behalf of meagancojocar due to an error May 23, 2025 00:31
@pulumi-bot
Copy link
Collaborator

@kmosher
Copy link
Contributor

kmosher commented May 28, 2025

Can you try running again?

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.

Missing IDP icon in navigation
4 participants