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

Empty icons #1249

Open
haze0316 opened this issue Jan 27, 2025 · 7 comments · May be fixed by #1250
Open

Empty icons #1249

haze0316 opened this issue Jan 27, 2025 · 7 comments · May be fixed by #1250

Comments

@haze0316
Copy link

Icons are not showing for clear chat, close chat, create new chat

@jack-vinitsky
Copy link

I think it might be related to this issue.

microsoft/fluentui#33612

Looks like one of the CDNs (https://spoppe-b.azureedge.net/) hosting the Fluent UI icons has been decommissioned.

The actual call to initializeIcons() might need to be replaced by:

initializeIcons(
  'https://res.cdn.office.net/files/fabric-cdn-prod_20240129.001/assets/icons/',
);

@haze0316
Copy link
Author

will they fix the main branch to update this

@ianlcassidy
Copy link
Contributor

i just tried @jack-vinitsky's suggestion locally and it worked. someone just needs to throw up a PR.

@HillaPeter
Copy link

HillaPeter commented Feb 3, 2025

Hi, any updates? :)

jack-vinitsky added a commit to jack-vinitsky/sample-app-aoai-chatGPT that referenced this issue Feb 4, 2025
@lukasboh
Copy link

lukasboh commented Feb 6, 2025

Hi, can we get @jack-vinitsky‘s fixes into main? This issue is still active.

@Emad9574
Copy link

Emad9574 commented Feb 7, 2025

Hi, any updates on this issue? It's so annoying.

@jack-vinitsky
Copy link

While we wait for a fix to be incorporated into this repo, anyone is welcome to pull from my repo:

https://github.com/jack-vinitsky/sample-app-aoai-chatGPT

You can pull from the main OR the dev/test-fix-1249 branch

Either one should work but dev/test-fix-1249 has a newer version of the fluent-ui/react library listed in frontend/package.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
6 participants