v3-Demo #101

Merged
Vishnu merged 11 commits from v3-Demo into main 2025-06-13 13:56:14 +00:00

11 Commits

Author SHA1 Message Date
Jerald-Golden-B 52301808ad fix: update arrow colors in TriggerDuplicate and TriggerConnector components 2025-06-13 19:24:28 +05:30
Jerald-Golden-B 50c516410f Merge branch 'v3-Demo' of http://185.100.212.76:7776/Dwinzo-Beta/Dwinzo_dev into v3-Demo 2025-06-13 19:19:05 +05:30
Jerald-Golden-B 11aea042fd feat: Integrate ProductsDuplicate component into ComparisonScene and update Project to use SceneProvider 2025-06-13 19:18:32 +05:30
Vishnu 0db2b74e5e Merge remote-tracking branch 'origin/main' into v3-Demo 2025-06-13 18:58:33 +05:30
Jerald-Golden-B 73bf97d8af Merge branch 'v3-Demo' of http://185.100.212.76:7776/Dwinzo-Beta/Dwinzo_dev into v3-Demo 2025-06-13 18:27:17 +05:30
Jerald-Golden-B 971a4b6485 refactor: Remove console log from addProduct in ProductsDuplicate component 2025-06-13 18:27:04 +05:30
Vishnu fe12ab2f4a feat: Enhance MainScene with comparison product handling and update styles for layout components 2025-06-13 18:15:35 +05:30
Vishnu a6cf6a9a6c Merge remote-tracking branch 'origin/v3-ui' into v3-Demo 2025-06-13 18:12:00 +05:30
Jerald-Golden-B 48c62c9189 feat: Update ComparisonScene to display selected product name in dropdown header and add console log for products in TriggerDuplicate 2025-06-13 17:45:45 +05:30
Jerald-Golden-B 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
Jerald-Golden-B d0538ccfae feat: implement duplicate scene functionality with builder, controls, and post-processing components 2025-06-13 15:22:03 +05:30