issues
search
modrinth
/
code
The Modrinth monorepo containing all code which powers Modrinth!
https://modrinth.com
Other
984
stars
187
forks
source link
refactor(terminal): rewrite terminal virtualization
#2916
Closed
ferothefox
closed
2 weeks ago
ferothefox
commented
2 weeks ago
fixes various issues with the terminal, mainly:
log heights in the terminal are now cached, so scrolling and using the scrollbar to drag should not cause jumping as we memoized the heights
hints to the browser that this is a highly interactive element, so we should see less frame drops
scroll to bottom button should now work more reliably as the value to scroll down is no longer hardcoded and uses the actual heights of the items
other bug fixes and performance improvements
fixes various issues with the terminal, mainly: