StitchDesign / Stitch

https://stitchdesign.app/
GNU General Public License v3.0
24 stars 0 forks source link

Improved perf by replacing encoded sidebar getter #526

Closed ellbosch closed 5 days ago

ellbosch commented 5 days ago

GraphDelegate.orderedSidebarLayers used to have to be a complicated getter for getting nested sidebar data. Because the sidebar now uses nested view model data we don't need to use the old logic for many locations.