hisownspace / slacker

0 stars 0 forks source link

Refactor sidebar drawer handler to improve speed and functionality #2

Open hisownspace opened 12 months ago

hisownspace commented 12 months ago

the currently implemented sidebar resizing functionality drastically reduces render speed, and over time the problem gets worse. The code needs to be refactored, using refs and other efficiency-saving techniques (usememo?)

hisownspace commented 12 months ago

Resizing is still a bit inaccurate. This is in part due to the styling of the sidebar. find a way to allow dynamic width while keeping the left side anchored.