AsherGlick / ResourceCalculator

A Video Game Resource Calculator
https://resourcecalculator.com
GNU General Public License v3.0
57 stars 32 forks source link

Dynamic Textboxes #47

Closed AsherGlick closed 2 years ago

AsherGlick commented 2 years ago

On large calculators like minecraft (~1k items) we have a text box render for each object. While modern browsers can handle uniform rectangular divs very well they seem to struggle to handle the css applied to these text boxes. Now all textboxes are set to display: none on load and only returned to display: block when needed.

Before: Screenshot from 2021-09-20 23-50-57

After: Screenshot from 2021-09-20 23-50-43