Azure-Samples / azure-search-openai-demo

A sample app for the Retrieval-Augmented Generation pattern running in Azure, using Azure AI Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences.
https://azure.microsoft.com/products/search
MIT License
6.16k stars 4.19k forks source link

Changes to CSS keeping getting overwritten #1897

Open cwill83247 opened 3 months ago

cwill83247 commented 3 months ago

Please provide us with the following information:

This issue is for a: (mark with an x)

- [ ] bug report -> please search issues before submitting
- [ ] feature request
- [ X] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Minimal steps to reproduce

When making a change to Header background-color in index-4936227d.css , I save the change but when run locally reverts back to previous setting. However If you make changes to layout/Layout.module.css changes remain - could this be added to documentation ?

Any log messages given by the failure

no errors

Expected/desired behavior

if this could be added documentation.

OS and Version?

Windows 7, 8 or 10. Linux (which distribution). macOS (Yosemite? El Capitan? Sierra?)

azd version?

run azd version and copy paste here. azd version is 1.9.3

Versions

Mention any other details that might be useful

I am relatively new to VS code, however thought useful in case others experience same issue, as changing header color would seem a common task.


Thanks! We'll be in touch soon.

pamelafox commented 3 months ago

The index-4936227d.css is a built file, and built files should generally never be modified. This documentation points to the original files: https://github.com/Azure-Samples/azure-search-openai-demo/blob/main/docs/customization.md#customizing-the-ui

Is that what you were following? If not, let me know where we could make it clearer in the documentation. Thanks!