Thumbnail images use iframes that load really slowly and dont show the correct content due to the way the routing has changed.
Describe the solution
Replaced iframes with dynamically generated svg elements. They use a seperate resolver structure to map the scene components to various elements that are placed within a single svg, which means they are completely resizable and look the same at all sizes, which is good for our use case.
New Thumnail:
Risk
No risks
Definition of Done
[ ] Code peer-reviewed
[ ] Wiki Documentation is written and up to date
[ ] Unit tests written and passing
[ ] Integration tests written and passing
[ ] Continuous Integration build passing
[ ] Acceptance criteria met
[ ] Deployed to production environment
Reviewed By
Who reviewed your PR - for commit history once merged
Describe the issue
Thumbnail images use iframes that load really slowly and dont show the correct content due to the way the routing has changed.
Describe the solution
Replaced iframes with dynamically generated svg elements. They use a seperate resolver structure to map the scene components to various elements that are placed within a single svg, which means they are completely resizable and look the same at all sizes, which is good for our use case.
New Thumnail:
Risk
No risks
Definition of Done
Reviewed By
Who reviewed your PR - for commit history once merged