Problem/Motivation
The default admin theme has a lot of icons that came in from Gin and Claro that might be duplicates and not used.
So the first step is to find out what is used and where. Remove the extras and then move into switching some elements from loading as a background image.
ChatGPT seemed to find the summary below.
Summary
* Total image/icon assets found: 210
* Referenced somewhere in CSS/JS/Twig/YAML/PHP: ~155
* Not directly referenced by any source file: ~55
The images below seem to repeat.
| Filename | images/core | migration/media/icons |
|---|---|---|
| warning.svg | images/core/e29700/warning.svg | migration/media/icons/messages/warning.svg |
| error.svg | images/core/e32700/error.svg | migration/media/icons/messages/error.svg |
| database.svg | images/core/ffffff/database.svg | migration/media/icons/status-report/database.svg |
| server.svg | images/core/ffffff/server.svg | migration/media/icons/status-report/server.svg |
| clock.svg | images/core/ffffff/clock.svg | migration/media/icons/status-report/clock.svg |
Proposed resolution
Remove duplicates and replace assets if its the same image under the migration and the regular images folder.
Issue fork drupal-3603162
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
bernardm28 commentedComment #3
bernardm28 commentedComment #4
bernardm28 commentedComment #5
bernardm28 commentedComment #6
bernardm28 commentedComment #7
quietone commentedComment #8
quietone commentedSorry, wrong issue