flexion / ef-cms

An Electronic Filing / Case Management System.
24 stars 10 forks source link

Favicon is not displayed #10458

Closed mwestereng1 closed 3 months ago

mwestereng1 commented 3 months ago

As a Dawson user, I need the favicon to be displayed in a web browser, so that I can easily identify the Dawson website.

Currently, the favicon is not being pulled into the site header for several popular web browsers. The favicon is displaying in the Microsoft Edge browser. The favicon is displaying for some Chrome browsers (but not all). It is not displaying for Safari or Firefox.


Current view in Google Chrome

image.png

Pre-Conditions:

none

Acceptance Criteria:

Pain Avoided/Frustration Saved: Allows users to identify that they are on the Dawson website and easily see which tabs in their web browser are associated with Dawson.

Breadth/Pervasiveness of Problem:

Complexity of Problem (Low, Medium, High) and Why it's Complex: Low

Mwindo commented 3 months ago

I am not sure how browser-specific this issue actually is; I suspect it has to do with differences in caching, which would explain why some users could still see the favicon and others couldn't. In any case, I think the issue is that we are just not properly copying files over in our esbuild. I've opened a PR and will merge to test after approval.