Using a static name for issuer logos (client_0.svg, client_0.png) might have caused unintended caching in the frontend when querying image assets from the Tauri core ("backend"). This was never an issue in local development (possibly due to inactive caching), but resulted in previous issuer images being displayed when others were expected. Hashing the path to the original image should make the temporary image names unique and thereby solve the caching issue.
Links to any relevant issues
n/a
How the change has been tested
Physical iOS device
Definition of Done checklist
Add an x to the boxes that are relevant to your changes.
[x] I have followed the contribution guidelines for this project
[x] I have performed a self-review of my own code
[x] I have commented my code, particularly in hard-to-understand areas
[ ] I have made corresponding changes to the documentation
[x] I have added tests that prove my fix is effective or that my feature works
[x] New and existing unit tests pass locally with my changes
Description of change
Using a static name for issuer logos (
client_0.svg
,client_0.png
) might have caused unintended caching in the frontend when querying image assets from the Tauri core ("backend"). This was never an issue in local development (possibly due to inactive caching), but resulted in previous issuer images being displayed when others were expected. Hashing the path to the original image should make the temporary image names unique and thereby solve the caching issue.Links to any relevant issues
n/a
How the change has been tested
Physical iOS device
Definition of Done checklist
Add an
x
to the boxes that are relevant to your changes.