UoaWDCC / VPS

6 stars 0 forks source link

[VPS-30] Thumbnail Images #228

Closed harbassan closed 2 months ago

harbassan commented 2 months ago

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: image

Risk

No risks

Definition of Done

Reviewed By

Who reviewed your PR - for commit history once merged