-
Bug
-
Resolution: Done
-
Major
-
None
-
1.8.0
-
False
-
-
False
-
-
Description of problem:
In the Quickstart customization feature, when mui icon name is used in the quickstart config, those mui icons are not resolved in the UI.
In Documentation, we have this `(Optional) Enter the icon identifier (supports Material UI icons)`.
Prerequisites (if any, like setup, operators/versions):
Steps to Reproduce
1. Update the `app-config` with quickstart configuration with mui icon identifier.
app:
quickstart:
- title: 'Welcome to WibblesHub'
description: 'Explore the software catalog to see the projects and components shared by members of your organization.'
icon: 'home'
roles: ['admin', 'developer'] # Show to both roles
cta:
text: 'Open the Catalog'
link: '/catalog'
- title: 'Add Your Software to the Catalog'
description: 'Register your own components into the catalog using your catalog-info.yaml files.'
icon: 'code'
roles: ['admin', 'developer'] # Show to both roles
cta:
text: 'Register a Component'
link: '/catalog-import'
- title: 'Read our TechDocs'
description: 'Discover project documentation, architecture notes, and how-to guides in TechDocs.'
icon: 'book'
roles: ['admin', 'developer']
cta:
text: 'View the TechDocs'
link: '/docs'
Actual results:
MUI icons are not resolved properly.
Expected results:
All supported MUI icons should be resolved properly.
Reproducibility (Always/Intermittent/Only Once):
Always
Build Details:
RHDH Version: 1.8.0 Backstage Version: 1.42.5
Additional info (Such as Logs, Screenshots, etc):
Slack thread - https://redhat-internal.slack.com/archives/C05HGAR2DT5/p1763120390379209