magnifydev / magnify

A Digital Program of Studies for LMHS.
https://magnify.web.app
Apache License 2.0
8 stars 0 forks source link

Fix performance issues with column rendering #109

Open GoogolGenius opened 9 months ago

GoogolGenius commented 9 months ago

Is there an existing issue for this?

Current Behavior

Currently re-rendering the DOM every single time the window is resized, which is going to kill performance, especially on mobile devices

Expected Behavior

Fast/rapid responsive design using CSS Subgrid

Steps To Reproduce

Resize a window

Operating System

All

Web Browser

All

Anything else?

No response