Move ajax-loader.gif
for better caching
#9104
Labels
Good First Issue
Easy issue. Good for newcomers. [managed]
Lead: @RayBB
Issues overseen by Ray (Onboarding & Documentation Lead) [manages]
Needs: Response
Issues which require feedback from lead
Needs: Staff / Internal
Reviewed a PR but don't have merge powers? Use this.
Priority: 3
Issues that we can consider at our leisure. [managed]
Type: Bug
Something isn't working. [managed]
Type: Refactor/Clean-up
Issues related to reorganization/clean-up of data or code (e.g. for maintainability). [managed]
Problem
This PR can't be worked on until the following is merged:
#8930
Currently we have different loader files:
/static/images/ajax-loader.gif
used nowherestatic/css/ajax-loader.gif
used in two places. But the it is only gif in this folder.static/css/lib/slick-theme.css
static/css/components/tagging-menu.less
What we should do is:
static/css/ajax-loader.gif
->/static/images/ajax-loader.gif
(overwriting/deleting the image previously there)Why?
When I was working on the service worker caching PR (#8930) I had to make a special case to cache this gif because it is in a weird place.
Reproducing the bug
No response
Context
No response
Notes from this Issue's Lead
Proposal & constraints
Related files
Stakeholders
The text was updated successfully, but these errors were encountered: