Content
View differences
Updated by Wieland Lindenthal 7 days ago
As a user using a link work package link block
I still want my browser to be performant
Since most of the code of the op-blocknote-extensions was written under heavy time pressure and by people not very proficient with BlockNote, React etc, there are many opportunities to improve the code.
**Acceptance Criteria**
* Check for memory leaks and remove them if there are some
* Try to reduce repaints
* Try to improve code quality by e.g. extracting modules or components
I still want my browser to be performant
Since most of the code of the op-blocknote-extensions was written under heavy time pressure and by people not very proficient with BlockNote, React etc, there are many opportunities to improve the code.
**Acceptance Criteria**
* Check for memory leaks and remove them if there are some
* Try to reduce repaints
* Try to improve code quality by e.g. extracting modules or components