Dwinzo_dev/app/src/components/ui/compareVersion
Jerald-Golden-B 5c37d40733 Refactor material store usage to integrate with scene context
- 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.
2025-05-28 15:26:08 +05:30
..
result-card
Compare.tsx
CompareLayOut.tsx Refactor material store usage to integrate with scene context 2025-05-28 15:26:08 +05:30
ComparisonResult.tsx