Commit Graph

4 Commits

Author SHA1 Message Date
197554ffa8 feat: update color scheme and layout adjustments across components 2025-06-16 12:14:16 +05:30
11aea042fd feat: Integrate ProductsDuplicate component into ComparisonScene and update Project to use SceneProvider 2025-06-13 19:18:32 +05:30
f8bcc5aa1c feat: Implement duplicate event and product stores using Zustand with immer middleware
- Created `duplicateEventStore` to manage events with actions for adding, removing, updating events, points, actions, and triggers.
- Implemented helper functions to retrieve events, points, actions, and triggers by their unique identifiers.
- Created `duplicateProductStore` to manage products and their associated events, including actions for adding, removing, updating products, events, points, actions, and triggers.
- Added renaming functions for products, actions, and triggers.
- Included comprehensive helper functions to retrieve products and their related data by various identifiers.
2025-06-13 17:40:55 +05:30
d0538ccfae feat: implement duplicate scene functionality with builder, controls, and post-processing components 2025-06-13 15:22:03 +05:30