leofuturer / eDrops3

The 3rd generation of the eDrops web application.
MIT License
0 stars 0 forks source link

Loading icon when chip preview is loading #121

Open leofuturer opened 1 year ago

leofuturer commented 1 year ago

The chip preview feature seems to be slow now, likely due to the dxf rendering taking a while. Let's add a loading icon before the entire chip layout can show up.

Kenny477 commented 7 months ago

If I recall correctly, this should exist already. In the future we should perform dxf rendering server-side and save the dxf as an image for fast loading.

Perhaps someone can implement the loading icon if it's not there.