Skip to content

✨ Enhancement: Bowtie Cross Column Icon #1640

Open
@chauhan-varun

Description

@chauhan-varun

Tools without Bowtie integration showed a cross (❌) icon, suggesting an error or problem.

Image

Description:-

These tools should show an information (ℹ️) icon, indicating that additional information is available.

Image

Image

The change has been tested to ensure proper rendering in both light and dark modes, and across different screen sizes.

How i fixed this:-

  1. Created a new SVG icon file:

    • Added /public/icons/icons8-info.svg with standard info icon design
    • Ensured the icon uses stroke="currentColor" to inherit theme colors
    • Matched styling attributes with other icons in the interface
  2. Updated the ToolingTable component:

    • Modified import statement from CancelIcon to InfoIcon
    • Updated the conditional rendering to use the info icon
    • Matched styling with the rest of the icons for visual consistency

Files Modified

  • /pages/tools/components/ToolingTable.tsx
  • Added /public/icons/icons8-info.svg

Are you working on this?

Yes

Metadata

Metadata

Assignees

No one assigned

    Labels

    Status: TriageThis is the initial status for an issue that requires triage.✨ EnhancementIndicates that the issue suggests an improvement or new feature.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions