microsoft / sample-app-aoai-chatGPT

Sample code for a simple web chat experience through Azure OpenAI, including Azure OpenAI On Your Data.
MIT License
1.42k stars 2.13k forks source link

[fix] Flashing Contoso logo when custom logo is present #962

Open iseabock opened 5 days ago

iseabock commented 5 days ago

Motivation and Context

I noticed when using a custom logo, there was a flash of the Contoso logo before the custom logo was available.

Description

I have a set an isLoading bool so that we can know whether or not the ui settings are set particularly the logo. While is loading is true no logo is shown. When isLoading is false, we check for ui.logo and if true then show that one otherwise show the Contoso logo.

https://github.com/microsoft/sample-app-aoai-chatGPT/assets/994856/b4abfbf0-804d-4c43-836f-b266c43ce900

Contribution Checklist