soupslurpr / BeauTyXT

A beautiful, private, secure, and minimalistic Text, Markdown, and Typst editor.
https://beautyxt.app
ISC License
79 stars 6 forks source link

Use LazyColumn for file editor instead of Column #13

Closed soupslurpr closed 1 year ago

soupslurpr commented 1 year ago

Pretty sure LazyColumn does something where it stops rendering stuff not on screen so it could help with the issues of freezing and lag that happens when opening a large text file.

soupslurpr commented 1 year ago

It seems I might have been wrong. I think it only stops rendering separate items off the screen, not if everything is in the same item. Maybe we could split it into multiple items? Not in the scope of this issue though, that would be a separate one.