fixed some minor code smell problems
1. Removed duplication of code in stage component to avoid future potential divergence. Now just selectively applying styling based on states of zoomed, colorPicking, and question. 2. Fixed bottom border getting chopped in zoomed mode by adding margin and adjusting height/width accordingly. 3. Removed shouldComponentUpdate from stageHeader as suggested from code review. Added ignore lint warning suggesting change to stateless function.
Loading
Please register or sign in to comment