Closed TorstenDittmann closed 4 years ago
https://github.com/TorstenDittmann/OmniaWrite/blob/1.1/src/routes/Overview/Project.svelte#L13-L42
This most likely needs a revision without subscriptions, I experienced some memory leaks that influence the UI really bad.
Fixed with https://github.com/TorstenDittmann/OmniaWrite/commit/d8e0ab9478f1d57f52d3c4e2abbe163e2fe217ef
It is also 4-5 times faster in calculating 🥳
https://github.com/TorstenDittmann/OmniaWrite/blob/1.1/src/routes/Overview/Project.svelte#L13-L42
This most likely needs a revision without subscriptions, I experienced some memory leaks that influence the UI really bad.