5c37d407332cdc056bf1a657faea99f69d6e6dba
- Removed direct usage of useMaterialStore in various components and replaced it with useSceneContext to access materialStore. - Introduced SceneProvider to encapsulate materialStore creation and provide it through context. - Updated components such as CompareLayOut, Scene, and various action handlers to utilize the new context structure. - Cleaned up imports and removed unnecessary console logs. - Adjusted Project component to conditionally render ComparisonResult based on a boolean flag.
Description
No description provided
Languages
TypeScript
90.1%
SCSS
9.2%
JavaScript
0.3%
HTML
0.2%
CSS
0.1%