immich icon indicating copy to clipboard operation
immich copied to clipboard

chore: [external library] update the picture showing administration link

Open jump opened this issue 5 months ago • 1 comments

Description

Existing picture is stale, and points the user to a location that no longer applies. This is only supplying a new webp format image that can be used for documentation.

Fixes # (issue)

How Has This Been Tested?

Only formatted and included a new picture.

administration-link

Checklist:

  • [ X] I have performed a self-review of my own code
  • [ X] I have made corresponding changes to the documentation if applicable
  • [ X] I have no unrelated changes in the PR.
  • [ X] I have confirmed that any new dependencies are strictly necessary.
  • [ X] I have written tests for new code (if applicable)
  • [ X] I have followed naming conventions/patterns in the surrounding code
  • [ X] All code in src/services/ uses repositories implementations for database calls, filesystem operations, etc.
  • [ X] All code in src/repositories/ is pretty basic/simple and does not have any immich specific logic (that belongs in src/services/)

jump avatar Jun 15 '25 22:06 jump